On 8/30/05, François MÉMIER <[EMAIL PROTECTED]> wrote: > > > Le 30 août 05 à 20:37, Alexander K. Hansen a écrit : > > > Maybe the error message for your dpkg build is buried in the "..." > > Post output starting with the last line that looked normal. > Here is the whole ! >
<snip> > Downloading the indexes of available packages in the binary distribution. > /sw/bin/apt-get-lockwait -q update > Err file: unstable/main Packages > File not found > Ign file: unstable/main Release I'd guess this may be due to some mismatch between /sw/etc/fink.conf and /sw/etc/apt/sources.list (e.g. you don't have 'unstable' listed in the first but do in the second). <snip> > config.status: creating man/paths.ent > ./config.status: line 1: /usr/bin/sed: Text file busy > config.status: creating man/de/Makefile > config.status: executing default-1 commands > config.status: creating po/POTFILES > ./config.status: line 1226: /usr/bin/sed: Text file busy > config.status: creating po/Makefile > config.status: executing default-2 commands > config.status: creating po/POTFILES > ./config.status: line 1335: /usr/bin/sed: Text file busy > config.status: creating po/Makefile The above are interesting, but I'm not sure if they're relevant. > make EXEFLAGS=-force_flat_namespace > echo "#define DPKG_VERSION \"1.10.21\" /* This line modified by Makefile */" > > version.h > make all-include all-optlib all-lib all-dpkg-deb all-split all-scripts > all-utils all-main all-dselect all-po all-methods all-man all-doc > make -C "include" "all" > sed -e 's,#CONFIGDIR#,/sw/etc/dpkg,' \ > -e 's,#ADMINDIR#,/sw/var/lib/dpkg,' \ > -e 's,#LIBDIR#,/sw/lib/dpkg,' dpkg.h.in > dpkg.h > make -C "optlib" "all" > gcc -I/sw/include -no-cpp-precomp -I/sw/include -Wall -Wwrite-strings > -Wpointer-arith -Wimplicit -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual > -Wcast-align -Winline -Wmissing-noreturn -Wsign-compare -DHAVE_CONFIG_H > -D_GNU_SOURCE -DLOCALEDIR=\"/sw/share/locale\" > -I/sw/src/fink.build/dpkg-1.10.21-217/dpkg-1.10.21/intl -I../intl > -I/sw/src/fink.build/dpkg-1.10.21-217/dpkg-1.10.21/include > -I/sw/src/fink.build/dpkg-1.10.21-217/dpkg-1.10.21 > -I/sw/src/fink.build/dpkg-1.10.21-217/dpkg-1.10.21/optlib -I../include -I.. > -I. -I/sw/src/fink.build/dpkg-1.10.21-217/dpkg-1.10.21/optlib > -F/System/Library/Frameworks/CoreFoundation.framework > -DUSE_ZLIB -c getopt.c > getopt.c:215: warning: function declaration isn't a prototype > getopt.c:219: warning: function declaration isn't a prototype > getopt.c: In function 'my_index': > getopt.c:225: warning: cast discards qualifiers from pointer target type > getopt.c: In function '_getopt_internal': > getopt.c:565: warning: cast discards qualifiers from pointer target type > getopt.c:582: warning: implicit declaration of function 'strcmp' > getopt.c:587: warning: cast discards qualifiers from pointer target type > getopt.c:658: warning: implicit declaration of function 'strncmp' > getopt.c:661: warning: implicit declaration of function 'strlen' > getopt.c:661: warning: incompatible implicit declaration of built-in > function 'strlen' > getopt.c:685: warning: incompatible implicit declaration of built-in > function 'strlen' > getopt.c:717: warning: incompatible implicit declaration of built-in > function 'strlen' > getopt.c:733: warning: incompatible implicit declaration of built-in > function 'strlen' > getopt.c:738: warning: incompatible implicit declaration of built-in > function 'strlen' > getopt.c:767: warning: cast discards qualifiers from pointer target type > getopt.c:849: warning: incompatible implicit declaration of built-in > function 'strlen' > getopt.c:872: warning: incompatible implicit declaration of built-in > function 'strlen' > getopt.c:892: warning: incompatible implicit declaration of built-in > function 'strlen' > getopt.c:906: warning: incompatible implicit declaration of built-in > function 'strlen' > getopt.c:910: warning: incompatible implicit declaration of built-in > function 'strlen' > getopt.c: At top level: > getopt.c:975: warning: function declaration isn't a prototype These are just warnings ^ > gcc -I/sw/include -no-cpp-precomp -I/sw/include -Wall -Wwrite-strings > -W... > > [Message clipped] I wanted the _last_ thing that looked normal (gcc ...) followed by the error messages. Look near the termination of the output. -- Alexander K. Hansen Fink Documenter [Day Job] Levitated Dipole Experiment http://psfcwww2.psfc.mit.edu/ldx/ ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
