Roland Illig | 1 Dec 2005 01:18
Picon

PR/32202 CVS commit: pkgsrc/mk

The following reply was made to PR pkg/32202; it has been noted by GNATS.

From: Roland Illig <rillig <at> netbsd.org>
To: gnats-bugs <at> netbsd.org
Cc: 
Subject: PR/32202 CVS commit: pkgsrc/mk
Date: Thu,  1 Dec 2005 00:17:05 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	rillig
 Date:		Thu Dec  1 00:17:05 UTC 2005

 Modified Files:
 	pkgsrc/mk: bsd.pkg.mk

 Log Message:
 The new target do-check-pkg-fail-reason should to be a dependency of
 every top level target that is intended to be called by the user or by a
 package different from the current package. It provides the same action
 as the "main" targets like "fetch", "expand", "build" before in case
 PKG_FAIL_REASON is set, that is it prints all PKG_FAIL_REASONs and
 fails.

 Fixes PR 32202.

 Implementation notes:
 - The target names have the "do-" prefix to not pollute the
   bsd.pkg.check.mk namespace.
 - The PKG_SKIP_REASON has no influence on the do-check-pkg-fail-reason
   target, although both are handled with the same code.
(Continue reading)

Roland Illig | 1 Dec 2005 01:28
Picon

PR/32202 CVS commit: pkgsrc/mk

The following reply was made to PR pkg/32202; it has been noted by GNATS.

From: Roland Illig <rillig <at> netbsd.org>
To: gnats-bugs <at> netbsd.org
Cc: 
Subject: PR/32202 CVS commit: pkgsrc/mk
Date: Thu,  1 Dec 2005 00:27:56 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	rillig
 Date:		Thu Dec  1 00:27:56 UTC 2005

 Modified Files:
 	pkgsrc/mk: bsd.pkg.mk

 Log Message:
 Inserted "set -e" as the first command in the show-depends-dirs target
 to force an early exit as soon as a "cd" command fails. Otherwise, "/"
 would have been added as a dependency, leading to undefined behavior.
 See PR 32202 for details.

 Fixes the second item of PR 32202.

 
 To generate a diff of this commit:
 cvs rdiff -r1.1770 -r1.1771 pkgsrc/mk/bsd.pkg.mk

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

(Continue reading)

David Griffith | 1 Dec 2005 02:37
Picon
Favicon

Re: pkg/31367

The following reply was made to PR pkg/31367; it has been noted by GNATS.

From: David Griffith <dgriffi <at> cs.csubak.edu>
To: gnats-bugs <at> NetBSD.org
Cc: 
Subject: Re: pkg/31367
Date: Wed, 30 Nov 2005 17:36:46 -0800 (PST)

 patch-aa should be changed as follows.  However, Wine still won't
 work, at least for me.  Anything I do gives this:

 $ winemine
 wine: failed to initialize: mmap of entire address space failed: Cannot
 allocate memory

 Anyhow, here's the patch:

 --- Make.rules.in.orig  2005-11-28 00:24:48.000000000 -0800
 +++ Make.rules.in       2005-11-28 00:25:11.000000000 -0800
  <at>  <at>  -25,7 +25,7  <at>  <at> 
  CC        =  <at> CC <at> 
  CFLAGS    =  <at> CFLAGS <at> 
  CPPFLAGS  =  <at> CPPFLAGS <at> 
 -LIBS      =  <at> LIBS <at> 
 +LIBS      =  <at> LIBS <at>  -lcompat
  BISON     =  <at> BISON <at> 
  LEX       =  <at> LEX <at> 
  LEXLIB    =  <at> LEXLIB <at> 
  <at>  <at>  -109,7 +109,7  <at>  <at> 
  CLEAN_FILES     = *.o *.a *.so *.ln *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#*
(Continue reading)

Hubert Feyrer | 1 Dec 2005 03:43

Re: pkg/31367

The following reply was made to PR pkg/31367; it has been noted by GNATS.

From: Hubert Feyrer <feyrer <at> cs.stevens.edu>
To: gnats-bugs <at> NetBSD.org
Cc: 
Subject: Re: pkg/31367
Date: Thu, 1 Dec 2005 03:41:59 +0100 (CET)

 ---------- Forwarded message ----------
 Date: Wed, 30 Nov 2005 16:57:10 -0800 (PST)
 From: David Griffith <dgriffi <at> cs.csubak.edu>
 To: tech-pkg <at> NetBSD.org
 Subject: pkg/31367

 
 I tried to get this into GNATS, but it didn't seem to go anywhere.
 Would someone please help me out?

 ---------- Forwarded message ----------
 Date: Mon, 28 Nov 2005 01:13:31 -0800 (PST)
 From: David Griffith <dgriffi <at> cs.csubak.edu>
 To: gnats-bugs <at> NetBSD.org
 Cc: hauke <at> Espresso.Rhein-Neckar.DE
 Subject: pkg/31367

 
 patch-aa should be changed as follows.  However, Wine still won't
 work, at least for me.  Anything I do gives this:

 $ winemine
(Continue reading)

Min Sik Kim | 1 Dec 2005 04:01
Picon
Gravatar

