Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4582 - gstreamer won't compile - proposed fix
Summary: gstreamer won't compile - proposed fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mark Guertin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-05 11:35 UTC by Lapo Calamandrei
Modified: 2006-02-04 06:03 UTC (History)
0 users

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 Lapo Calamandrei 2002-07-05 11:35:57 UTC
x86 asm is only in the test suite, making new ebuild w/o building it for non-x86
archs, cures the problem :

--- gstreamer-0.3.4.ebuild	Fri Jul  5 19:33:23 2002
+++ gstreamer-0.3.4-r1.ebuild	Fri Jul  5 19:22:58 2002
@@ -36,6 +36,11 @@
 	mv Makefile.am.new Makefile.am
 	popd
 
+
# disable test suite, which contains x86 asm, for non x86 archs
+
if [ ${ARCH} != "x86" ] ; then
+
	myconf="${myconf} --disable-tests"
+
fi
+
 	./configure \
 
	--host=${CHOST} \
 
	--prefix=/usr \
Comment 1 Mark Guertin 2002-07-07 14:05:18 UTC
Still fails during configure looking for popt (which exists on my system and
works fine with other pkgs).  I will look into it further when i have time, for
now it will stay masked.
Comment 2 Lapo Calamandrei 2002-07-08 03:44:34 UTC
it works fine on my system, I have popt-1.6.3 installed
Comment 3 Mark Guertin 2002-07-08 10:04:11 UTC
It had same problems on 3 seperate systems for me finding functions in -lpopt,
will come back to this one, maybe on next release
Comment 4 Mark Guertin 2002-08-07 12:54:54 UTC
The new version (0.4) should now be ppc safe, can someone please test its usage?
 It compiles cleanly but I have no way to proeprly test it