pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/49436: py27-qt4 "No such file or directory" errors
>Number: 49436
>Category: pkg
>Synopsis: py27-qt4 "No such file or directory" errors
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Nov 30 17:35:00 +0000 2014
>Originator: Richard PALO
>Release: pkgsrc current
>Organization:
>Environment:
SunOS omnis 5.11 illumos-gate-c40eb28 i86pc i386 i86pc
>Description:
When building py-qt4 I get the following:
>richard@omnis:/home/richard/src/logs$ grep '\<error:\>' x11/py27 qt4-4.11.1
>x11/py27-qt4-4.11.1:cfgtest_QtDBus.cpp:1:29: fatal error: qdbusconnection.h: No such file or directory
>x11/py27-qt4-4.11.1:cfgtest_QtAssistant.cpp:1:30: fatal error: qassistantclient.h: No such file or directory
>x11/py27-qt4-4.11.1:cfgtest_QAxContainer.cpp:1:23: fatal error: qaxobject.h: No such file or directory
>How-To-Repeat:
bmake...
>Fix:
The first error is relatively easy:
>diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile
>index 72cd166..e5b882f 100644
>--- a/x11/py-qt4/Makefile
>+++ b/x11/py-qt4/Makefile
>@@ -72,6 +72,7 @@ do-configure:
> # needs the QtXmlPatterns fix
> BUILDLINK_API_DEPENDS.qt4-libs+= qt4-libs>=4.6.1nb3
> .include "../../x11/qt4-libs/buildlink3.mk"
>+.include "../../x11/qt4-qdbus/buildlink3.mk"
> BUILDLINK_API_DEPENDS.qt4-tools+= qt4-tools>=4.4.0nb1
> BUILDLINK_DEPMETHOD.qt4-tools= full
> .include "../../x11/qt4-tools/buildlink3.mk"
This patch causes some additional files needing to be added to PLIST.
The second is curious as I can find qassistantclient.h provided in qt3-libs/PLIST but not in qt4-libs..
The last one is even more a mystery
Home |
Main Index |
Thread Index |
Old Index