Hi * Sbranzo <sbranzo@gmail.com> [02.05.07 18:35]wrote:
Maybe someone could help me with mutt-devel. After forcing portindex update I was trying to port upgrade mutt-devel but:
sudo port upgrade outdated Password: ---> Building mutt-devel with target all Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_mail_mutt-devel/work/mutt-1.5.15" && make all " returned error 2 Command output: ( echo '#include "config.h"'; echo '#include "mutt.h"'; ) \ | gcc -E -DPKGDATADIR=\"/opt/local/share/mutt\" -DSYSCONFDIR=\"/opt/local/etc\" -DBINDIR=\"/opt/local/bin\" -DMUTTLOCALEDIR=\"/opt/local/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I. -I. -I./imap -Iintl -I/opt/local/include/db4 -I/opt/local/include -I/opt/local/include/db44 -I/opt/local/include -I./intl - | ./hcachever.sh hcversion.h ERROR: no MD5 tool found <built-in>:0: fatal error: when writing output to : Broken pipe compilation terminated. make: *** [hcversion.h] Error 1
This is the current installed version: $ port installed mutt-devel The following ports are currently installed: mutt-devel @1.5.14_1+db4+headercache+imap+pop (active)
Maybe I'm overlooking something trivial.
it builds fine here with these options. What's shown above is the message ERROR: no MD5 tool found which comes from the lines if test -x "`which md5`" then MD5=md5 elif test -x "`which md5sum`" then MD5=md5sum elif test -x "`which openssl`" then MD5="openssl md5 -hex" else echo "ERROR: no MD5 tool found" exit 1 fi in hcachever.sh from the root of the mutt source directory Here is $ which md5 /sbin/md5 Is /sbin in your path? Are you on Mac OS X? Which version? Is there another md5 tool in your path? Gruss Olaf