Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 793425 - net-libs/pacparser-1.3.7-r1 - /.../sh:line <snip>: make LIBTOOL=rdlibtool: command not found
Summary: net-libs/pacparser-1.3.7-r1 - /.../sh:line <snip>: make LIBTOOL=rdlibtool: co...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Guilherme Amadio
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: slibtool
  Show dependency tree
 
Reported: 2021-06-01 07:12 UTC by Toralf Förster
Modified: 2022-05-15 00:12 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.14 KB, text/plain)
2021-06-01 07:12 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,277.42 KB, text/plain)
2021-06-01 07:12 UTC, Toralf Förster
Details
environment (environment,93.17 KB, text/plain)
2021-06-01 07:12 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,21.84 KB, application/x-bzip)
2021-06-01 07:12 UTC, Toralf Förster
Details
net-libs:pacparser-1.3.7-r1:20210601-051121.log (net-libs:pacparser-1.3.7-r1:20210601-051121.log,5.28 KB, text/plain)
2021-06-01 07:12 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,21.60 KB, application/x-bzip)
2021-06-01 07:12 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-06-01 07:12:37 UTC
mkdir -p js/src/Linux_All_DBG.OBJ
CFLAGS="" "make LIBTOOL=rdlibtool" -C js/src -f Makefile.ref libjs.a
/bin/sh: line 1: make LIBTOOL=rdlibtool: command not found
make: *** [Makefile:37: js-buildstamp] Error 127
make: Leaving directory '/var/tmp/portage/net-libs/pacparser-1.3.7-r1/work/pacparser-1.3.7/src/spidermonkey'
 * ERROR: net-libs/pacparser-1.3.7-r1::gentoo failed (compile phase):
 *   emake failed

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_hardened-j3-20210528-173809

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.8.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.52.1 *
The following VMs are available for generation-2:
1)	JamVM JDK 2.0.0 [jamvm]
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   jamvm 
  [2]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
  HEAD of ::gentoo
commit fe19ba7fa573a2129663a9cc3c818901a91c15e8
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Jun 1 02:35:33 2021 +0000

    2021-06-01 02:35:32 UTC

emerge -qpvO net-libs/pacparser
[ebuild  N    ] net-libs/pacparser-1.3.7-r1  USE="-doc -python" PYTHON_TARGETS="python3_8 -python3_7 -python3_9"
Comment 1 Toralf Förster gentoo-dev 2021-06-01 07:12:38 UTC
Created attachment 712998 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-06-01 07:12:40 UTC
Created attachment 713001 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-06-01 07:12:41 UTC
Created attachment 713004 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-06-01 07:12:42 UTC
Created attachment 713007 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-06-01 07:12:43 UTC
Created attachment 713010 [details]
net-libs:pacparser-1.3.7-r1:20210601-051121.log
Comment 6 Toralf Förster gentoo-dev 2021-06-01 07:12:45 UTC
Created attachment 713013 [details]
temp.tar.bz2
Comment 7 orbea 2021-06-01 16:56:28 UTC
This build does not use libtool, but it quotes "$(MAKE)" making it fail when the variable also contains any make(1) arguments such as:

  MAKE="make LIBTOOL='rdlibtool'".

I made a PR upstream to fix this.

https://github.com/manugarg/pacparser/pull/106
Comment 8 Larry the Git Cow gentoo-dev 2022-05-15 00:05:43 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3e19c86a91a048d41ee9c32a4feaeae6124ded

commit ef3e19c86a91a048d41ee9c32a4feaeae6124ded
Author:     orbea <orbea@riseup.net>
AuthorDate: 2022-05-14 09:18:38 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-15 00:05:35 +0000

    net-libs/pacparser: Add 1.4.0
    
    Bug: https://bugs.gentoo.org/793425
    Upstream-PR: https://github.com/manugarg/pacparser/pull/106
    Upstream-PR: https://github.com/manugarg/pacparser/pull/136
    Upstream-PR: https://github.com/manugarg/pacparser/pull/137
    Upstream-Commit: https://github.com/manugarg/pacparser/commit/c6258eb8001b449819e11b98bb124903fab96990
    Signed-off-by: orbea <orbea@riseup.net>
    Closes: https://github.com/gentoo/gentoo/pull/25487
    Signed-off-by: Sam James <sam@gentoo.org>

 net-libs/pacparser/Manifest                        |  1 +
 .../pacparser/files/pacparser-1.4.0-build.patch    | 96 ++++++++++++++++++++++
 .../pacparser/files/pacparser-1.4.0-pymod.patch    | 61 ++++++++++++++
 net-libs/pacparser/pacparser-1.4.0.ebuild          | 70 ++++++++++++++++
 4 files changed, 228 insertions(+)