GNU bug report logs - #6844
AIX 6.1: compile errors

Previous Next

Package: coreutils;

Reported by: Gottfried Mueller <gottfried.mueller <at> magirus.com>

Date: Wed, 11 Aug 2010 14:11:03 UTC

Severity: normal

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 6844 in the body.
You can then email your comments to 6844 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org:
bug#6844; Package coreutils. (Wed, 11 Aug 2010 14:11:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gottfried Mueller <gottfried.mueller <at> magirus.com>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Wed, 11 Aug 2010 14:11:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Gottfried Mueller <gottfried.mueller <at> magirus.com>
To: bug-coreutils <at> gnu.org
Subject: AIX 6.1: compile errors
Date: Wed, 11 Aug 2010 14:35:30 +0200
[Message part 1 (text/plain, inline)]
Hello,

I tried to compile the coreutils the first time under the AIX operating 
system and I've go the the following errors:

....
  CC       printf-frexp.o
  CC       printf-frexpl.o
  CC       priv-set.o
"priv-set.h", line 22.11: 1506-296 (S) #include file <priv.h> not found.
"priv-set.h", line 30.27: 1506-045 (S) Undeclared identifier 
PRIV_SYS_LINKDIR.
"priv-set.h", line 35.28: 1506-045 (S) Undeclared identifier 
PRIV_SYS_LINKDIR.
"priv-set.c", line 27.11: 1506-296 (S) #include file <priv.h> not found.
"priv-set.c", line 30.8: 1506-166 (S) Definition of function priv_set_t 
requires
 parentheses.
"priv-set.c", line 30.19: 1506-276 (S) Syntax error: possible missing '{'?
"priv-set.c", line 40.9: 1506-045 (S) Undeclared identifier initialized.
"priv-set.c", line 42.7: 1506-045 (S) Undeclared identifier eff_set.
"priv-set.c", line 47.7: 1506-045 (S) Undeclared identifier rem_set.
"priv-set.c", line 53.21: 1506-045 (S) Undeclared identifier 
PRIV_EFFECTIVE.
"priv-set.c", line 73.9: 1506-045 (S) Undeclared identifier initialized.
"priv-set.c", line 76.25: 1506-045 (S) Undeclared identifier eff_set.
"priv-set.c", line 86.9: 1506-045 (S) Undeclared identifier initialized.
"priv-set.c", line 89.22: 1506-045 (S) Undeclared identifier eff_set.
"priv-set.c", line 94.21: 1506-045 (S) Undeclared identifier PRIV_SET.
"priv-set.c", line 94.31: 1506-045 (S) Undeclared identifier 
PRIV_EFFECTIVE.
"priv-set.c", line 99.20: 1506-045 (S) Undeclared identifier rem_set.
"priv-set.c", line 119.9: 1506-045 (S) Undeclared identifier initialized.
"priv-set.c", line 122.22: 1506-045 (S) Undeclared identifier rem_set.
"priv-set.c", line 126.20: 1506-045 (S) Undeclared identifier eff_set.
"priv-set.c", line 127.21: 1506-045 (S) Undeclared identifier PRIV_SET.
"priv-set.c", line 127.31: 1506-045 (S) Undeclared identifier 
PRIV_EFFECTIVE.
make: The error code from the last command is 1.


It seems this problem is comparably with the error compiling the gnu tar 
(1.23) command using AIX.

http://lists.gnu.org/archive/html/bug-tar/2010-06/msg00019.html



Gottfried Müller
Magirus International GmbH
[Message part 2 (text/html, inline)]

Reply sent to Jim Meyering <jim <at> meyering.net>:
You have taken responsibility. (Tue, 13 Sep 2011 12:04:01 GMT) Full text and rfc822 format available.

Notification sent to Gottfried Mueller <gottfried.mueller <at> magirus.com>:
bug acknowledged by developer. (Tue, 13 Sep 2011 12:04:02 GMT) Full text and rfc822 format available.

Message #10 received at 6844-done <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: Gottfried Mueller <gottfried.mueller <at> magirus.com>
Cc: 6844-done <at> debbugs.gnu.org
Subject: Re: bug#6844: AIX 6.1: compile errors
Date: Tue, 13 Sep 2011 13:58:32 +0200
Gottfried Mueller wrote:
> I tried to compile the coreutils the first time under the AIX operating
> system and I've go the the following errors:
>
> ....
>   CC       printf-frexp.o
>   CC       printf-frexpl.o
>   CC       priv-set.o
> "priv-set.h", line 22.11: 1506-296 (S) #include file <priv.h> not found.
> "priv-set.h", line 30.27: 1506-045 (S) Undeclared identifier
> PRIV_SYS_LINKDIR.
> "priv-set.h", line 35.28: 1506-045 (S) Undeclared identifier
> PRIV_SYS_LINKDIR.
> "priv-set.c", line 27.11: 1506-296 (S) #include file <priv.h> not found.
> "priv-set.c", line 30.8: 1506-166 (S) Definition of function priv_set_t
> requires
>  parentheses.
> "priv-set.c", line 30.19: 1506-276 (S) Syntax error: possible missing '{'?
> "priv-set.c", line 40.9: 1506-045 (S) Undeclared identifier initialized.
> "priv-set.c", line 42.7: 1506-045 (S) Undeclared identifier eff_set.
> "priv-set.c", line 47.7: 1506-045 (S) Undeclared identifier rem_set.
> "priv-set.c", line 53.21: 1506-045 (S) Undeclared identifier
> PRIV_EFFECTIVE.
> "priv-set.c", line 73.9: 1506-045 (S) Undeclared identifier initialized.
> "priv-set.c", line 76.25: 1506-045 (S) Undeclared identifier eff_set.
> "priv-set.c", line 86.9: 1506-045 (S) Undeclared identifier initialized.
> "priv-set.c", line 89.22: 1506-045 (S) Undeclared identifier eff_set.
> "priv-set.c", line 94.21: 1506-045 (S) Undeclared identifier PRIV_SET.
> "priv-set.c", line 94.31: 1506-045 (S) Undeclared identifier
> PRIV_EFFECTIVE.
> "priv-set.c", line 99.20: 1506-045 (S) Undeclared identifier rem_set.
> "priv-set.c", line 119.9: 1506-045 (S) Undeclared identifier initialized.
> "priv-set.c", line 122.22: 1506-045 (S) Undeclared identifier rem_set.
> "priv-set.c", line 126.20: 1506-045 (S) Undeclared identifier eff_set.
> "priv-set.c", line 127.21: 1506-045 (S) Undeclared identifier PRIV_SET.
> "priv-set.c", line 127.31: 1506-045 (S) Undeclared identifier
> PRIV_EFFECTIVE.
> make: The error code from the last command is 1.
>
>
> It seems this problem is comparably with the error compiling the gnu tar
> (1.23) command using AIX.
>
> http://lists.gnu.org/archive/html/bug-tar/2010-06/msg00019.html

Thank you for the report.  Sorry no one replied sooner.
You didn't mention which version of coreutils you're using,
but we've just released coreutils-8.13, and it addresses
a few AIX-related build and test failures:

    https://lists.gnu.org/archive/html/coreutils/2011-09/msg00130.html

Can you try building it on your system and
let us know if it fails?

Jim

PS. I'm marking this issue as "done", but you're welcome to reply.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 12 Oct 2011 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 258 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.