relay-ctrl-3.1.1-r2 Does not build completely - failed Reproducible: Always Steps to Reproduce: 1. emerge sync 2. emerge relay-ctrl 3. Actual Results: mx1 ~ # emerge relay-ctrl Calculating dependencies ...done! >>> emerge (1 of 1) net-mail/relay-ctrl-3.1.1-r2 to / >>> md5 src_uri ;-) relay-ctrl-3.1.1.tar.gz >>> Unpacking source... >>> Unpacking relay-ctrl-3.1.1.tar.gz to /var/tmp/portage/relay-ctrl-3.1.1-r2/work * Replacing obsolete head/tail with POSIX compliant ones * Applying authenticated.c-relayfixup.diff... [ ok ] >>> Source unpacked. ( echo '#!/bin/sh';\ echo 'main="$1"; shift';\ echo exec `head -n 1 conf-ld` '-o "$main" "$main.o" ${1+"$@"}';\ ) >load ( echo '#!/bin/sh'; \ echo 'source=$1; shift'; \ echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \ echo exec `head -n 1 conf-cc` '-I. -o ${base}.o -c $source ${1+"$@"}'; \ ) >compile ( echo '#!/bin/sh'; \ echo 'main="$1"; shift';\ echo 'rm -f "$main"';\ echo 'ar cr "$main" ${1+"$@"}';\ echo 'ranlib "$main"';\ ) >makelib chmod 755 makelib cat warn-auto.sh choose.sh >choose chmod 755 choose head -n 1 conf-bin | \ sed -e 's/"/\\"/g' \ -e 's/^/const char conf_bin[] = "/' \ -e 's/$/";/' >conf_bin.c chmod 755 compile head -n 1 conf-man | \ sed -e 's/"/\\"/g' \ -e 's/^/const char conf_man[] = "/' \ -e 's/$/";/' >conf_man.c ./compile instcheck.c chmod 755 load ./compile instshow.c ( ( ./compile trysystime.c >/dev/null 2>&1 && \ echo '#include <sys/time.h>' ); \ ( ./compile trytime.c >/dev/null 2>&1 && \ echo '#include <time.h>' ) ) >systime.h ./compile: line 4: exec: -m: invalid option exec: usage: exec [-cl] [-a name] file [redirection ...] make: *** [instcheck.o] Error 2 make: *** Waiting for unfinished jobs.... ./compile: line 4: exec: -m: invalid option exec: usage: exec [-cl] [-a name] file [redirection ...] make: *** [instshow.o] Error 2 make: *** [systime.h] Error 2 !!! ERROR: net-mail/relay-ctrl-3.1.1-r2 failed. !!! Function src_compile, Line 36, Exitcode 2 !!! (no error message) !!! If you need support, post the topmost build error, NOT this status message. Trying manually indicates the following error: --------------------- mx1 relay-ctrl-3.1.1 # ./compile instshow.c ./compile: line 4: exec: -m: invalid option exec: usage: exec [-cl] [-a name] file [redirection ...] If you edit the "compile" shell script, and add "gcc" into the line that states the following: exec -march=pentium2 -O3 -pipe -I. -o ${base}.o -c $source ${1+"$@"} ... the "compile" shell script functions a expected.
fixed in cvs.