Your Fink packages, samba, sendfile, xmms, won't build with "fink --build-as-nobody" because they install files directly into %p (/sw). Fink policy says not to do this, and --build-as-nobody is becoming increasingly important. You will usually get the right behavior if, in your InstallScript, you do "make install prefix=%i" (which is the default) or "make install DESTDIR=%d".
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
