bugfindutils - Bugs: bug #11001, Problems with libintl.h on UNICOS

 
 

bug #11001: Problems with libintl.h on UNICOS

Submitter:  James Youngman <jay>
Submitted:  Mon 15 Nov 2004 12:42:15 AM UTC
   
 
Category:  None Severity:  1 - Wish
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Originator Name:  Mark D Baushke Open/Closed:  Closed
Release:  4.2.3 Fixed Release:  4.2.5
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 19 Nov 2004 11:22:00 PM UTC, comment #2: 

You can download a release of findutils in which this problem is
fixed from ftp://alpha.gnu.org/gnu/findutils.

The releases on alpha.gnu.org are for testing purposes, so please
take the time to download the release and verify that your
problem has been solved.  Once the release has been sufficiently
tested, it can be uploaded to ftp.gnu.org for everybody to use it.

James Youngman <jay>
Group administrator
Mon 15 Nov 2004 01:27:43 AM UTC, comment #1: 

Fixed by requiring an external libintl.h (that is, disabling the intl/ directory)

James Youngman <jay>
Group administrator
Mon 15 Nov 2004 12:42:15 AM UTC, original submission:  

Source: findutils-4.2.3
OS: UNICOS 9.0
Hardware: Cray Y-MP EL

Problem 1: If --enable-nls is given or defaulted, you should still see
if it is posible on the host to use it...

% ./configure
...
% make
...
cc -DHAVE_CONFIG_H -I. -I. -I../.. -g -c `test -f 'argmatch.c' \
|| echo './' `argmatch.c
cc-315 cc: ERROR argmatch.c, Line = 35, File = ./gettext.h, Line = 25
The include file "libintl.h" is unavailable.
cc-515 cc: ERROR File = argmatch.c, Line = 138
Both sides of the assignment operator are not compatible.
cc-269 cc: WARNING File = argmatch.c, Line = 157
The type of argument #2 to function "fprintf" is not compatible with a previous declaration.

TOTAL WARNINGS DETECTED IN argmatch.c: 1
TOTAL ERRORS DETECTED IN argmatch.c: 2
make[4]: * [argmatch.o] Error 1
%

Manually hacking the config.h to '#undef
ENABLE_NLS' lets the compilation get past the
argmatch error.

So, the lack of a <libintl.h> is a good indicator
that --disable-nls should be considered highly
desirable.

James Youngman <jay>
Group administrator

 

(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

Digest:
   bug dependencies.

 

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 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-11-19 jay Open/ClosedOpen Closed
    Fixed ReleaseNone 4.2.5
2004-11-15 jay StatusNone Fixed
2004-11-15 jay Dependencies- bugs # is dependent

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code