URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14332>
Summary: Compilation with CFLAGS+="-DAFS" fails Project: findutils Submitted by: None Submitted on: Tue 08/30/05 at 07:15 Category: find Severity: 3 - Normal Item Group: Compilation Failure Status: None Privacy: Public Assigned to: None Originator Name: Stefaan Originator Email: [EMAIL PROTECTED] Open/Closed: Open Release: 4.2.23 Fixed Release: None _______________________________________________________ Details: Because in find/fstype.c, in the function filesystem_type_uncached, the code within "#ifdef AFS" uses a variable (path) that's not there anymore. Found on 4.2.23 and CVS, last one I checked that was ok is 4.1.20. if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gnulib/lib -I../lib -I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=opteron -DAFS -O2 -pipe -march=opteron -DAFS -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; \ then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi fstype.c: In function `filesystem_type_uncached': fstype.c:208: error: `path' undeclared (first use in this function) fstype.c:208: error: (Each undeclared identifier is reported only once fstype.c:208: error: for each function it appears in.) make[3]: *** [fstype.o] Error 1 _______________________________________________________ Carbon-Copy List: CC Address | Comment ------------------------------------+----------------------------- stefaan --DOT-- deroeck --AT-- gmail --DOT-- com | Originator Email _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14332> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-findutils mailing list Bug-findutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-findutils