Hi there,
I'm having some problems installing Fink in Snow Leopard 10.6.2.
Here is part of the log:
---------------------------------------------------------------------------------------------
...
info.c:178: warning: format not a string literal and no format arguments
info.c:208: warning: format not a string literal and no format arguments
info.c: In function 'do_showinfo':
info.c:219: warning: format not a string literal and no format arguments
info.c: In function 'do_contents':
info.c:255: warning: format not a string literal and no format arguments
gcc -I/sw/include -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-1228/dpkg-1.10.21/intl -I../intl
-I/sw/src/fink.build/dpkg-1.10.21-1228/dpkg-1.10.21/include
-I/sw/src/fink.build/dpkg-1.10.21-1228/dpkg-1.10.21
-I/sw/src/fink.build/dpkg-1.10.21-1228/dpkg-1.10.21/dpkg-deb -I../include -I..
-I. -I/sw/src/fink.build/dpkg-1.10.21-1228/dpkg-1.10.21/optlib
-F/System/Library/Frameworks/CoreFoundation.framework -DUSE_ZLIB -c main.c
main.c: In function 'main':
main.c:169: warning: format not a string literal and no format arguments
main.c:173: warning: implicit declaration of function 'nffreeall'
main.c:173: warning: nested extern declaration of 'nffreeall'
gcc -L/sw/lib -L../lib -L../optlib -framework CoreFoundation -o dpkg-deb
build.o extract.o info.o main.o -ldpkg -lopt -lz -lintl -liconv -lc
Undefined symbols:
"_egzerror", referenced from:
_internalGzip in build.o
_extracthalf in extract.o
"_egzclose", referenced from:
_internalGzip in build.o
"_egzwrite", referenced from:
_internalGzip in build.o
"_egzread", referenced from:
_extracthalf in extract.o
"_egzdopen", referenced from:
_internalGzip in build.o
_extracthalf in extract.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [dpkg-deb] Error 1
make[1]: *** [all-dpkg-deb] Error 2
make: *** [all-recursive] Error 2
### execution of /usr/bin/make failed, exit code 2
phase compiling: dpkg-1.10.21-1228 failed
Before reporting any errors, please run "fink selfupdate" and
try again. If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem. If not, ask on the fink-users
or fink-beginners mailing lists, with a carbon copy to the maintainer:
Fink Core Group <[email protected]>
Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.
ERROR: Bootstrap phase 2 failed!
---------------------------------------------------------------------------------------------
If I do:
$ fink -V | head -n 2
Package manager version: 0.29.10
Distribution version: selfupdate-point (bootstrap), 10.6, i386
I've tried to compile the package manually going to
/sw/src/fink.build/dpkg-1.10.21-1228/dpkg-1.10.21 and then ./configure && make
&& make install but it fails with make and gives the following message:
---------------------------------------------------------------------------------------------
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"
make[2]: Nothing to be done for `all'.
make -C "optlib" "all"
make[2]: Nothing to be done for `all'.
make -C "lib" "all"
make[2]: Nothing to be done for `all'.
make -C "dpkg-deb" "all"
gcc -m32 -L../lib -L../optlib -framework CoreFoundation -o dpkg-deb build.o
extract.o info.o main.o -ldpkg -lopt -lz
Undefined symbols:
"_libintl_textdomain", referenced from:
_main in main.o
"_libintl_bindtextdomain", referenced from:
_main in main.o
"_libintl_gettext", referenced from:
_checkversion in build.o
_internalGzip in build.o
_internalGzip in build.o
_internalGzip in build.o
_internalGzip in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_do_build in build.o
_movecontrolfiles in extract.o
_readfail in extract.o
_readfail in extract.o
_parseheaderlength in extract.o
_parseheaderlength in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_extracthalf in extract.o
_controlextractvextract in extract.o
_controlextractvextract in extract.o
_controlextractvextract in extract.o
_do_fsystarfile in extract.o
_do_fsystarfile in extract.o
_cu_info_prepare in info.o
_cu_info_prepare in info.o
_cu_info_prepare in info.o
_cu_info_prepare in info.o
_cu_info_prepare in info.o
_info_prepare in info.o
_info_prepare in info.o
_info_prepare in info.o
_info_spew in info.o
_info_spew in info.o
_info_spew in info.o
_info_spew in info.o
_info_spew in info.o
_info_list in info.o
_info_list in info.o
_info_list in info.o
_info_list in info.o
_info_list in info.o
_info_list in info.o
_info_list in info.o
_info_list in info.o
_info_field in info.o
_info_field in info.o
_do_showinfo in info.o
_do_contents in info.o
_printversion in main.o
_printversion in main.o
_printversion in main.o
_usage in main.o
_setaction in main.o
_main in main.o
_varbufextend in libdpkg.a(varbuf.o)
_push_error_handler in libdpkg.a(ehandle.o)
_print_error_cleanup in libdpkg.a(ehandle.o)
_run_cleanups in libdpkg.a(ehandle.o)
_push_cleanup in libdpkg.a(ehandle.o)
_push_cleanup in libdpkg.a(ehandle.o)
_badusage in libdpkg.a(ehandle.o)
_werr in libdpkg.a(ehandle.o)
_do_internerr in libdpkg.a(ehandle.o)
_myfileopt in libdpkg.a(myopt.o)
_myfileopt in libdpkg.a(myopt.o)
_myfileopt in libdpkg.a(myopt.o)
_myfileopt in libdpkg.a(myopt.o)
_myfileopt in libdpkg.a(myopt.o)
_myfileopt in libdpkg.a(myopt.o)
_loadcfgfile in libdpkg.a(myopt.o)
_loadcfgfile in libdpkg.a(myopt.o)
_myopt in libdpkg.a(myopt.o)
_myopt in libdpkg.a(myopt.o)
_myopt in libdpkg.a(myopt.o)
_myopt in libdpkg.a(myopt.o)
_myopt in libdpkg.a(myopt.o)
_myopt in libdpkg.a(myopt.o)
_parsefield in libdpkg.a(showpkg.o)
_parseformat in libdpkg.a(showpkg.o)
_m_malloc in libdpkg.a(mlib.o)
_m_realloc in libdpkg.a(mlib.o)
_print_error_forked in libdpkg.a(mlib.o)
_m_fork in libdpkg.a(mlib.o)
_m_dup2 in libdpkg.a(mlib.o)
_m_dup2 in libdpkg.a(mlib.o)
_m_pipe in libdpkg.a(mlib.o)
_checksubprocerr in libdpkg.a(mlib.o)
_checksubprocerr in libdpkg.a(mlib.o)
_checksubprocerr in libdpkg.a(mlib.o)
_checksubprocerr in libdpkg.a(mlib.o)
_checksubprocerr in libdpkg.a(mlib.o)
_waitsubproc in libdpkg.a(mlib.o)
_setcloexec in libdpkg.a(mlib.o)
_setcloexec in libdpkg.a(mlib.o)
_buffer_write in libdpkg.a(mlib.o)
_buffer_write in libdpkg.a(mlib.o)
_buffer_write in libdpkg.a(mlib.o)
_buffer_write in libdpkg.a(mlib.o)
_buffer_read in libdpkg.a(mlib.o)
_buffer_read in libdpkg.a(mlib.o)
_buffer_read in libdpkg.a(mlib.o)
_buffer_copy in libdpkg.a(mlib.o)
_buffer_copy in libdpkg.a(mlib.o)
_buffer_copy in libdpkg.a(mlib.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parsedb in libdpkg.a(parse.o)
_parseerr in libdpkg.a(parsehelp.o)
_parseerr in libdpkg.a(parsehelp.o)
_parseerr in libdpkg.a(parsehelp.o)
_parseerr in libdpkg.a(parsehelp.o)
_parseerr in libdpkg.a(parsehelp.o)
_parseerr in libdpkg.a(parsehelp.o)
_illegal_packagename in libdpkg.a(parsehelp.o)
_illegal_packagename in libdpkg.a(parsehelp.o)
_illegal_packagename in libdpkg.a(parsehelp.o)
_illegal_packagename in libdpkg.a(parsehelp.o)
_versiondescribe in libdpkg.a(parsehelp.o)
_parseversion in libdpkg.a(parsehelp.o)
_parseversion in libdpkg.a(parsehelp.o)
_parseversion in libdpkg.a(parsehelp.o)
_parseversion in libdpkg.a(parsehelp.o)
_parsemustfield in libdpkg.a(parsehelp.o)
_parsemustfield in libdpkg.a(parsehelp.o)
_showcopyright in libdpkg.a(showcright.o)
_convert_string in libdpkg.a(fields.o)
_convert_string in libdpkg.a(fields.o)
_convert_string in libdpkg.a(fields.o)
_f_name in libdpkg.a(fields.o)
_f_filecharf in libdpkg.a(fields.o)
_f_filecharf in libdpkg.a(fields.o)
_f_filecharf in libdpkg.a(fields.o)
_f_filecharf in libdpkg.a(fields.o)
_f_boolean in libdpkg.a(fields.o)
_f_status in libdpkg.a(fields.o)
_f_status in libdpkg.a(fields.o)
_f_version in libdpkg.a(fields.o)
_f_revision in libdpkg.a(fields.o)
_f_configversion in libdpkg.a(fields.o)
_f_configversion in libdpkg.a(fields.o)
_f_conffiles in libdpkg.a(fields.o)
_f_conffiles in libdpkg.a(fields.o)
_f_conffiles in libdpkg.a(fields.o)
_f_dependency in libdpkg.a(fields.o)
_f_dependency in libdpkg.a(fields.o)
_f_dependency in libdpkg.a(fields.o)
_f_dependency in libdpkg.a(fields.o)
_f_dependency in libdpkg.a(fields.o)
_f_dependency in libdpkg.a(fields.o)
_f_dependency in libdpkg.a(fields.o)
_f_dependency in libdpkg.a(fields.o)
_f_dependency in libdpkg.a(fields.o)
_f_dependency in libdpkg.a(fields.o)
_f_dependency in libdpkg.a(fields.o)
_f_dependency in libdpkg.a(fields.o)
_f_dependency in libdpkg.a(fields.o)
_writedb in libdpkg.a(dump.o)
_writedb in libdpkg.a(dump.o)
_writedb in libdpkg.a(dump.o)
_writedb in libdpkg.a(dump.o)
_writedb in libdpkg.a(dump.o)
_writedb in libdpkg.a(dump.o)
_writedb in libdpkg.a(dump.o)
_writedb in libdpkg.a(dump.o)
_findpackage in libdpkg.a(database.o)
_hashreport in libdpkg.a(database.o)
_hashreport in libdpkg.a(database.o)
_print_and_abort in libopt.a(obstack.o)
"_egzerror", referenced from:
_internalGzip in build.o
_extracthalf in extract.o
"_egzclose", referenced from:
_internalGzip in build.o
"_egzwrite", referenced from:
_internalGzip in build.o
"_egzread", referenced from:
_extracthalf in extract.o
"_egzdopen", referenced from:
_internalGzip in build.o
_extracthalf in extract.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [dpkg-deb] Error 1
make[1]: *** [all-dpkg-deb] Error 2
make: *** [all-recursive] Error 2
---------------------------------------------------------------------------------------------
Any help? I'm completely lost.
Thanks very much for your tips.
Regards,
S.
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users