LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   rpmbuild of xine error... (https://www.linuxquestions.org/questions/linux-software-2/rpmbuild-of-xine-error-245895/)

_TT_ 10-22-2004 06:33 AM

rpmbuild of xine error...
 
I am trying to build an rpm of the xine-lib-1-rc6a.tar.gz file with the following command:
# rpmbuild -ta xine-lib-1-rc6a.tar.gz

After a while I receive the following error message:
Quote:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I/usr/include/libpng12 -DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -mtune=pentium -O3 -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -finline-functions -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wpointer-arith -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -O2 -g -march=i586 -mcpu=i686 -fmessage-length=0 -c image.c -MT xineplug_decode_image_la-image.lo -MD -MP -MF .deps/xineplug_decode_image_la-image.TPlo
mv -f xineplug_decode_image_la-image.o .libs/xineplug_decode_image_la-image.o
mv: cannot stat `xineplug_decode_image_la-image.o': No such file or directory
make[3]: *** [xineplug_decode_image_la-image.lo] Error 1
make[3]: Leaving directory `/usr/src/packages/BUILD/xine-lib-1-rc6a/src/libxinevdec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/xine-lib-1-rc6a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/xine-lib-1-rc6a'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.30648 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.30648 (%build)
Installing xine from compiling sources works fine.

Is there anyone who can tell me what this error means?


All times are GMT -5. The time now is 11:50 PM.