Hi,
the validation step fails when built with update -m:
Validating .deb dir
/scratch.noindex/fink.build/root-libwpg-0.2-shlibs-0.2.2-2...
Error:
/scratch.noindex/fink.build/root-libwpg-0.2-shlibs-0.2.2-2/sw/lib/libwpg-0.2.2.dylib
appears to have been linked using a flat namespace.
If this package BuildDepends on libtool2, make sure that you use
BuildDepends: libtool2 (>= 2.4.2-4).
and use autoreconf to regenerate the configure script.
If the package doesn't BuildDepend on libtool2, you'll need to
update its build procedure to avoid passing
-Wl,-flat_namespace
when linking libraries.
Could it be that this block in configure:8260
darwin*) # darwin 5.x on
# if running on 10.5 or later, the deployment target defaults
# to the OS version, if on x86, and 10.4, the deployment
# target defaults to 10.4. Don't you love it?
case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
10.0,*86*-darwin8*|10.0,*-darwin[91]*)
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
10.[012]*)
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined
${wl}suppress' ;;
10.*)
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
esac
;;
does not account for 10.10 yet?
Cheers,
Derek
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Fink-devel mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel