Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 862103 - sci-physics/pythia-8.2.45: relative prefix-lib=get_libdir
Summary: sci-physics/pythia-8.2.45: relative prefix-lib=get_libdir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Science Physics related packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-07-29 14:48 UTC by APN-Pucky
Modified: 2023-08-17 09:05 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description APN-Pucky 2022-07-29 14:48:59 UTC
In the ebuild 

  ./configure [...] --prefix-lib="$(get_libdir)" 

is set resulting in

  $ pythia8-config --libdir
  lib64

which I think is not the correct behavior, since it should be an absolute path.
Further:

  $ pythia8-config --libs
  -Llib64 -lpythia8 -L -lboost_iostreams -L./ -lz -ldl
Comment 1 Larry the Git Cow gentoo-dev 2023-08-17 09:05:20 UTC
The bug has been closed via the following commit(s):

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

commit 64bc39eb91bc75f6f97e5016da13d11da5ddd30c
Author:     Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
AuthorDate: 2023-07-26 17:51:33 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2023-08-17 09:05:10 +0000

    sci-physics/pythia: add 8.3.09, 9999
    
    Closes: https://bugs.gentoo.org/862103
    Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 sci-physics/pythia/Manifest             |   1 +
 sci-physics/pythia/metadata.xml         |   5 +
 sci-physics/pythia/pythia-8.3.09.ebuild | 188 ++++++++++++++++++++++++++++++
 sci-physics/pythia/pythia-9999.ebuild   | 196 ++++++++++++++++++++++++++++++++
 4 files changed, 390 insertions(+)