bugfindutils - Bugs: bug #14332, Compilation with...

 
 

bug #14332: Compilation with CFLAGS+="-DAFS" fails

Submitter:  None
Submitted:  Tue 30 Aug 2005 07:15:37 AM UTC
   
 
Category:  find Severity:  3 - Normal
Item Group:  Compilation Failure Status:  Fixed
Privacy:  Public Assigned to:  jay
Originator Name:  Stefaan Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  4.2.23
Fixed Release:  4.2.25
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 30 Aug 2005 09:30:09 AM UTC, comment #2: 

Thanks, fstype.c compiles ok again!!

Stefaan <stefaan>
Tue 30 Aug 2005 07:44:24 AM UTC, comment #1: 

I have updated the development code to resolve this problem.  The code is publicly accessible via CVS, see the Savannah project pages for findutils for instructions on how to use this, or read README.CVS).   I have not tested the result as I don't have access to an AFS implementation.   Please test this.

James Youngman <jay>
Group administrator
Tue 30 Aug 2005 07:15:37 AM UTC, original submission:  

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

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-09-03 jay Open/ClosedOpen Closed
    Fixed ReleaseNone 4.2.25
2005-09-03 jay StatusNone Fixed
2005-08-30 jay Assigned toNone jay
2005-08-30 None Carbon-Copy- Added stefaan --DOT-- deroeck --AT-- gmail --DOT-- com

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code