[ expat-Bugs-460604 ] Make fails for 1.95.2 on DecUnix 4.0F

noreply@sourceforge.net noreply@sourceforge.net
Tue Sep 11 00:32:03 2001


Bugs item #460604, was opened at 2001-09-11 00:31
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=460604&group_id=10127

Category: Build control
Group: Platform Specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Henrik Tougaard (htoug)
Assigned to: Greg Stein (gstein)
Summary: Make fails for 1.95.2 on DecUnix 4.0F

Initial Comment:
Make for 1.95.2 still fails on Digital Unix 4.0F using 
DEC make and Dec C-compiler.

Would any further output would help in the analysis?
Or is there something I can do to attempt to narrow 
donw where the bug is?
Unfortunately I don't have the neccessary tuits to try 
to understand the complete build system.

Output of configure, make and make install follows:


<ht000@luzia:/home/ht000/expat-1.95.2:133>$ ob$ 
configure
creating cache ./config.cache
checking host system type... alphaev56-dec-osf4.0f
checking build system type... alphaev56-dec-osf4.0f
checking for ranlib... ranlib
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc  ) works... yes
checking whether the C compiler (cc  ) is a cross-
compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
updating cache ./config.cache
checking whether we are using GNU C... no
checking for object suffix... o
checking for executable suffix... no
checking for cc option to produce PIC... none
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc static flag -non_shared works... -
non_shared
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the linker (/usr/bin/ld) supports 
shared libraries... yes
checking command to parse /usr/bin/nm output... failed
checking how to hardcode library paths into 
programs... immediate
checking for /usr/bin/ld option to reload object 
files... -r
checking dynamic linker characteristics... osf4.0f 
ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc -g ) works... yes
checking whether the C compiler (cc -g ) is a cross-
compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... (cached) yes
checking for a BSD compatible install... 
conftools/install-sh -c
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for working const... yes
checking for off_t... yes
checking for size_t... yes
checking for 8-bit clean memcmp... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for memmove... yes
checking for bcopy... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating lib/expat.h
creating xmlwf/Makefile
creating examples/Makefile
creating config.h
<ht000@luzia:/home/ht000/expat-1.95.2:134>$ ob$ make
<ht000@luzia:/home/ht000/expat-1.95.2:135>$ ob$ make 
install
for dir in lib xmlwf; do  (cd $dir && make install);  
done
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -
DPACKAGE='"expat"' -DVERSI
ON='"expat_1.95.2"' -I. -I. -I..  -g -c xmlparse.c
mkdir .libs
cc -DHAVE_CONFIG_H -DPACKAGE=\expat\ -
DVERSION=\expat_1.95.2\ -I. -I. -I.. -
g -c xmlparse.c  -DPIC -o .libs/xmlparse.lo
cc: Warning: xmlparse.c, line 4485: In this statement, 
& before array "((BLOCK .
..)0)->s" is ignored. (addrarray)
    pool->blocks = pool->mem->realloc_fcn(pool-
>blocks, offsetof(BLOCK, s) + blo
ckSize * sizeof(XML_Char));
-------------------------------------------------------
-^
cc: Warning: xmlparse.c, line 4500: In this statement, 
& before array "((BLOCK .
..)0)->s" is ignored. (addrarray)
    tem = pool->mem->malloc_fcn(offsetof(BLOCK, s) + 
blockSize * sizeof(XML_Char
));
--------------------------------^
mv -f .libs/xmlparse.lo xmlparse.o
(cd . && ln -s xmlparse.o xmlparse.lo)
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -
DPACKAGE='"expat"' -DVERSI
ON='"expat_1.95.2"' -I. -I. -I..  -g -c xmltok.c
rm -f .libs/xmltok.lo
cc -DHAVE_CONFIG_H -DPACKAGE=\expat\ -
DVERSION=\expat_1.95.2\ -I. -I. -I.. -
g -c xmltok.c  -DPIC -o .libs/xmltok.lo
mv -f .libs/xmltok.lo xmltok.o
(cd . && ln -s xmltok.o xmltok.lo)
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -
DPACKAGE='"expat"' -DVERSI
ON='"expat_1.95.2"' -I. -I. -I..  -g -c xmlrole.c
rm -f .libs/xmlrole.lo
cc -DHAVE_CONFIG_H -DPACKAGE=\expat\ -
DVERSION=\expat_1.95.2\ -I. -I. -I.. -
g -c xmlrole.c  -DPIC -o .libs/xmlrole.lo
mv -f .libs/xmlrole.lo xmlrole.o
(cd . && ln -s xmlrole.o xmlrole.lo)
/bin/sh ../libtool --mode=link  cc -version-info 
1:0:1 -g  -o libexpat.la -rpath
 /usr/local/lib  xmlparse.lo xmltok.lo xmlrole.lo
rm -
fr .libs/libexpat.la .libs/libexpat.* .libs/libexpat.*
/usr/bin/ld -shared -expect_unresolved \*  xmlparse.o 
xmltok.o xmlrole.o   -lc  
-msym -soname libexpat.so `test -n "1.1.0:0.0:1.0" && 
echo -set_version 1.1.0:0.
0:1.0` -update_registry .libs/so_locations -
o .libs/libexpat.so.1.1.0
(cd .libs && rm -f libexpat.so && ln -s 
libexpat.so.1.1.0 libexpat.so)
(cd .libs && rm -f libexpat.so && ln -s 
libexpat.so.1.1.0 libexpat.so)
ar cru .libs/libexpat.a  xmlparse.o xmltok.o xmlrole.o 
ranlib .libs/libexpat.a
creating libexpat.la
(cd .libs && rm -f libexpat.la && ln -s ../libexpat.la 
libexpat.la)
/bin/sh ../conftools/mkinstalldirs /usr/local/lib /usr/
local/include
/bin/sh ../libtool --mode=install ../conftools/install-
sh -c libexpat.la /usr/lo
cal/lib/libexpat.la
../conftools/install-sh -
c .libs/libexpat.so.1.1.0 /usr/local/lib/libexpat.so.1.
1.0
cp: /usr/local/lib/#inst.4974#: Permission denied
*** Exit 1
Stop.
*** Exit 1
Stop.
<ht000@luzia:/home/ht000/expat-1.95.2:136>$ ob$ uname -
a
OSF1 luzia.foa.dk V4.0 1229 alpha

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

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