Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612076 - dev-libs/libprelude-3.1.0-r1 : configure: error: Invalid value for --with-perl-installdirs: only "site" or "vendor" supported.
Summary: dev-libs/libprelude-3.1.0-r1 : configure: error: Invalid value for --with-per...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas ANDREJAK
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-08 18:08 UTC by Toralf Förster
Modified: 2017-09-08 07:32 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,6.03 KB, text/plain)
2017-03-08 18:08 UTC, Toralf Förster
Details
config.log.tbz2 (config.log.tbz2,29.43 KB, application/x-bzip)
2017-03-08 18:08 UTC, Toralf Förster
Details
dev-libs:libprelude-3.1.0-r1:20170308-022927.log (dev-libs:libprelude-3.1.0-r1:20170308-022927.log,14.05 KB, text/plain)
2017-03-08 18:08 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,498.29 KB, text/plain)
2017-03-08 18:08 UTC, Toralf Förster
Details
environment (environment,112.63 KB, text/plain)
2017-03-08 18:08 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,38.96 KB, application/x-bzip)
2017-03-08 18:08 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,31.12 KB, application/x-bzip)
2017-03-08 18:08 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 2017-03-08 18:08:34 UTC
checking whether va_lists can be copied by value... no
checking for swig... /usr/bin/swig
configure: error: Invalid value for --with-perl-installdirs: only "site" or "vendor" supported.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-libs/libprelude-3.1.0-r1/work/libprelude-3.1.0/config.log

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

  This is an unstable amd64 chroot image (named 13.0_20170224-122708) at a hardened host acting as a tinderbox.

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *
llvm-config:
3.9.1
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
  [4]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
Comment 1 Toralf Förster gentoo-dev 2017-03-08 18:08:37 UTC
Created attachment 466344 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-03-08 18:08:40 UTC
Created attachment 466346 [details]
config.log.tbz2
Comment 3 Toralf Förster gentoo-dev 2017-03-08 18:08:44 UTC
Created attachment 466348 [details]
dev-libs:libprelude-3.1.0-r1:20170308-022927.log
Comment 4 Toralf Förster gentoo-dev 2017-03-08 18:08:47 UTC
Created attachment 466350 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2017-03-08 18:08:50 UTC
Created attachment 466352 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2017-03-08 18:08:53 UTC
Created attachment 466354 [details]
etc.portage.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-03-08 18:08:56 UTC
Created attachment 466356 [details]
temp.tbz2
Comment 8 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-03-09 06:20:22 UTC
Deceptive error is deceptive: 

./configure <...> --without-perl --without-perl-installdirs <...> 

Uh... 

Neat.

So its erroring on a variable that is not passed. K.

I guess it needs

  $(usex perl '--with-perl-installdirs=vendor' '' )

Or something like that. { untested }
Comment 9 Larry the Git Cow gentoo-dev 2017-09-08 07:32:34 UTC
Bug has been closed via the following commit:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2634f3b4d5a52eaf03132e44240d163d4bf1b710

commit 2634f3b4d5a52eaf03132e44240d163d4bf1b710
Author:     Thomas Andrejak <thomas.andrejak@gmail.com>
AuthorDate: 2017-08-27 09:27:21 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2017-09-08 07:32:24 +0000

    dev-libs/libprelude: Bump version 4.0.0
    
    Closes: https://bugs.gentoo.org/612076

 dev-libs/libprelude/Manifest                       |  1 +
 .../libprelude-4.0.0-fix-python-bindings.patch     | 38 +++++++++
 dev-libs/libprelude/libprelude-4.0.0.ebuild        | 92 ++++++++++++++++++++++
 3 files changed, 131 insertions(+)