LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-01-2011, 01:28 PM   #1
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,209

Rep: Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845
Can not get qdvdauthor to build using Slackbuilds.


Here are the last several lines from running the Slackbuild script.

Quote:
make: *** [.obj/server.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from /usr/include/libavutil/avutil.h:81:0,
from engine/ffmpeg_enc.h:35,
from slideshow.h:19,
from render.cpp:36:
/usr/include/libavutil/common.h: In function 'int32_t av_clipl_int32(int64_t)':
/usr/include/libavutil/common.h:154:47: error: 'UINT64_C' was not declared in this scope
make: *** [.obj/render.o] Error 1
Start : Wed Jun 1 14:16:51 EDT 2011
End : Wed Jun 1 14:16:58 EDT 2011
configured with XINE_SUPPORT=1 MPLAYER_SUPPORT=1 VLC_SUPPORT=0 QTDIR3= QTDIR4=/usr QT_LIB=qt
make: *** No rule to make target `/usr/lib/qt3/mkspecs/default/qmake.conf', needed by `Makefile.tmp'. Stop.
make: *** No rule to make target `/usr/lib/qt3/mkspecs/default/qmake.conf', needed by `Makefile.tmp'. Stop.
/usr/bin/qmake -o Makefile.tmp simpledvd.pro
uic: File generated with too old version of Qt Designer (3.1)
/usr/lib64/qt/bin/uic uisimpledvd.ui -o .ui/ui_uisimpledvd.h
uic: File generated with too old version of Qt Designer (3.1)
File 'uisimpledvd.ui' is not valid
make: *** [.ui/ui_uisimpledvd.h] Error 1
/usr/bin/qmake -o Makefile.tmp complexdvd.pro
uic: File generated with too old version of Qt Designer (3.1)
/usr/lib64/qt/bin/uic uisimpledvd.ui -o .ui/ui_uisimpledvd.h
uic: File generated with too old version of Qt Designer (3.1)
File 'uisimpledvd.ui' is not valid
make: *** [.ui/ui_uisimpledvd.h] Error 1
make: Nothing to be done for `install'.
./configure: line 637: /bin/qmake: No such file or directory
Start : Wed Jun 1 14:16:58 EDT 2011
End : Wed Jun 1 14:16:59 EDT 2011
cp: cannot create directory `/tmp/SBo/package-qdvdauthor/usr/share/qdvdauthor': No such file or directory
I had a look through the script, but do not understand what is wrong.

The last line looks strange to me, /usr/share/qdvdauthor/ is there, and /tmp/SBo/package is there, but not /tmp/SBo/package-qdvdauthor/usr/share/qdvdauthor.

How do I fix this?
 
Old 06-01-2011, 03:10 PM   #2
zasavage
Member
 
Registered: Sep 2010
Location: Bloemfontein , South Africa
Distribution: Slackware 13.37 and Slackware 14
Posts: 201

Rep: Reputation: 6
HI there camorri

Just get the the qt3 from slackbuilds and build with "ARCH=x86_64 ./qt3.SlackBuild" if 64 bit or without ARCH=x86_64 if not

Then qdvdauthor will build no problem
Did the exact same thing last night

Regards

Lawrence

Last edited by zasavage; 06-01-2011 at 03:11 PM.
 
Old 06-01-2011, 06:00 PM   #3
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,209

Original Poster
Rep: Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845
I downloaded qt3 and built it. This is the file it built.
Quote:
qt3-3.3.8b-x86_64-1_SBo.tgz
I installed it, and tried to build qdvdauthor again. It still fails.

I'm not sure I understand this comment.
Quote:
build with "ARCH=x86_64 ./qt3.SlackBuild" if 64 bit or without ARCH=x86_64 if not
I have a 64 bit system and multi-lib.

These are the last few lines I get now.

Quote:
configured with XINE_SUPPORT=1 MPLAYER_SUPPORT=1 VLC_SUPPORT=0 QTDIR3= QTDIR4=/usr QT_LIB=qt
make: *** No rule to make target `/usr/lib/qt3/mkspecs/default/qmake.conf', needed by `Makefile.tmp'. Stop.
make: *** No rule to make target `/usr/lib/qt3/mkspecs/default/qmake.conf', needed by `Makefile.tmp'. Stop.
/usr/bin/qmake -o Makefile.tmp simpledvd.pro
uic: File generated with too old version of Qt Designer (3.1)
/usr/lib64/qt/bin/uic uisimpledvd.ui -o .ui/ui_uisimpledvd.h
uic: File generated with too old version of Qt Designer (3.1)
File 'uisimpledvd.ui' is not valid
make: *** [.ui/ui_uisimpledvd.h] Error 1
/usr/bin/qmake -o Makefile.tmp complexdvd.pro
uic: File generated with too old version of Qt Designer (3.1)
/usr/lib64/qt/bin/uic uisimpledvd.ui -o .ui/ui_uisimpledvd.h
uic: File generated with too old version of Qt Designer (3.1)
File 'uisimpledvd.ui' is not valid
make: *** [.ui/ui_uisimpledvd.h] Error 1
make: Nothing to be done for `install'.
./configure: line 637: /bin/qmake: No such file or directory
Start : Wed Jun 1 18:53:58 EDT 2011
End : Wed Jun 1 18:53:58 EDT 2011
cp: cannot create directory `/tmp/SBo/package-qdvdauthor/usr/share/qdvdauthor': No such file or directory
Have I built qt3 correctly? If not, I'm not sure just what I need to do.
 
Old 06-02-2011, 02:12 AM   #4
zasavage
Member
 
Registered: Sep 2010
Location: Bloemfontein , South Africa
Distribution: Slackware 13.37 and Slackware 14
Posts: 201

Rep: Reputation: 6
@camorri

Just rebuild qt3 with ARCH=x86_64 ./qt3.SlackBuild

Then rebuild qdvdauthor with ARCH=x86_64 ./qdvdauthor.SlackBuild

It will work

Lawrence
 
Old 06-02-2011, 10:08 AM   #5
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,209

Original Poster
Rep: Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845
That worked perfectly. Thank-you for your help. I'm now using QDvdAuthor. ( Still learning the ins and outs of Slackware hwoever ).
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Build Environment for SlackBuilds qweasd Slackware 4 05-19-2011 10:46 PM
[SOLVED] upgraded current now i cannot build Slackbuilds mdynac Slackware 10 10-17-2010 09:49 AM
libsndfile from Slackbuilds.org fails to build... Lufbery Slackware 10 01-09-2009 08:41 AM
faac 1.26 fix when using slackbuilds build script Carpo Slackware 3 10-20-2007 03:09 AM
Are there any SlackBuilds for Firefox 1.5 (build from source) spinner_0 Slackware 7 01-18-2006 04:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration