gnuastro-devel
[Top][All Lists]
Advanced

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

[bug #65578] Numeric user ID too large when generating the tarball


From: Raul Infante-Sainz
Subject: [bug #65578] Numeric user ID too large when generating the tarball
Date: Thu, 19 Sep 2024 11:35:23 -0400 (EDT)

Follow-up Comment #11, bug #65578 (group gnuastro):

After some discussions with Mohammad and Giacomo (thanks a lot!) we arrived at
a temporary solution for users that need to generate a Gnuastro tarball with
the proper version string. This is not the solution to the bug, but just a
temporary workaround.

1. Generate the build directory with everything ready to be packaged. For
example:

./developer-build

2. Go to the build directory:

cd build

3. Edit "Makefile" to add the option "--format=posix" to "am__tar". So, the
line

am__tar = $${TAR-tar} chof - "$$tardir"

becomes 

am__tar = $${TAR-tar} --format=posix chof - "$$tardir"

4. Create the tarball:

make dist





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65578>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature


reply via email to

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