Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33912 - opera 7.22 plugins doesn't work because of problem with operamotifwrapper
Summary: opera 7.22 plugins doesn't work because of problem with operamotifwrapper
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL: http://groups.google.com/groups?hl=en...
Whiteboard:
Keywords:
: 33942 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-11-20 03:03 UTC by Stefan Thalauer
Modified: 2003-11-20 09:46 UTC (History)
1 user (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 Stefan Thalauer 2003-11-20 03:03:52 UTC
It looks like if the operamotifwrapper-3 linked against libXm.so.3 has be 
renamed to operamotifwrapper in the new opera-7.22 package
This gives a conflict with the following lines in opera-7.22.ebuild:

	# install correct motifwrapper
	if has_version '=x11-libs/openmotif-2.2*'; then
		rm ${D}/opt/opera/lib/opera/plugins/operamotifwrapper
		cp ${S}/plugins/operamotifwrapper-3 ${D}/opt/opera/lib/opera/plugins
	fi

comment this lines out, please! then it works!
you should maybe add a dependency for openmotiv-2.2

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-11-20 05:08:12 UTC
operamotifwrapper-3 was dropped, so we need to depend on openmotif-2.1*
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-11-20 09:46:46 UTC
*** Bug 33942 has been marked as a duplicate of this bug. ***