Multiple qt4 issues

2009-10-14 Thread Warren Liddell
im running AMD64 FreeBSD7.2-STABLE latest src//kernel and ports so far 
as what depends on various QT4 pkgs ...


Everything comes down to this 1 port but yet i removed all of them an it 
still cracks .. what am i missing or havent read...


===Verifying install for qt4-phonon=4.5.2 in 
/usr/ports/multimedia/qt4-phonon
===  qt4-phonon-4.5.2 conflicts with KDE4 phonon. Please, deinstall 
multimedia/phonon.

*** Error code 1

Stop in /usr/ports/multimedia/qt4-phonon.
*** Error code 1

Stop in /usr/ports/www/qt4-webkit.

enterprise# ls /var/db/pkg | grep phon
enterprise#

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Multiple qt4 issues

2009-10-14 Thread Steve Bertrand
Warren Liddell wrote:
 im running AMD64 FreeBSD7.2-STABLE latest src//kernel and ports so far
 as what depends on various QT4 pkgs ...
 
 Everything comes down to this 1 port but yet i removed all of them an it
 still cracks .. what am i missing or havent read...

What exactly are you doing that reproduces your breakage?

Forcing the registration of the package may help, but in this case I'd
be leery of doing that due to the explicit 'conflict' warning.

 ===Verifying install for qt4-phonon=4.5.2 in
 /usr/ports/multimedia/qt4-phonon
 ===  qt4-phonon-4.5.2 conflicts with KDE4 phonon. Please, deinstall
 multimedia/phonon.
 *** Error code 1
 
 Stop in /usr/ports/multimedia/qt4-phonon.
 *** Error code 1
 
 Stop in /usr/ports/www/qt4-webkit.
 
 enterprise# ls /var/db/pkg | grep phon

Do a:

%pkg_version -v  ~/pv.out

...and then review the ~/pv.out file *manually* to see if you can
identify any oddities. (yes, grep is good and grep is great, but I've
missed obvious things by grep'ing the pkg db in the past).

I'm personally not one to help with GUI things, but hopefully my
suggestion may provide a lead.

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Multiple qt4 issues

2009-10-14 Thread Warren Liddell



Do a:

%pkg_version -v  ~/pv.out

...and then review the ~/pv.out file *manually* to see if you can
identify any oddities. (yes, grep is good and grep is great, but I've
missed obvious things by grep'ing the pkg db in the past).

I'm personally not one to help with GUI things, but hopefully my
suggestion may provide a lead.

Steve


I solved that issue, after reading info in UPDATING .. however the issue 
now is qt4-designer


--

: undefined reference to 
`qdesigner_internal::QDesignerSharedSettings::formTemplatePaths() const'
.obj/release-shared/saveformastemplate.o(.text+0x12d3): In function 
`SaveFormAsTemplate::SaveFormAsTemplate(QDesignerFormEditorInterface*, 
QDesignerFormWindowInterface*, QWidget*)':
: undefined reference to 
`qdesigner_internal::QDesignerSharedSettings::formTemplatePaths() const'
.obj/release-shared/newform.o(.text+0x5): In function 
`NewForm::grabForm(QDesignerFormEditorInterface*, QIODevice, QString 
const, qdesigner_internal::DeviceProfile const)':
: undefined reference to 
`qdesigner_internal::NewFormWidget::grabForm(QDesignerFormEditorInterface*, 
QIODevice, QString const, qdesigner_internal::DeviceProfile const)'
.obj/release-shared/newform.o(.text+0xcfc): In function 
`NewForm::NewForm(QDesignerWorkbench*, QWidget*, QString const)':
: undefined reference to 
`QDesignerNewFormWidgetInterface::createNewFormWidget(QDesignerFormEditorInterface*, 
QWidget*)'
.obj/release-shared/newform.o(.text+0x112c): In function 
`NewForm::NewForm(QDesignerWorkbench*, QWidget*, QString const)':
: undefined reference to 
`QDesignerNewFormWidgetInterface::createNewFormWidget(QDesignerFormEditorInterface*, 
QWidget*)'
.obj/release-shared/preferencesdialog.o(.text+0x245): In function 
`PreferencesDialog::PreferencesDialog(QDesignerFormEditorInterface*, 
QWidget*)':
: undefined reference to `QDesignerFormEditorInterface::optionsPages() 
const'
.obj/release-shared/preferencesdialog.o(.text+0x625): In function 
`PreferencesDialog::PreferencesDialog(QDesignerFormEditorInterface*, 
QWidget*)':
: undefined reference to `QDesignerFormEditorInterface::optionsPages() 
const'
/usr/local/lib/qt4/libQtDesigner.so: undefined reference to 
`QCss::Parser::parse(QCss::StyleSheet*)'

*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 1

Stop in /usr/ports/devel/qt4-designer.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Multiple qt4 issues

2009-10-14 Thread Steve Bertrand
Warren Liddell wrote:
 
 Do a:

 %pkg_version -v  ~/pv.out

 ...and then review the ~/pv.out file *manually* to see if you can
 identify any oddities. (yes, grep is good and grep is great, but I've
 missed obvious things by grep'ing the pkg db in the past).

 I'm personally not one to help with GUI things, but hopefully my
 suggestion may provide a lead.

 Steve
 
 I solved that issue, after reading info in UPDATING .. however the issue
 now is qt4-designer

... after a quick literal Google search, it appears that qt4-designer is
a 'Linux' thing with a GUI resemblance.

I don't know what to do other than offer:

http://qt.nokia.com/doc/4.0/qt4-designer.html ( TrollTech? )

With a qd search, it appears as though others have had issues with
qt4-designer as well, trying to run it within a GUI atop of FreeBSD
recently:

http://osdir.com/ml/kde-freebsd/2009-10/msg00014.html

...again, I don't do GUI w/FBSD, so this is far out of my scope. This is
a ^bump if anything.

Good luck!

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org