Problems with GNU tar installation


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Problems with GNU tar installation
# 1  
Old 03-30-2007
Problems with GNU tar installation

Hi all,

Need some help here. I've been trying to install GNU tar version 1.12 into my Solaris 9 machine.

steps that I have done was:

-untar the package file

-run "./configure"

-run "make" command (got stuck at this point)

Got the following error messages after hitting the make command:

make all-recursive
Making all in doc
Making all in lib
Making all in intl
Making all in src
Making all in scripts
Making all in po
/usr/bin/msgfmt -o ko.mo ko.po
ERROR: Line 1424 (ko.po): Invalid character found.
*** Error code 2
make: Fatal error: Command failed for target `ko.mo'
Current working directory /gnutar/tar-1.12/po
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /gnutar/tar-1.12
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'

Hope someone would advise me the go abouts. Really appreciate it.

Regards
# 2  
Old 04-02-2007
Hi all,

Really need some advise. Some clues on how i can procced further with this. Really appreciate any help.

Thanks!
# 3  
Old 04-02-2007
I'm assuming that you are superuser.... Are you sure you've got the correct installation package ? Does md5 check match ?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. AIX

GNU TAR vs NATIVE AIX TAR

Hello, Getting this very strange error, made tar/zip through gnu tar GNU Tar ( successful tar and zip without any errors ) /opt/freeware/bin/tar cvf - /oraapp| gzip > /backup/bkp_15_6_16_oraapp.tgz GNU unTar error root@test8:/>gunzip < /config1/bkp_15_6_16_oraapp.tgz |... (5 Replies)
Discussion started by: filosophizer
5 Replies

2. Emergency UNIX and Linux Support

extraction of directory and below using gnu tar

i need to restore everything in a certain directory and lower. I have a tgz archive of all of the files, and i need to restore everything in /user/home/xxxx/ and below. this is a users home directory. this is a dumb question and i know when i see the answer i am going to say DUH, but i am... (2 Replies)
Discussion started by: frankkahle
2 Replies

3. AIX

GNU Tar with compression for AIX 4.2 already compiled ?

Is there a GNU Tar available with compression option available for AIX 4.2 that I can directly use (not having to compile anything, simple installation) ? (1 Reply)
Discussion started by: Browser_ice
1 Replies

4. Solaris

GNU tar on SUN 9

I downloaded GNUtar from sunfreeware.con and installed it on a sparc running sun 9. Performed pkgadd -d on the required lib and tar file and everything seemed to be ok. I tried to extract a file from a tar created using the sun version with no success. Tar ran for several hours working on the... (6 Replies)
Discussion started by: thumper
6 Replies

5. UNIX for Dummies Questions & Answers

gnu tar on Solaris 8

Here is how I got where I am: I tried untarring tomcat and at the end of the untar I get the following: So I downloaded GNU tar and did a pkgadd -d, which installed the package. But when I run /usr/local/bin/tar, I get this message: (1 Reply)
Discussion started by: dangral
1 Replies

6. UNIX for Advanced & Expert Users

Problems with gnu make

I am running a make file through the gnu make tool and i am getting the following error jsh1035c:/users/egate453/admegate/kapil/samples $ make -f GNUmakefile queue_c make -f ./GNUmakefile queue_c in_objdir=1 build_root=/users/egate453/admegate/kapil/samples make: Entering directory... (2 Replies)
Discussion started by: handak9
2 Replies
Login or Register to Ask a Question