PR/30627 CVS commit: pkgsrc/archivers/pax

The following reply was made to PR pkg/30627; it has been noted by GNATS.

From: Min Sik Kim <minskim <at> netbsd.org>
To: gnats-bugs <at> netbsd.org
Cc: 
Subject: PR/30627 CVS commit: pkgsrc/archivers/pax
Date: Thu,  1 Dec 2005 03:00:01 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	minskim
 Date:		Thu Dec  1 03:00:01 UTC 2005

 Modified Files:
 	pkgsrc/archivers/pax: Makefile
 	pkgsrc/archivers/pax/files: Makefile.in ar_io.c ar_subs.c buf_subs.c
 	    config.h.in configure configure.ac cpio.1 cpio.c extern.h
 	    file_subs.c ftree.c getoldopt.c options.c pat_rep.c pax.1 pax.c
 	    pax.h tables.c tables.h tar.1 tar.c tty_subs.c

 Log Message:
 Update pax to 20051108.  The previous version failed to handle the -X
 option, which is used in print/teTeX3-texmf.  The only difference from
 the pax in src is that tar does not support the --chroot option if
 fchroot(2) is not available.

 Major changes and bug fixes since 20040802:

 PR/18759: FUKAUMI Naoki: pax/tar dot-dot handling broken
 PR/18840: Frederick Bruckman:  Fix for PR/18663 incomplete pax symlink handling
 This patch makes ``--insecure'' do something. Now if ``--insecure''
(Continue reading)

murray | 1 Dec 2005 08:46

pkg/32206: buildlink logic broken around using cups as a dependancy

>Number:         32206
>Category:       pkg
>Synopsis:       buildlink logic broken around using cups as a dependancy
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 01 07:46:00 +0000 2005
>Originator:     murray armfield
>Release:        NetBSD-current
>Organization:
N/A
>Environment:
NetBSD ra.river-styx.org 3.99.13 NetBSD 3.99.13 (RA.MPACPI) #4: Thu Dec  1 09:52:41 EST 2005 
admin <at> ra.river-styx.org:/usr/obj/sys/arch/i386/compile/RA.MPACPI i38
>Description:
If you try and build a pkg that makes use of cups, the build fails. Happens on all pkgs that use cups.
>How-To-Repeat:
...with PKG_OPTIONS.qt3=cups in /etc/mk.conf

...doing (running 'make' gives the same error, this is just easier to show)

cd /usr/pkgsrc/x11/qt3-libs && make clean

...results in

make: "../../mk/tools/../../mk/tools/../../mk/tools/../../mk/tools/replace.mk" line 889:
(Continue reading)

Roland Illig | 1 Dec 2005 10:25
Picon

PR/32206 CVS commit: pkgsrc/mk/tools

The following reply was made to PR pkg/32206; it has been noted by GNATS.

From: Roland Illig <rillig <at> netbsd.org>
To: gnats-bugs <at> netbsd.org
Cc: 
Subject: PR/32206 CVS commit: pkgsrc/mk/tools
Date: Thu,  1 Dec 2005 09:24:09 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	rillig
 Date:		Thu Dec  1 09:24:09 UTC 2005

 Modified Files:
 	pkgsrc/mk/tools: replace.mk

 Log Message:
 The make(1) of NetBSD 1.6.2 gets confused by complicated conditionals
 involving undefined variables. Added a work-around by splitting up the
 conditionals.

 Fixes PR 32206.

 
 To generate a diff of this commit:
 cvs rdiff -r1.137 -r1.138 pkgsrc/mk/tools/replace.mk

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

(Continue reading)

rillig | 1 Dec 2005 10:24
Picon

Re: pkg/32206

Synopsis: buildlink logic broken around using cups as a dependancy

Responsible-Changed-From-To: pkg-manager-≥rillig
Responsible-Changed-By: rillig <at> netbsd.org
Responsible-Changed-When: Thu, 01 Dec 2005 09:24:44 +0000
Responsible-Changed-Why:
I'll take it.

State-Changed-From-To: open->closed
State-Changed-By: rillig <at> netbsd.org
State-Changed-When: Thu, 01 Dec 2005 09:24:44 +0000
State-Changed-Why:
I just fixed it.

Georg Schwarz | 1 Dec 2005 13:24
Picon
Favicon

Re: pkg/30824

The following reply was made to PR pkg/30824; it has been noted by GNATS.

From: georg.schwarz <at> freenet.de (Georg Schwarz)
To: gnats-bugs <at> NetBSD.org
Cc: 
Subject: Re: pkg/30824
Date: Thu, 1 Dec 2005 13:23:34 +0100

 I can confirm that the issue no longer occurs. I suspect it was
 triggered by a hardware issue of the involved system.

wiz | 1 Dec 2005 18:37
Picon

Re: pkg/30824

Synopsis: pkgsrc/mail/evolution-data-server fails to compile on NetBSD 2.0.2 i386

State-Changed-From-To: feedback->closed
State-Changed-By: wiz <at> netbsd.org
State-Changed-When: Thu, 01 Dec 2005 17:36:31 +0000
State-Changed-Why:
Feedback provided, likely hardware failure.


Gmane