Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628398 - sci-geosciences/routino-3.2 : * multilib-strict check failed!
Summary: sci-geosciences/routino-3.2 : * multilib-strict check failed!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-20 17:54 UTC by Toralf Förster
Modified: 2017-10-24 10:25 UTC (History)
5 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.95 KB, text/plain)
2017-08-20 17:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,147.61 KB, text/plain)
2017-08-20 17:55 UTC, Toralf Förster
Details
environment (environment,15.52 KB, text/plain)
2017-08-20 17:55 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.54 KB, application/x-bzip)
2017-08-20 17:55 UTC, Toralf Förster
Details
sci-geosciences:routino-3.2:20170820-174136.log (sci-geosciences:routino-3.2:20170820-174136.log,74.46 KB, text/plain)
2017-08-20 17:55 UTC, Toralf Förster
Details
routino-3.1.1.ebuild (routino-3.1.1.ebuild,659 bytes, text/plain)
2017-10-22 14:09 UTC, Fabio Rossi
Details
routino-3.2.ebuild (routino-3.2.ebuild,661 bytes, text/plain)
2017-10-22 14:09 UTC, Fabio Rossi
Details
routino-3.1.1.patch (routino-3.1.1.patch,1.33 KB, patch)
2017-10-22 14:10 UTC, Fabio Rossi
Details | Diff
routino-3.2.patch (routino-3.2.patch,1.33 KB, patch)
2017-10-22 14:10 UTC, Fabio Rossi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-08-20 17:54:53 UTC
   usr/lib/libroutino.so.0.0.0
 * ERROR: sci-geosciences/routino-3.2::gentoo failed:
 *   multilib-strict check failed!
 * 
 * Call stack:
 *   misc-functions.sh, line 605:  Called install_qa_check

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop_20170817-191629

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems)
  [2]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:


emerge -qpv sci-geosciences/routino
[ebuild  N    ] sci-geosciences/routino-3.2
Comment 1 Toralf Förster gentoo-dev 2017-08-20 17:54:57 UTC
Created attachment 489822 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-08-20 17:55:00 UTC
Created attachment 489824 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-08-20 17:55:03 UTC
Created attachment 489826 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-08-20 17:55:07 UTC
Created attachment 489828 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-08-20 17:55:10 UTC
Created attachment 489830 [details]
sci-geosciences:routino-3.2:20170820-174136.log
Comment 6 Andrey Grozin gentoo-dev 2017-08-22 13:43:09 UTC
What is multilib-strict check? I see that the same ebuild has been successfully installed on April 2, but fails now. Something has changed.
Comment 7 Denis Sokolovsky 2017-09-15 15:55:25 UTC
Final message is a bit misleading. Actual error generated by rpath_security_checks:

  scanelf: rpath_security_checks(): Security problem with relative DT_RUNPATH '.' in /var/tmp/portage/sci-geosciences/routino-3.2/image/usr/bin/router+lib-slim
  scanelf: rpath_security_checks(): Security problem with relative DT_RUNPATH '.' in /var/tmp/portage/sci-geosciences/routino-3.2/image/usr/bin/router+lib
  Files matching a file type that is not allowed:
     usr/lib/libroutino-slim.so.0.0.0
     usr/lib/libroutino.so.0.0.0
Comment 8 Juergen Rose 2017-10-04 06:40:21 UTC
(In reply to Denis Sokolovsky from comment #7)
> Final message is a bit misleading. Actual error generated by
> rpath_security_checks:
> 
>   scanelf: rpath_security_checks(): Security problem with relative
> DT_RUNPATH '.' in
> /var/tmp/portage/sci-geosciences/routino-3.2/image/usr/bin/router+lib-slim
>   scanelf: rpath_security_checks(): Security problem with relative
> DT_RUNPATH '.' in
> /var/tmp/portage/sci-geosciences/routino-3.2/image/usr/bin/router+lib
>   Files matching a file type that is not allowed:
>      usr/lib/libroutino-slim.so.0.0.0
>      usr/lib/libroutino.so.0.0.0

I have the same issue.
Comment 9 Juergen Rose 2017-10-04 06:42:45 UTC
I see a similar error in bug https://bugs.gentoo.org/629558 .
Comment 10 Fabio Rossi 2017-10-21 18:34:47 UTC
same error with previous and stable version 3.1.1
Comment 11 Fabio Rossi 2017-10-22 14:09:03 UTC
Created attachment 499656 [details]
routino-3.1.1.ebuild

new ebuild with the following fixes:

- multilib_strick_check()
- rpath_security_checks()
- CC/LD are now obtained from toolchain-funcs.eclass
Comment 12 Fabio Rossi 2017-10-22 14:09:30 UTC
Created attachment 499658 [details]
routino-3.2.ebuild

as for version 3.1.1
Comment 13 Fabio Rossi 2017-10-22 14:10:03 UTC
Created attachment 499660 [details, diff]
routino-3.1.1.patch

updated patch
Comment 14 Fabio Rossi 2017-10-22 14:10:33 UTC
Created attachment 499662 [details, diff]
routino-3.2.patch

as for 3.1.1
Comment 15 Larry the Git Cow gentoo-dev 2017-10-24 10:25:29 UTC
The bug has been closed via the following commit(s):

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

commit 8b549d5e1df24d0d3a36e7454b84d04f7bec281b
Author:     Andrey Grozin <grozin@gentoo.org>
AuthorDate: 2017-10-24 10:24:30 +0000
Commit:     Andrey Grozin <grozin@gentoo.org>
CommitDate: 2017-10-24 10:24:30 +0000

    sci-geosciences/routino: making QA checks happy
    
    Suggested-by:  Fabio Rossi <rossi.f@inwind.it>
    Closes: https://bugs.gentoo.org/628398
    Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sci-geosciences/routino/files/routino-3.1.1.patch | 38 +++++++++++++++-----
 sci-geosciences/routino/files/routino-3.2.patch   | 42 ++++++++++++++++++-----
 sci-geosciences/routino/routino-3.1.1.ebuild      | 17 ++++++---
 sci-geosciences/routino/routino-3.2.ebuild        | 15 ++++++--
 4 files changed, 89 insertions(+), 23 deletions(-)