Closed tseemann closed 9 years ago
Thanks for reporting, I'll have a look into this.
ae1e8e should fix it, I uploaded a new tarball for version 1.2.0: http://uproc.gobics.de/#version-1-2-0 Please reopen if you have any issues.
I'm still getting the same error on the tarball at http://uproc.gobics.de/#version-1-2-0
tar chozf libuproc.tar.gz libuproc
tar: value 1424802263 out of uid_t range 0..2097151
tar: Exiting with failure status due to previous errors
There is stil an "o" option in the tar command in the Makefile.
The -o option (--old-archive) doesn't cope with unusual unix UIDs:
xref: https://github.com/Homebrew/homebrew-science/issues/2406