Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212052 - media-video/konverter-0.93: uic error when both qt3 and qt4 are installed
Summary: media-video/konverter-0.93: uic error when both qt3 and qt4 are installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-02 11:13 UTC by Christoph Permes
Modified: 2008-04-02 22:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
konverter-0.93.ebuild.patch (konverter-0.93.ebuild.patch,657 bytes, patch)
2008-03-02 11:15 UTC, Christoph Permes
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Permes 2008-03-02 11:13:37 UTC
Compilation of konverter-0,93 terminates with the following messages:

/usr/bin/uic GUI/View/AboutKonverter.ui -o GUI/View/ui_AboutKonverter.h
uic: File generated with too old version of Qt Designer
File 'GUI/View/AboutKonverter.ui' is not valid

This is because the ebuild calls qmake directly and not $QTDIR/bin/qmake.
If both Qt3 and Qt4 are installed, qmake means qmake of Qt4.

Reproducible: Always

Steps to Reproduce:
1. Unmask media-video/konverter-0.93
2. emerge konverter

Actual Results:  
Compilation terminates with:
>>> Compiling source in /var/tmp/portage/media-video/konverter-0.93/work/konverter ...
uic: File generated with too old version of Qt Designer
...
uic: File generated with too old version of Qt Designer
/usr/bin/uic GUI/View/AboutKonverter.ui -o GUI/View/ui_AboutKonverter.h
uic: File generated with too old version of Qt Designer
File 'GUI/View/AboutKonverter.ui' is not valid
make: *** [GUI/View/ui_AboutKonverter.h] Error 1
Comment 1 Christoph Permes 2008-03-02 11:15:06 UTC
Created attachment 145080 [details, diff]
konverter-0.93.ebuild.patch

This patch should fix the problem.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-03-02 11:35:26 UTC
Should use eqmake3 instead of qmake....
Comment 3 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-03-06 01:38:06 UTC
In CVS, thanks
Comment 4 Billy DeVincentis 2008-04-02 21:14:09 UTC
Problem I have is that when I try to join 2 files and begin to add files, it crahses
Comment 5 Billy DeVincentis 2008-04-02 22:53:49 UTC
I just read in another bug that it's because of xcb that it crashes. Is there another gui for simply merging 2 avi files together without reencoding the whole thing? Anything similar to konverter?