Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 627938 - media-sound/rplay-3.3.2-r2 : Files matching a file type that is not allowed:
Summary: media-sound/rplay-3.3.2-r2 : Files matching a file type that is not allowed:
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
: 663694 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-08-15 16:38 UTC by Toralf Förster
Modified: 2019-03-23 10:40 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.33 KB, text/plain)
2017-08-15 16:38 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,94.21 KB, application/x-bzip)
2017-08-15 16:38 UTC, Toralf Förster
Details
environment (environment,71.30 KB, text/plain)
2017-08-15 16:38 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,24.33 KB, application/x-bzip)
2017-08-15 16:38 UTC, Toralf Förster
Details
media-sound:rplay-3.3.2-r2:20170815-050917.log (media-sound:rplay-3.3.2-r2:20170815-050917.log,65.30 KB, text/plain)
2017-08-15 16:38 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-08-15 16:38:16 UTC
making executable: usr/lib/devrplay.so.3
making executable: usr/lib/librplay.so.3.3.2
Files matching a file type that is not allowed:
   usr/lib/devrplay.so.3
   usr/lib/librplay.so.3.3.2
 * ERROR: media-sound/rplay-3.3.2-r2::gentoo failed:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop-gnome-systemd_20170731-210330

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

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

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy (fallback)
  [5]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems)
  [2]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 7.2.6.10 [icedtea-7]
*)	IcedTea JDK 7.2.6.10 [icedtea-bin-7]
3)	IcedTea JDK 3.5.1 [icedtea-bin-8]
4)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-7 
  [2]   icedtea-bin-7  system-vm
  [3]   icedtea-bin-8 
  [4]   jamvm 

emerge -qpv media-sound/rplay
[ebuild  N    ] media-sound/rplay-3.3.2-r2
Comment 1 Toralf Förster gentoo-dev 2017-08-15 16:38:19 UTC
Created attachment 489144 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-08-15 16:38:22 UTC
Created attachment 489146 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2017-08-15 16:38:25 UTC
Created attachment 489148 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-08-15 16:38:29 UTC
Created attachment 489150 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-08-15 16:38:32 UTC
Created attachment 489152 [details]
media-sound:rplay-3.3.2-r2:20170815-050917.log
Comment 6 Dominique Michel 2017-10-06 21:01:23 UTC
Same issue here, also on ~amd64.
Comment 7 Dominique Michel 2017-10-06 21:43:29 UTC
I solved that issue with a sed in scr_prepare:

src_prepare() {
	default
	sed -i -e "s:(exec_prefix)/lib:(exec_prefix)/$(get_libdir):" Makefile.config.in || die "sed failed"
	eautoreconf
}
Comment 8 Pacho Ramos gentoo-dev 2019-03-23 10:39:09 UTC
*** Bug 663694 has been marked as a duplicate of this bug. ***
Comment 9 Larry the Git Cow gentoo-dev 2019-03-23 10:40:10 UTC
The bug has been closed via the following commit(s):

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

commit 584959ee89d9c533335795ff0bc3733ecc48ced4
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2019-03-23 10:39:34 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2019-03-23 10:39:34 +0000

    media-sound/rplay: Fix libdir
    
    Closes: https://bugs.gentoo.org/627938
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 media-sound/rplay/rplay-3.3.2-r3.ebuild | 54 +++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)