On Sat, Dec 23, 2006 at 05:32:07PM +0000, PLD ac-sparc builder wrote: > kdebase.spec (AC-branch): FAILED > > --- kdebase.spec:AC-branch: > Build-Time: user:14294.63s sys:1364.57s real:17130.44s (faults io:1179 > non-io:83908943) > + cp > /tmp/B.01ed92/kdebase-3.5.5-root-builder/usr/share/apps/kdm/pics/users/root1.png > /tmp/B.01ed92/kdebase-3.5.5-root-builder/etc/X11/kdm/faces/root.face.icon > + rm > /tmp/B.01ed92/kdebase-3.5.5-root-builder/usr/share/apps/konqueror/dirtree/remote/smb-network.desktop > rm: cannot remove > `/tmp/B.01ed92/kdebase-3.5.5-root-builder/usr/share/apps/konqueror/dirtree/remote/smb-network.desktop': > No such file or directory > error: Bad exit status from /var/tmp/rpm-tmp.23203 (%install)
This one fails because smb kio slave isn't built. And it wasn't built because libsmbclient check in configure fails due to unresolved `nscd_flush_cache' symbol that comes from libnscd. I thought rebuiding samba would fix the issue. And it did, but only when samba was built locally. When I sent samba to ac builders (test build on ac-i686 and ac-amd64) it turned out that unresolved nscd_flush_cache symbol issue remains. We already suffer from this problem, kdebase which is in main tree has smb kio slave broken (smb:// links do not work). What is the solution? Rebuild libnscd, then rebuild samba, then rebuild the rest? -- http://www.mysza.eu.org/ | Everybody needs someone sure, someone true, PLD Linux developer | Everybody needs some solid rock, I know I do. _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
