Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474788 - sci-mathematics/Macaulay2 : does not respect RANLIB
Summary: sci-mathematics/Macaulay2 : does not respect RANLIB
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2013-06-25 23:34 UTC by Agostino Sarubbo
Modified: 2020-01-12 17:45 UTC (History)
2 users (show)

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 Agostino Sarubbo gentoo-dev 2013-06-25 23:34:17 UTC
You receive this bug because this package does not respect my system's RANLIB (x86_64-pc-linux-gnu-ranlib) and calls directly /usr/bin/ranlib
The possible solutions to fix this issue are:
1)Fix the buildsystem, if you can;
2)inherit toolchain-funcs and use tc-export RANLIB
3)inherit toolchain-funcs and use emake RANLIB="$(tc-getRANLIB)"


From the build log:

ranlib libmissing.a
Comment 1 Larry the Git Cow gentoo-dev 2019-12-07 23:50:51 UTC
The bug has been referenced in the following commit(s):

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

commit e38c4220a19d1fb89f091f49c10fd0b0402773e2
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2019-12-07 23:49:08 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2019-12-07 23:49:08 +0000

    profiles: Mask sci-mathematics/Macaulay2 for removal
    
    Bug: https://bugs.gentoo.org/345233
    Bug: https://bugs.gentoo.org/459640
    Bug: https://bugs.gentoo.org/474782
    Bug: https://bugs.gentoo.org/474784
    Bug: https://bugs.gentoo.org/474788
    Bug: https://bugs.gentoo.org/474790
    Bug: https://bugs.gentoo.org/474792
    Bug: https://bugs.gentoo.org/620942
    Bug: https://bugs.gentoo.org/631876
    Bug: https://bugs.gentoo.org/671130
    Signed-off-by: David Seifert <soap@gentoo.org>

 profiles/package.mask | 7 +++++++
 1 file changed, 7 insertions(+)