[mythtv-commits] Ticket #3989: build problem under gentoo

MythTV mythtv at cvs.mythtv.org
Thu Sep 20 09:12:49 UTC 2007


#3989: build problem under gentoo
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  patch      |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythtv     |     Version:  head   
 Severity:  medium     |     Mlocked:  0      
-----------------------+----------------------------------------------------
 Hi all,

 after upgrading my gentoo system to the latest version the trunk and
 0.20-fixes versions of mythtv throw this error when build

 cd programs && make -f Makefile
 make[1]: Entering directory `/home/mythtv/mythtv_build/mythtv/programs'
 cd mythtv && make -f Makefile
 make[2]: Entering directory
 `/home/mythtv/mythtv_build/mythtv/programs/mythtv'
 ccache g++ -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -o mythtv main.o
 -L/usr/qt/3/lib -L../../libs/libmyth -L../../libs/libmythtv
 -L../../libs/libavutil -L../../libs/libavcodec -L../../libs/libavformat
 -L../../libs/libmythfreemheg -L../../libs/libmythui
 -L../../libs/libmythupnp -L../../libs/libmythlivemedia -lmythtv-0.20
 -lmythavformat-0.20 -lmythavutil-0.20 -lmythavcodec-0.20
 -lmythfreemheg-0.20 -lmythupnp-0.20 -lmythlivemedia-0.20 -lmyth-0.20
 -lmythui-0.20 -lfreetype -lz -lmp3lame -lasound -L/usr/X11R6/lib
 -lXinerama -lXv -lXxf86vm -lXrandr -lXvMCW -lXvMC -lqt-mt -lGLU -lGL -lXmu
 -lXext -lX11 -lm -lpthread
 ../../libs/libmythtv/libmythtv-0.20.so: undefined reference to
 `MHSetLogging(_IO_FILE*, unsigned int)'
 ../../libs/libmythtv/libmythtv-0.20.so: undefined reference to
 `MHCreateEngine(MHContext*)'
 collect2: ld gab 1 als Ende-Status zurück

 after much help from joe ripley on the users mailing list and searching
 around i found a patch from gentoo that adds a few more entrys to the
 library search pathes in the *.pro files.
 i attach a copy from the patch that applys clean to the latest svn trunk.

 This seems not realy to be a bug in mythtv, but it can easy fixed here so
 i decided to open this ticket.

 Greets and keep up good work!!
 Alex

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3989>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list