Subject: Re: pkg/24824
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Noud de Brouwer <netbsd-install@home.nl>
List: pkgsrc-bugs
Date: 01/22/2005 00:56:02
The following reply was made to PR pkg/24824; it has been noted by GNATS.
From: Noud de Brouwer <netbsd-install@home.nl>
To: wiz@netbsd.org
Cc: pkg-manager@netbsd.org, pkgsrc-bugs@netbsd.org,
gnats-admin@netbsd.org
Subject: Re: pkg/24824
Date: Sat, 22 Jan 2005 01:08:42 +0100
Noud de Brouwer wrote:
> wiz@netbsd.org wrote:
>
>> Synopsis: gcvs doesn't build
>>
>> State-Changed-From-To: open->feedback
>> State-Changed-By: wiz@netbsd.org
>> State-Changed-When: Mon, 27 Dec 2004 22:13:37 +0000
>> State-Changed-Why:
>> Builds fine in the latest 2.0 bulk build. Do you still
>> see a problem?
>>
>>
>>
>>
>>
>>
> i don't see the problem anymore.
> builds fine at stock 2.0 & pkgsrc 2.0
>
> $ uname -a
> NetBSD CP136829-A 2.0 NetBSD 2.0 (GENERIC) #0: Wed Dec 1 10:58:25 UTC
> 2004
> builds@build:/big/builds/ab/netbsd-2-0-RELEASE/i386/200411300000Z-obj/big/builds/ab/netbsd-2-0-RELEASE/src/sys/arch/i386/compile/GENERIC
> i386 i386 Intel Celeron (686-class) NetBSD
> $ . ~/pkg/.profile
> $ pkg_info|grep gnustep-pref
> gnustep-preferences-1.2.0nb9 Application for setting preferences for
> the GNUstep system
> $
>
> nice
> Noud
>
oops .. wrong pr
gcvs & tcl..builds OK
$ pkg_info|grep gcvs
gcvs-1.0 GTK interface for CVS
i do build against tcl 8.3.4
$ cat *diff
*** Makefile Wed Sep 8 18:21:53 2004
--- Makefile.new Sat Jan 22 00:03:45 2005
***************
*** 22,28 ****
CONFIGURE_ARGS+=
--with-tclinclude="${BUILDLINK_PREFIX.tcl}/include" \
--with-tcllib="${BUILDLINK_PREFIX.tcl}/lib"
! .include "../../lang/tcl/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
--- 22,28 ----
CONFIGURE_ARGS+=
--with-tclinclude="${BUILDLINK_PREFIX.tcl}/include" \
--with-tcllib="${BUILDLINK_PREFIX.tcl}/lib"
! .include "../../lang/tcl83/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
$
at the same machine..other build:
CP136829-A# pkg_info|grep gcvs
gcvs-1.0 GTK interface for CVS
CP136829-A# pkg_info|grep tcl-
tcl-8.4.6nb5 Ousterhout's Tool Command Language, a scripting language
CP136829-A#
so..is ok at
NetBSD CP136829-A 2.0 NetBSD 2.0 (GENERIC) #0: Wed Dec 1 10:58:25 UTC
2004
builds@build:/big/builds/ab/netbsd-2-0-RELEASE/i386/200411300000Z-obj/big/builds/ab/netbsd-2-0-RELEASE/src/sys/arch/i386/compile/GENERIC
i386 i386 Intel Celeron (686-class) NetBSD
pkgsrc from 2.0
Noud