pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/29254: cyclic depandancy between devel/libtool && libtool-base and devel/pth
>Number: 29254
>Category: pkg
>Synopsis: cyclic depandancy between devel/libtool && libtool-base and
>devel/pth
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Feb 06 20:56:00 +0000 2005
>Originator: Ole
>Release: NetBSD 2.0_RC5
>Organization:
Home user
>Environment:
NetBSD ak73.oxen 2.0_RC5 NetBSD 2.0_RC5 (GENERIC) #0: Wed Dec 1 22:33:34 CET
2004 ole%ak73.oxen@localhost:/usr/src/sys/arch/i386/compile/GENERIC i386
>Description:
Downloaded the pkgsrc.tar.gz today at 14:00, got the error caused by recycled
depandancies beetween devel/libtool-base and devel/pth.
The stuff i tried to build was x11/qt3
The make was stopped due to this error.
>How-To-Repeat:
try to build the qt3 from a "clean" pkgsrc tree.
I would think that making a "make clean" in devel/pth, devel/libtool,
devel/libtool-base, will cause the same error if try to "make" in any of these
tree pkg's
>Fix:
removing line in Makefile devel/libtool-base according to diff below
got me around the error.
"
ak73: {13} diff -bu Makefile~ Makefile
--- Makefile~ Thu Jan 20 04:21:58 2005
+++ Makefile Sun Feb 6 21:07:17 2005
@@ -62,5 +62,5 @@
BUILDLINK_DEPMETHOD.dlcompat= build
-.include "../../mk/dlopen.buildlink3.mk"
+#.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
"
Home |
Main Index |
Thread Index |
Old Index