bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make dist incompatible with long uids


From: Jerome Haltom
Subject: make dist incompatible with long uids
Date: Fri, 25 Apr 2008 16:22:05 -0500

tar: value 1786588783 out of uid_t range 0..2097151

`make dist` using automake is causing this. Basically it's trying to use
an old tar format. ustar or posix or whatever. Tar breaks when you have
a long uid with this.

Now, fixing tar would be an option, to use posix tars, and ignore long
uids, and just not store them, quietly. But I think a better option
would be for `make dist` to have the ability to just use gnu tars. I'd
rather use them. I have no issue with compatibility.

So what would it take to do this?

-- 
Jerome Haltom <address@hidden>
Institution Solutions LLC




reply via email to

[Prev in Thread] Current Thread [Next in Thread]