[mythtv-users] Errors running make

Joe Villari joev at pipeline.com
Tue Mar 25 03:55:12 UTC 2008


Aloha

I am trying to upgrade from .18.1 to .21. I downloaded the .21 tarball. After uncompressing the tarball, I ran ./configure and receive:

cat: /etc/ld.so.conf.d/*.conf: No such file or directory
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
# Basic Settings
Compile type              release
Compiler cache            no
DistCC                    no
install prefix            /usr/local
CPU                       x86_32 (model name    : Intel(R) Pentium(R) 4 CPU 3.00GHz)
big-endian                no
MMX enabled               yes
CMOV enabled              yes
CMOV is fast              no

# Input Support
Joystick menu             yes
lirc support              yes
Video4Linux sup.          yes
ivtv support              yes
FireWire support          no
DVB support               yes [/usr/include]
DBox2 support             yes
HDHomeRun support         yes
IPTV support              yes

# Sound Output Support
OSS support               yes
ALSA support              yes
aRts support              no
JACK support              no
libfftw3 support          no

# Video Output Support
x11 support               yes
xrandr support            yes
xv support                yes
XvMC support              yes
XvMC VLD support          no
XvMC pro support          no
XvMC OpenGL sup.          yes
XvMC libs                 -lXvMCNVIDIA
OpenGL video              no
OpenGL vsync              no
DirectFB                  yes
Fribidi formatting        no

# Misc Features
multi threaded libavcodec yes
Frontend                  yes
Backend                   yes

# Bindings
bindings_perl             yes
bindings_python           yes

Creating libs/libmyth/mythconfig.h and libs/libmyth/mythconfig.mak

libs/libmyth/mythconfig.h is unchanged

I tried running make to see what would happen:

cd libs && make -f Makefile
make[1]: Entering directory `/home/joev/mythtv-0.21/libs'
cd libavutil && make -f Makefile
make[2]: Entering directory `/home/joev/mythtv-0.21/libs/libavutil'
qmake "QMAKE=/usr/lib/qt3/bin/qmake" -o Makefile libavutil.pro
make[2]: Leaving directory `/home/joev/mythtv-0.21/libs/libavutil'
make[2]: Entering directory `/home/joev/mythtv-0.21/libs/libavutil'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/joev/mythtv-0.21/libs/libavutil'
cd libavcodec && make -f Makefile
make[2]: Entering directory `/home/joev/mythtv-0.21/libs/libavcodec'
qmake "QMAKE=/usr/lib/qt3/bin/qmake" -o Makefile libavcodec.pro
make[2]: Leaving directory `/home/joev/mythtv-0.21/libs/libavcodec'
make[2]: Entering directory `/home/joev/mythtv-0.21/libs/libavcodec'
gcc -c -pipe -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -march=pentiumpro -fomit-frame-pointer -O3 -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -w -D_REENTRANT -DPIC -fPIC  -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DHAVE_XVMC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/lib/qt3/mkspecs/default -I. -I. -I.. -I../.. -I../libavutil -I../libswscale -I/usr/include -I/usr/lib/qt3/include -o dsputil_mmx.o i386/dsputil_mmx.c
i386/dsputil_mmx.c: In function `flac_compute_autocorr_sse2':
i386/dsputil_mmx.c:3013: error: can't find a register in class `GENERAL_REGS' while reloading `asm'
i386/dsputil_mmx.c:3015: error: can't find a register in class `GENERAL_REGS' while reloading `asm'
make[2]: *** [dsputil_mmx.o] Error 1
make[2]: Leaving directory `/home/joev/mythtv-0.21/libs/libavcodec'
make[1]: *** [sub-libavcodec] Error 2
make[1]: Leaving directory `/home/joev/mythtv-0.21/libs'
make: *** [sub-libs] Error 2

The is /usr/local/lib path was already in ld.so.conf.

My QT info from my current .18.1 is:

joev at linux:~/mythtv-0.21> echo $PATH
/home/joev/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin
joev at linux:~/mythtv-0.21> echo $QTDIR
/usr/lib/qt3
joev at linux:~/mythtv-0.21> which qmake
/usr/bin/qmake

Not sure what is going on and what needs to be done. Any help or direction is appreciated.

Mahalo
Joe





More information about the mythtv-users mailing list