This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc3.2.1 installation failure on Alpha/Tru64


Hello,

I'm trying to compile/install gcc3.2.1 branch on Alpha Tru64 machine.
JFYI: I tried to use system supplied make, but the compilation fails very
quickly, so for this platform gnu make seems to be necessary. After
installing it, everything goes well (bootstrap finished sucessfully) till
the moment I want to do make install. It fails with:

rm -rf
/house/kgardas/usr/local/alpha-osf1//lib/gcc-lib/alphaev68-dec-osf5.1/3.2.1/include
mkdir
/house/kgardas/usr/local/alpha-osf1//lib/gcc-lib/alphaev68-dec-osf5.1/3.2.1/include
chmod a+rx
/house/kgardas/usr/local/alpha-osf1//lib/gcc-lib/alphaev68-dec-osf5.1/3.2.1/include
(cd `pwd`/include ; \
 tar -cf - .; exit 0) | (cd
/house/kgardas/usr/local/alpha-osf1//lib/gcc-lib/alphaev68-dec-osf5.1/3.2.1/include;
tar xpf - )
tar: ./float.h : unable to preserve owner/group
tar: ./X11/Xlib.h : unable to preserve owner/group
tar: ./syslimits.h : unable to preserve owner/group
tar: ./stdarg.h : unable to preserve owner/group
tar: ./dce/cma_config.h : unable to preserve owner/group
tar: ./stddef.h : unable to preserve owner/group
tar: ./README : unable to preserve owner/group
tar: ./rpc/svc.h : unable to preserve owner/group
tar: ./varargs.h : unable to preserve owner/group
tar: ./stdbool.h : unable to preserve owner/group
tar: ./iso646.h : unable to preserve owner/group
tar: ./va_list.h : unable to preserve owner/group
tar: ./limits.h : unable to preserve owner/group
tar: ./curses.h : unable to preserve owner/group
tar: ./fixed : unable to preserve owner/group
tar: ./root/usr/sys/include/net/bpf.h : unable to preserve owner/group
tar: ./root/usr/sys/include/netinet/ip.h : unable to preserve owner/group
tar: ./root/usr/sys/include/netinet/ip_var.h : unable to preserve
owner/group
tar: ./root/usr/sys/include/netinet/tcp.h : unable to preserve owner/group
tar: ./root/usr/sys/include/netinet/tcpip.h : unable to preserve
owner/group
tar: ./root/usr/sys/include/sys/fpsreg.h : unable to preserve owner/group
tar: ./root/usr/sys/include/sys/limits.h : unable to preserve owner/group
tar: ./root/usr/sys/include/sys/secioctl.h : unable to preserve
owner/group
tar: ./root/usr/sys/include/sys/types.h : unable to preserve owner/group
tar: ./root/usr/sys/include/sys/vsio.h : unable to preserve owner/group
tar: ./root/usr/sys/include/sys/wait.h : unable to preserve owner/group
tar: ./assert.h : unable to preserve owner/group
tar: ./c_asm.h : unable to preserve owner/group
tar: ./dirent.h : unable to preserve owner/group
tar: ./ftw.h : unable to preserve owner/group
tar: ./grp.h : unable to preserve owner/group
tar: ./math.h : unable to preserve owner/group
tar: ./ndbm.h : unable to preserve owner/group
tar: ./pwd.h : unable to preserve owner/group
tar: ./signal.h : unable to preserve owner/group
tar: ./stdio.h : unable to preserve owner/group
tar: ./stdlib.h : unable to preserve owner/group
tar: ./string.h : unable to preserve owner/group
tar: ./stropts.h : unable to preserve owner/group
tar: ./term.h : unable to preserve owner/group
tar: ./time.h : unable to preserve owner/group
tar: ./unistd.h : unable to preserve owner/group
tar: ./libgen.h : unable to preserve owner/group
tar: ./root/usr/sys/include/sys : unable to preserve owner/group
tar: ./root/usr/sys/include/netinet : unable to preserve owner/group
tar: ./root/usr/sys/include/net : unable to preserve owner/group
tar: ./root/usr/sys/include : unable to preserve owner/group
tar: ./root/usr/sys : unable to preserve owner/group
tar: ./root/usr : unable to preserve owner/group
tar: ./root : unable to preserve owner/group
tar: ./io : unable to preserve owner/group
tar: ./rpc : unable to preserve owner/group
tar: ./dce : unable to preserve owner/group
tar: ./X11 : unable to preserve owner/group
tar: . : unable to preserve owner/group
make[1]: *** [install-headers-tar] Error 1
make[1]: Leaving directory `/cluster/members/member0/tmp/kgardas/obj/gcc'
make: *** [install-gcc] Error 2
bash-2.04$

I'll try to install GNU tar to see if it causes problems...

Cheers,

Karel
--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]