From owner-freebsd-questions@FreeBSD.ORG Thu Oct 15 03:51:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E87210656B5 for ; Thu, 15 Oct 2009 03:51:54 +0000 (UTC) (envelope-from shinjii@maydias.com) Received: from relay04.mail-hub.dodo.com.au (relay04.mail-hub.dodo.com.au [123.2.6.239]) by mx1.freebsd.org (Postfix) with ESMTP id 0CCC28FC2A for ; Thu, 15 Oct 2009 03:51:53 +0000 (UTC) Received: from 122-148-122-57.static.dsl.dodo.com.au ([122.148.122.57] helo=enterprise.blackthorn.nu) by relay04.mail-hub.dodo.com.au with esmtp (Exim 4.68) (envelope-from ) id 1MyHNC-0007DA-TS; Thu, 15 Oct 2009 14:51:45 +1100 Message-ID: <4AD69CC1.9080402@maydias.com> Date: Thu, 15 Oct 2009 13:53:37 +1000 From: Warren Liddell User-Agent: Thunderbird 2.0.0.21 (X11/20090410) MIME-Version: 1.0 To: Steve Bertrand References: <4AD66105.8040504@maydias.com> <4AD67F08.7060104@ibctech.ca> In-Reply-To: <4AD67F08.7060104@ibctech.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Multiple qt4 issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2009 03:51:54 -0000 > 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.