bugGNU gettext - Bugs: bug #60737, No rule to make target...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #60737: No rule to make target '/var/tmp/portage/gettext-9999/gettext-runtime/../.version', needed by 'gettext.1.in'. Stop.

Submitter:  Vincent Grande <shoober420>
Submitted:  Sun 06 Jun 2021 02:36:00 AM UTC
   
 
Category:  Build Severity:  3 - Normal
Item Group:  None Status:  Answer Provided
Privacy:  Public Assigned to:  haible
Open/Closed:  Closed

Sun 06 Jun 2021 09:09:42 AM UTC, comment #1: 

GNU packages are published as tarballs, precisely so that you have a simple and package-independent way to build it. You chose to ignore that and instead build from git instead. As a consequence,
1) you are in an unsupported situation,
2) you need to a package-specific build recipe.
Nevertheless, here is a hint: Look at the CI recipe at https://gitlab.com/gnu-gettext/ci-distcheck/-/blob/master/.gitlab-ci.yml does it.

Additionally, you are in an unsupported situation also because you apply tools like 'elibtoolize' and patches such as 'as-needed.

Bruno Haible <haible>
Group administrator
Sun 06 Jun 2021 02:36:00 AM UTC, original submission:  

Im trying to build gettext from git master as of this post (https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commit;h=f9d86930876bd8ceae8f66cee348b7496801a000), and encounter this error during the 32bit compile stage.

[code]
libtool: link: x86_64-pc-linux-gnu-gcc -m32 -DINSTALLDIR=\"/usr/bin\" -march=native -Ofast -pipe -fno-plt -fno-common -fno-semantic-interposition -fipa-pta -falign-functions=32 -fdevirtualize-at-ltrans -fuse-linker-plugin -floop-nest-optimize -fgraphite-identity -fno-signed-zeros -fno-trapping-math -fassociative-math -freciprocal-math -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fexcess-precision=fast -w -flto=auto -Wl,-O1 -o envsubst envsubst-envsubst.o  -Wl,--as-needed ../gnulib-lib/libgrt.a
make[2]: Leaving directory '/var/tmp/portage/sys-devel/gettext-9999/work/gettext-9999-abi_x86_32.x86/src'
Making all in po
make[2]: Entering directory '/var/tmp/portage/sys-devel/gettext-9999/work/gettext-9999-abi_x86_32.x86/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/var/tmp/portage/sys-devel/gettext-9999/work/gettext-9999-abi_x86_32.x86/po'
Making all in man
make[2]: Entering directory '/var/tmp/portage/sys-devel/gettext-9999/work/gettext-9999-abi_x86_32.x86/man'
make[2]: * No rule to make target '/var/tmp/portage/sys-devel/gettext-9999/work/gettext-9999/gettext-runtime/../.version', needed by 'gettext.1.in'.  Stop.
make[2]: Leaving directory '/var/tmp/portage/sys-devel/gettext-9999/work/gettext-9999-abi_x86_32.x86/man'
make[1]: * [Makefile:1561: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/sys-devel/gettext-9999/work/gettext-9999-abi_x86_32.x86'
make: * [Makefile:1468: all] Error 2
[/code]

Build log attached.

Vincent Grande <shoober420>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #51521:  gettextbuild.log added by shoober420 (535KiB - text/x-log - gettext build log)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by haible (Posted a comment)
  • -email is unavailable- added by shoober420 (Submitted the item)
  • -email is unavailable- added by shoober420
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-06-06 haible StatusNone Answer Provided
        Assigned toNone haible
        Open/ClosedOpen Closed
    2021-06-06 shoober420 Attached File- Added gettextbuild.log, #51521
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code