Forums

Skip to content

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

emerge mythtv-0.19_p9163-r1 fails

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
8 posts • Page 1 of 1
Author
Message
jjlawren
n00b
n00b
Posts: 36
Joined: Mon Feb 06, 2006 3:20 pm

emerge mythtv-0.19_p9163-r1 fails

  • Quote

Post by jjlawren » Wed Apr 12, 2006 5:28 pm

g++ -c -pipe -march=k8 -Wall -W -O3 -Wall -Wno-switch -fomit-frame-pointer -D_REENTRANT -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib64\" -DUSING_OSS -DUSING_DVB -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/include -I/usr/include -I../../libs -I../../libs/libmyth -I../../libs/libmythtv -I../.. -I../../libs/libavutil -I../../libs/libavformat -I../../libs/libavcodec -I/usr/qt/3/include -o moc_server.o moc_server.cpp
g++ -o mythbackend version.o autoexpire.o encoderlink.o filetransfer.o httpstatus.o main.o mainserver.o playbacksock.o scheduler.o server.o housekeeper.o moc_httpstatus.o moc_mainserver.o moc_server.o -L/usr/qt/3/lib64 -L../../libs/libmyth -L../../libs/libmythtv -L../../libs/libavutil -L../../libs/libavcodec -L../../libs/libavformat -lmythtv-0.19 -lmythavformat-0.19 -lmythavutil-0.19 -lmythavcodec-0.19 -lmyth-0.19 -lfreetype -lmp3lame -L/usr/X11R6/lib64 -lXinerama -lXv -lXxf86vm -lXrandr -lqt-mt -lXext -lX11 -lm -lpthread
../../libs/libmythtv/libmythtv-0.19.so: undefined reference to `vbi_bit_reverse'
../../libs/libmythtv/libmythtv-0.19.so: undefined reference to `formats'
../../libs/libmythtv/libmythtv-0.19.so: undefined reference to `subtitles'
collect2: ld returned 1 exit status
make[2]: *** [mythbackend] Error 1
make[2]: Leaving directory `/var/tmp/portage/mythtv-0.19_p9163-r1/work/mythtv-0.19/programs/mythbackend'
make[1]: *** [sub-mythbackend] Error 2
make[1]: Leaving directory `/var/tmp/portage/mythtv-0.19_p9163-r1/work/mythtv-0.19/programs'
make: *** [sub-programs] Error 2

!!! ERROR: media-tv/mythtv-0.19_p9163-r1 failed.
Call stack:
ebuild.sh, line 1532: Called dyn_compile
ebuild.sh, line 929: Called src_compile
mythtv-0.19_p9163-r1.ebuild, line 217: Called die


Running AMD64, all dependencies have been compiled correctly (as far as I can tell). Use flags are as follows:
USE="-ipv6 -X -kde -gnome -gtk -alsa -oss -opengl -xv -cups bzip2 dvb oggvorbis samba"

Let me know what else I can provide to help solve this problem--I'm not sure offhand what is necessary.
Top
CrimsonKing
n00b
n00b
Posts: 12
Joined: Fri Feb 24, 2006 3:33 am

  • Quote

Post by CrimsonKing » Fri Apr 21, 2006 12:45 am

I'm also experiancing this error on an amd64 box:

Code: Select all

[ebuild     U ] media-tv/mythtv-0.19_p9163-r1 [0.18.1-r1] +alsa (-altivec) -arts +backendonly* -dbox2 -debug -dvb +dvd -frontendonly -ieee1394 -jack -joystick -lcd -lirc (-mmx) -oggvorbis +opengl -video_cards_i810 -video_cards_nvidia -video_cards_via -xvmc 



g++  -o mythbackend version.o autoexpire.o encoderlink.o filetransfer.o httpstatus.o main.o mainserver.o playbacksock.o scheduler.o server.o housekeeper.o moc_httpstatus.o moc_mainserver.o moc_server.o   -L/usr/qt/3/lib64 -L../../libs/libmyth -L../../libs/libmythtv -L../../libs/libavutil -L../../libs/libavcodec -L../../libs/libavformat -lmythtv-0.19 -lmythavformat-0.19 -lmythavutil-0.19 -lmythavcodec-0.19 -lmyth-0.19 -lfreetype -lmp3lame -lasound -ldvdnav -L/usr/X11R6/lib64 -lXinerama -lXv -lXxf86vm -lXrandr -lGL -lGLU -lqt-mt -lXext -lX11 -lm -lpthread
../../libs/libmythtv/libmythtv-0.19.so: undefined reference to `vbi_bit_reverse'
../../libs/libmythtv/libmythtv-0.19.so: undefined reference to `formats'
../../libs/libmythtv/libmythtv-0.19.so: undefined reference to `subtitles'
collect2: ld returned 1 exit status
Top
Hauke
n00b
n00b
User avatar
Posts: 29
Joined: Sat May 29, 2004 3:11 pm
Location: Germany/Lübeck
Contact:
Contact Hauke
Website

  • Quote

