Menu

#1 tried make xenv, got the following problem with some tar fil

open
nobody
None
5
2005-05-08
2005-05-08
Anonymous
No

for file in crtbegin.o crtbeginS.o crtend.o crtendS.o
..; do \ if [ x"$file" != x.. ]; then \ rm -f
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/$file;
\ /usr/bin/install -c $file
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/$file;
\ chmod a-x
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/$file;
\ else true; fi; \ done
if [ -f specs ] ; then \ rm -f
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/specs;
\ /usr/bin/install -c specs
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/specs;
\ chmod a-x
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/specs;
\ fi
if [ -f protoize ]; \ then \ rm -f /home/carlsonj/eros-xenv/bin/protoize; \ /usr/bin/install -c protoize
/home/carlsonj/eros-xenv/bin/protoize; \ rm -f /home/carlsonj/eros-xenv/bin/unprotoize; \ /usr/bin/install -c unprotoize
/home/carlsonj/eros-xenv/bin/unprotoize; \ rm -f
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/SYSCALLS.c.X;
\ /usr/bin/install -c SYSCALLS.c.X
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/SYSCALLS.c.X;
\ chmod a-x
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/SYSCALLS.c.X;
\ fi
rm -f
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/cpp
/usr/bin/install -c cpp
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/cpp
if [ -f gcov ]; \ then \ rm -f /home/carlsonj/eros-xenv/bin/gcov; \ /usr/bin/install -c gcov
/home/carlsonj/eros-xenv/bin/gcov; \ chmod a+x /home/carlsonj/eros-xenv/bin/gcov; \ fi
rm -rf
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/include
mkdir
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/include
chmod a+rx
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/include
(cd include; \ tar -cf - .; exit 0) | (cd
/home/carlsonj/eros-xenv/lib/gcc-lib/i486-unknown-eros/2.8.1/include;
tar xpBf - )
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
make[2]: *** [install-headers-tar] Error 2
make[2]: Leaving directory
`/home/carlsonj/eros-xenv-src/build/cross-gcc'
make[1]: *** [cross-gcc] Error 2
make[1]: Leaving directory `/home/carlsonj/eros-xenv-src'
make: *** [xenv] Error 2

Discussion

  • Nobody/Anonymous

    Logged In: NO

    This is on debian sarge. Maybe there's a problem with the
    tar options? I tried just from the command line as well,
    and got the same problem.

     
  • John Carlson

    John Carlson - 2005-05-08

    Logged In: YES
    user_id=28111

    I am using GNU tar 1.14

     
  • John Carlson

    John Carlson - 2005-05-08

    Logged In: YES
    user_id=28111

    I used a filename instead of stdin/stdout, and it seemed to
    work.

     

Log in to post a comment.