On Monday, September 9, 2002, at 10:20 PM, lenny bruce wrote:
I knew it wouldn't change a thing regarding this problem
your answer was just a way of ignoring the question


Um.. whatever dude. I was trying to help, it works fine here. I don't owe you anything.

Now that I think about it some more I remembered what causes this: DYLD_FORCE_FLAT_NAMESPACE:

main/finkinfo/utils % sudo apt-get -f install
Reading Package Lists... Done
...snip
Need to get 0B of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n] n
Abort.
main/finkinfo/utils % setenv DYLD_FORCE_FLAT_NAMESPACE 1
main/finkinfo/utils % sudo apt-get -f install
dyld: apt-get multiple definitions of symbol _timegm
/sw/lib/libapt-pkg.3.2.dylib(strutl.opic) definition of _timegm
/usr/lib/libSystem.B.dylib(localtime.So) definition of _timegm
Trace/BPT trap

I believe one of the fink packages sets this environment variable - libxpg4 is one of them. Remove that if possible.

Another solution would be to get rid of the timegm in apt, but the DYLD_FORCE_FLAT_NAMESPACE is bad for other reasons too.

I have no idea about the other problem.

-Ben

Reply via email to