Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

Problems emerging gst-plugins-ffmpeg [SOLVED]

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
12 posts • Page 1 of 1
Author
Message
und3ad
n00b
n00b
User avatar
Posts: 20
Joined: Thu May 13, 2004 8:02 am
Location: Sweden

Problems emerging gst-plugins-ffmpeg [SOLVED]

  • Quote

Post by und3ad » Fri Apr 28, 2006 5:35 pm

I get the following error while compiling gst-plugins-ffmpeg (gnome-2.14 dependency)

ffplay-ffplay.o: In function `main':
ffplay.c:(.text+0x4448): undefined reference to `XOpenDisplay'
ffplay.c:(.text+0x447b): undefined reference to `XCloseDisplay'
collect2: ld returned 1 exit status
make[7]: *** [ffplay] Error 1
make[7]: Leaving directory `/var/tmp/portage/gst-plugins-ffmpeg-0.10.1/work/gst-ffmpeg-0.10.1/gst-libs/ext/ffmpeg'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/var/tmp/portage/gst-plugins-ffmpeg-0.10.1/work/gst-ffmpeg-0.10.1/gst-libs/ext/ffmpeg'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/var/tmp/portage/gst-plugins-ffmpeg-0.10.1/work/gst-ffmpeg-0.10.1/gst-libs/ext/ffmpeg'
make[4]: *** [all-local] Error 2
make[4]: Leaving directory `/var/tmp/portage/gst-plugins-ffmpeg-0.10.1/work/gst-ffmpeg-0.10.1/gst-libs/ext'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gst-plugins-ffmpeg-0.10.1/work/gst-ffmpeg-0.10.1/gst-libs/ext'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gst-plugins-ffmpeg-0.10.1/work/gst-ffmpeg-0.10.1/gst-libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gst-plugins-ffmpeg-0.10.1/work/gst-ffmpeg-0.10.1'
make: *** [all] Error 2

!!! ERROR: media-plugins/gst-plugins-ffmpeg-0.10.1 failed.
Call stack:
ebuild.sh, line 1525: Called dyn_compile
ebuild.sh, line 928: Called src_compile
gst-plugins-ffmpeg-0.10.1.ebuild, line 42: Called die


If anyone can point me in the right direction I'd be very grateful. :)

EDIT: Apparently I needed to remerge libsdl with USE="X".. Several hours wasted just trying to figure it out. Go figure. :D
I read your e-mail.
Top
suineg
Apprentice
Apprentice
User avatar
Posts: 200
Joined: Tue Mar 02, 2004 6:49 am
Location: Los Angeles

  • Quote

Post by suineg » Tue May 30, 2006 11:46 pm

I am getting this same error, however, I already have libsdl built with USE=X. Does anyone have a solution for this?
Top
neowarez
n00b
n00b
Posts: 7
Joined: Tue Feb 28, 2006 5:07 pm

  • Quote

Post by neowarez » Tue May 30, 2006 11:56 pm

Yup.. I have the same problem.. I emerge it with X use flag but is the same.
Top
cheatah
n00b
n00b
Posts: 21
Joined: Tue Oct 19, 2004 12:24 am

  • Quote

Post by cheatah » Wed May 31, 2006 5:00 am

Same problem. libSDL was already emerged with X use flag.
Top
enix0r
n00b
n00b
Posts: 1
Joined: Tue Oct 05, 2004 6:37 pm

  • Quote

Post by enix0r » Fri Jun 02, 2006 2:27 pm

I am also having this problem. Use flags are all set correctly. Any answers?
Top
fryfrog
n00b
n00b
Posts: 45
Joined: Thu May 09, 2002 4:05 pm
Contact:
Contact fryfrog
Website

  • Quote

Post by fryfrog » Fri Jun 02, 2006 5:14 pm

Another having this problem after switching to ~amd64 (from amd64), already tried re-emerging libsdl... X use flag was already set.
Top
thoffmeyer
Apprentice
Apprentice
User avatar
Posts: 208
Joined: Sun Apr 11, 2004 3:46 am
Location: GMT -5 Hours

  • Quote

Post by thoffmeyer » Sun Jun 04, 2006 2:13 am

Same problem... tried to re-emerge libsdl... no go... solution would be greatful!
Conrad Guide, Current Maintainer

Join us on IRC
Server: irc.freenode.net
Channel: #conrad
Top
kion
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 78
Joined: Sun Jan 09, 2005 8:41 pm
Location: Kończyce Wlk - Cieszyn PL

  • Quote

Post by kion » Sun Jun 04, 2006 7:16 pm

I have the same problem after upgrading the gcc to v 4.1.1. I thing that will be problem with correct linking the gcc to X.org libraries in make command line. Is there a bug in bugs.getno.org?
pozdrawiam/best regards
JID: kion@chrome.pl
Top
slano
n00b
n00b
Posts: 41
Joined: Sun Dec 07, 2003 12:12 am

  • Quote

Post by slano » Sun Jun 04, 2006 8:13 pm

Having the same problem, libsdl compiled with X USE flag, bug is allready filed here.

EDIT: I've included "-lX11 -L/usr/X11R6/lib" to my CFLAGS in make.conf and was able to compile it.
Top
viniciusferrao
Tux's lil' helper
Tux's lil' helper
Posts: 83
Joined: Sun Aug 28, 2005 6:39 pm

  • Quote

Post by viniciusferrao » Tue Jun 13, 2006 5:46 am

slano wrote:Having the same problem, libsdl compiled with X USE flag, bug is allready filed here.

EDIT: I've included "-lX11 -L/usr/X11R6/lib" to my CFLAGS in make.conf and was able to compile it.
Trash workaround... I'll give a try!
Top
spindle
Apprentice
Apprentice
Posts: 245
Joined: Mon Dec 01, 2003 1:37 am

  • Quote

Post by spindle » Sat Oct 14, 2006 3:54 am

I had this same problem. Here's another solution that might help someone, this worked for me.

Code: Select all

CFLAGS="`emerge --info | sed -n -e's/^CFLAGS="\(.*\)"/\1/gp'` -lX11 -L/usr/X11R6/lib" emerge -av gst-plugins-ffmpeg
It basically appends the '-lX11 -L/usr/X11R6/lib' to the end of CFLAGS just for this run of emerge without modifying make.conf, like slano mentions above.
Top
ikshaar
Veteran
Veteran
User avatar
Posts: 1339
Joined: Tue Jul 23, 2002 4:01 pm
Location: Baltimore, MD

  • Quote

Post by ikshaar » Mon Feb 12, 2007 9:39 pm

The bug is back with the upgrade gst-plugins-ffmpeg-0.8.7-r1
"May God stands between you and harm in all the empty places where you must walk" - Babylon 5
Top
Post Reply

12 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic