Package: sfs Version: 1:0.8-0+pre20050819.1-2.1 Severity: important Tags: patch
Your package fails to build with G++ 4.1. I'm filing this bug as important for now, but when 4.1 will be the default compiler in unstable (probably in a few weeks) I'll upgrade this to serious. A patch is below. (Malibu orange.) > Automatic build of sfs_1:0.8-0+pre20050819.1-2.1 on bigsur by sbuild/mips 1.89 ... > if g++ -DHAVE_CONFIG_H -I. -I/build/tbm/sfs-0.8-0+pre20050819.1/./agent -I.. > -I/build/tbm/sfs-0.8-0+pre20050819.1/. > -I/build/tbm/sfs-0.8-0+pre20050819.1/./async > -I/build/tbm/sfs-0.8-0+pre20050819.1/./arpc > -I/build/tbm/sfs-0.8-0+pre20050819.1/./crypt > -I/build/tbm/sfs-0.8-0+pre20050819.1/./sfsmisc > -I/build/tbm/sfs-0.8-0+pre20050819.1/./sfsrodb > -I/build/tbm/sfs-0.8-0+pre20050819.1/./adb -I../svc > -I/build/tbm/sfs-0.8-0+pre20050819.1/./svc -DEXECDIR=\"/usr/lib/sfs-0.8pre\" > -DETCDIR=\"/etc/sfs\" -DDATADIR=\"/usr/share/sfs\" -DPIDDIR=\"/var/run\" > -DSFSDIR=\"/var/lib/sfs\" -O2 -Wall -MT sfsagent.o -MD -MP -MF > ".deps/sfsagent.Tpo" -c -o sfsagent.o > /build/tbm/sfs-0.8-0+pre20050819.1/./agent/sfsagent.C; \ > then mv -f ".deps/sfsagent.Tpo" ".deps/sfsagent.Po"; else rm -f > ".deps/sfsagent.Tpo"; exit 1; fi > /build/tbm/sfs-0.8-0+pre20050819.1/./agent/agent.h:135: error: extra > qualification 'authsess::' on member 'authsess' > make[3]: *** [sfsagent.o] Error 1 --- ./agent/agent.h~ 2006-03-12 17:30:26.000000000 +0000 +++ ./agent/agent.h 2006-03-12 17:30:34.000000000 +0000 @@ -132,7 +132,7 @@ tailq_entry<authsess> link; ihash_entry<authsess> hlink; - authsess::authsess (authmeth *a, u_int i); + authsess (authmeth *a, u_int i); void to_str (strbuf &b) { --- ./rex/ptyd.C~ 2006-03-12 19:26:12.000000000 +0000 +++ ./rex/ptyd.C 2006-03-12 19:26:18.000000000 +0000 @@ -53,7 +53,7 @@ const uid_t uid; ihash<const str, pty, &pty::path, &pty::link> ptys; - ptyclient::ptyclient (ref<axprt_unix> xx, uid_t u) + ptyclient (ref<axprt_unix> xx, uid_t u) : x (xx), s (asrv::alloc (x, ptyd_prog_1)), uid (u) {} ~ptyclient (); void dispatch (svccb *sbp); -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]