Post by Hauke » Wed Apr 26, 2006 6:48 pm

Hi,

i have exactly the same problem on my server.

My self-help and running solution is to set up a new gentoo in a chroot and install mythtv in it. Thats work.
Top
woZa
Guru
Guru
User avatar
Posts: 340
Joined: Tue Nov 18, 2003 11:34 am
Location: The Steel City - UK

  • Quote

Post by woZa » Mon May 15, 2006 7:57 pm

Exactly the same as you jjlawren... Compile borks at same point. I can compile it ok with frontendonly USE flag... no good as I want backendonly! Running Athlon-XP. Have tried with minimal cflags but still same error... Tried gcc 3.3.6 & gcc 3.4.5. No luck either.

<edit>Sure I tried this before & it failed but USE="-backendonly -frontendonly" now compiles ok... :? </edit>
<edit>

Code: Select all

You are using the experimental feature for only installing the backend.
 * You will not get Gentoo support nor support from MythTV upstream for this.
 * If this breaks, you own both pieces.
and

Code: Select all

WARNING: --disable-frontend is only intended to aid porting.
WARNING: THIS WILL BREAK THINGS. You are on your own now.
displayed when USE="backendonly". Not seen this before. Guess I'll leave that flag alone for now!</edit>
A few months struggling with gentoo is better than a lifetime struggling with windoze!
Top
va1210
n00b
n00b
Posts: 39
Joined: Sat Apr 16, 2005 5:59 am

  • Quote

Post by va1210 » Tue May 16, 2006 8:12 pm

It'd be really nice to see 0.19.1 released soon.. http://www.mythtv.org/wiki/index.php/Re ... s_-_0.19.1
Top
Ian
l33t
l33t
Posts: 834
Joined: Mon Oct 28, 2002 10:15 pm
Location: Somerville, MA

  • Quote

Post by Ian » Mon Jun 26, 2006 2:07 am

I'm having the same problem, curious as to why MythTV needs Xinerama...

I only use one display, but would enabling Xinerama support work? I haven't got a clue how to do that with the new modular X though.

I'm on an amd64 box as well.
Top
Ian
l33t
l33t
Posts: 834
Joined: Mon Oct 28, 2002 10:15 pm
Location: Somerville, MA

  • Quote

Post by Ian » Wed Jun 28, 2006 1:01 am

Could this be from qt not having xinerama enabled? I shouldn't need xinerama anyways as I only have one display...but I'm giving it a shot now because I've got nothing better to do on a Tuesday night :cry:.

I'll let you guys know if it works or not.
Top
Ian
l33t
l33t
Posts: 834
Joined: Mon Oct 28, 2002 10:15 pm
Location: Somerville, MA

  • Quote

Post by Ian » Wed Jun 28, 2006 1:31 am

...didn't work.

Curiously enough, it failed with the same error, so it's not something specific to the mythtv build, and while I'm not sure, I'd bet that there's something to do with qt (3.3.6-r1 for me, MythTV doesn't build against qt 4 yet).
Top
Post Reply

8 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