Opened 19 years ago

Closed 19 years ago

#2388 closed defect (worksforme)

port install autogen failed on OpenDarwin 7.2.1 / x86

Reported by: IOOI-SqAR Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

---> Building autogen with target all Error: Target com.apple.build returned: shell command "cd "/private/var/root/darwinports/ darwinports/dports/devel/autogen/work/autogen-5.6.2" && make all" returned error 2 Command output: ++ pwd + top_builddir=/private/var/root/darwinports/darwinports/dports/devel/autogen/work/autogen-5.6.2 ++ cd .. ++ pwd + top_srcdir=/private/var/root/darwinports/darwinports/dports/devel/autogen/work/autogen-5.6.2 + '[' -x /private/var/root/darwinports/darwinports/dports/devel/autogen/work/autogen-5.6.2/agen5/ autogen ']' + exit 0 Making all in agen5 Making all in test make[3]: Nothing to be done for `all'. ( echo '#define DEFINING' ; echo '#include "autogen.h"' ; \ for f in autogen.c agCgi.c agShell.c agUtils.c defParse-fsm.h autogen.h defDirect.c defFind.c defLoad.c defParse-fsm.c defLex.c expExtract.c expFormat.c expGperf.c expString.c expGuile.c expMake.c expOutput.c expPrint.c expState.c fmemopen.c funcCase.c funcDef.c funcEval.c funcFor.c funcIf.c functions.c functions.h loadPseudo.c tpLoad.c tpParse.c tpProcess.c cgi-fsm.c cgi-fsm.h opts.c ; do case "$f" in \

*.c ) echo "#include \"$f\"" ;; \ esac ; done ) > ag.c

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../autoopts -I/opt/local/include -g -O2 -MT autogen-ag.o - MD -MP -MF ".deps/autogen-ag.Tpo" -c -o autogen-ag.o test -f 'ag.c' || echo './'ag.c; \ then mv -f ".deps/autogen-ag.Tpo" ".deps/autogen-ag.Po"; else rm -f ".deps/autogen-ag.Tpo"; exit 1; fi In file included from ag.c:21: fmemopen.c: In function 'fmem_seek': fmemopen.c:310: warning: pointer targets in assignment differ in signedness fmemopen.c: In function 'fmemopen': fmemopen.c:488: warning: pointer targets in initialization differ in signedness fmemopen.c:543: warning: pointer targets in passing arg 1 of 'strlen' differ in signedness /bin/sh ../libtool --mode=link gcc -g -O2 -o autogen -export-dynamic autogen-ag.o ../autoopts/ libopts.la -L/opt/local/lib -lguile -lguile-ltdl -L/opt/local/lib -lm -lm -ldl mkdir .libs gcc -g -O2 -o .libs/autogen autogen-ag.o ../autoopts/.libs/libopts.dylib -L/opt/local/lib /opt/local/ lib/libguile.dylib /opt/local/lib/libguile-ltdl.dylib -lm -ldl gcc: ../autoopts/.libs/libopts.dylib: No such file or directory make[3]: * [autogen] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Change History (6)

comment:1 Changed 19 years ago by mww@…

op_sys: All
Owner: changed from darwinports-bugs@… to mww@…
rep_platform: All

assign to /self

comment:2 Changed 19 years ago by mww@…

strange - works flawless for me; perhaps its a problem you use a symlinked path? private/var/root..

comment:3 Changed 19 years ago by IOOI-SqAR

kind of, libopts.dylib is in:

/private/var/root/darwinports/darwinports/dports/devel/autogen/work/autogen-5.6.2/autoopts/ .libs/libopts.dylib

comment:4 Changed 19 years ago by mww@…

does v5.6.4 still fail? (I simply cant reproduce this error!)

comment:6 Changed 19 years ago by mww@…

Resolution: worksforme
Status: newclosed

I've created a 'clean room' RPM of autogen 5.6.4

Note: See TracTickets for help on using tickets.