Your Fink packages, kterm, ntop, xmame, won't build with "fink --build-as-nobody" because they invoke commands like chown or mkdir which fail with "permission denied" (either because they're munging around directly in /sw instead of the build dir, or because they're doing things like chowning to root). --build-as-nobody is needed to be able to create bindists automatically and safely, and we're hoping to switch it over to be the default at some point in the future, so it would be nice to fix this if you could.
You should look at your packages to see what's going on. If they're doing things directly in %p, that's a serious policy violation. Here are links to the build logs for your packages: http://fink.opendarwin.org/build/nobody/kterm.log http://fink.opendarwin.org/build/nobody/ntop.log http://fink.opendarwin.org/build/nobody/xmame.log If you have any questions about how to fix your packages, you can ask on fink-devel or irc.freenode.net #fink, or contact me. -- Matthew Sachs <[EMAIL PROTECTED]> [AIM: MattSachs] Compiler Quality Engineer, Apple Computer +1 408 974 2087 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Fink-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
