Bug 155967 - [multilib-strict] media-sound/hydrogen-0.9.3
Bug#: 155967 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: amd64@gentoo.org Reported By: thedude0001@gmx.de
Component: Ebuilds
URL: 
Summary: [multilib-strict] media-sound/hydrogen-0.9.3
Keywords:  
Status Whiteboard: 
Opened: 2006-11-22 12:00 0000
Description:   Opened: 2006-11-22 12:00 0000
Files matching a file type that is not allowed:
   usr/lib/hydrogen/plugins/wasp_booster.so
   usr/lib/hydrogen/plugins/wasp_noisifier.so
   usr/lib/hydrogen/plugins/wasp_xshaper.so

!!! ERROR: media-sound/hydrogen-0.9.3 failed.

------- Comment #1 From Malcolm Lashley (RETIRED) 2006-11-23 13:04:08 0000 -------
Trivial patch below - but I think the ebuild also needs to be modified to add 
/usr/lib64/hydrogen/plugins/ to /etc/env.d/60ladspa in order to actually find
these plugins at all?

cc'ing maintainer for advice?

                -i configure.in
+       # fix multilib-strict qa for plugins/wasp
+       sed -e "s:lib/hydrogen:$(get_libdir)/hydrogen:g" -i
plugins/wasp/Makefile.in
        make -f Makefile.cvs

------- Comment #2 From Simon Stelling (RETIRED) 2007-02-02 14:39:23 0000 -------
fixed. the env.d stuff is not specific to amd64 so if it's really needed it's
needed on all arches, i.e. maintainers should do it.