[ expat-Bugs-576396 ] expat 1.95.3 fails to build on aix 4.3.3

noreply@sourceforge.net noreply@sourceforge.net
Tue Jul 9 10:34:03 2002


Bugs item #576396, was opened at 2002-07-02 10:15
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=576396&group_id=10127

Category: Build control
Group: Third-party Bug
Status: Closed
Resolution: Wont Fix
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: expat 1.95.3 fails to build on aix 4.3.3

Initial Comment:
Hi everybody,

when attempting to build expat 1.95.3 on aix 4.3.3,
i had the following error running 'make'

/bin/sh ./libtool --silent --mode=compile cc -g   -Ilib -I. -o 
lib/xmlparse.lo -
c lib/xmlparse.c
/bin/sh ./libtool --silent --mode=compile cc -g   -Ilib -I. -o 
lib/xmltok.lo -c
lib/xmltok.c
/bin/sh ./libtool --silent --mode=compile cc -g   -Ilib -I. -o 
lib/xmlrole.lo -c
 lib/xmlrole.c
/bin/sh ./libtool --silent --mode=link cc -g   -Ilib -I. -no-
undefined -version-
info 2:0:2 -rpath /usr/test/lib  -o lib/libexpat.la 
lib/xmlparse.lo lib/xmltok.l
o lib/xmlrole.lo
ar: No such file or directory
ar: 0707-113 The fopen system call failed on 
file .libs/libexpat.a.
make: *** [lib/libexpat.la] Erreur 1

I searched the web and found a similar error with a 
solution described in

http://www.freetype.org/pipermail/devel/2002-
March/003045.html

<quote>
The problem was the AR was being passed $objdir, when 
it should be $output_objdir. The former is a relative path, 
and we need an absolute path.
</quote>

It' a 'configure' issue
I tried it and it works !
I also succeeded to build perl module XML::Parser 2-31
:-)

I've sent the patch as an attachment

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-07-09 13:33

Message:
Logged In: YES 
user_id=3066

Found a link to the bug report I filed:
http://mail.gnu.org/pipermail/bug-autoconf/2002-July/001693.html

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-07-09 13:28

Message:
Logged In: YES 
user_id=3066

Closing this and the related patch report as "Won't fix". 
This definately appears to be a bug in autoconf.  I've
emailed a bug report to bug-autoconf@gnu.org, but I don't
see any way to refer to the autoconf bugs database; the one
link to it I found was stale.

----------------------------------------------------------------------

Comment By: José AUGUSTE-ETIENNE (joseae)
Date: 2002-07-02 10:53

Message:
Logged In: YES 
user_id=571932

The attachment did not work the first time.
See the attachment for Patch #  576406 on "Patches" page

José

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=576396&group_id=10127