dieter.r | 1 Jan 2012 13:20
Picon

pkg/45765: security/cy2-gssapi sefault

>Number:         45765
>Category:       pkg
>Synopsis:       security/cy2-gssapi sefault
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jan 01 12:20:00 +0000 2012
>Originator:     dieter roelants
>Release:        NetBSD 5.99.55
>Organization:
	bsdusr.net
>Environment:
System: NetBSD simult.amelgem.be 5.99.55 NetBSD 5.99.55 (SIMULT) #64: Sun Sep 11 14:17:45 CEST 2011
dieter <at> simult.amelgem.be:/build/obj.amd64.current/sys/arch/amd64/compile/SIMULT amd64
Architecture: x86_64
Machine: amd64
>Description:
	Using the gssapi cyrus sasl plugin causes a segmentation fault.
>How-To-Repeat:
	Build databases/openldap-client with kerberos option enabled.
	Use ldapsearch with -Y gssapi.
>Fix:
	The following patch fixes it. (I also found it has been
	applied upstream.)

$NetBSD$
(Continue reading)

duck+important | 1 Jan 2012 14:25

pkg/45766: netpbm build fails on IRIX because of missing strdup (again)

>Number:         45766
>Category:       pkg
>Synopsis:       netpbm build fails on IRIX because of missing strdup (again)
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jan 01 13:25:00 +0000 2012
>Originator:     duck+important <at> shangtai.net
>Release:        pkgsrc-2011Q3
>Organization:
>Environment:
System: IRIX64 halo 6.5 6.5.29m 01090133 IP30
Architecture: mips
Machine: IP30
>Description:
netpbm fails to build converter/other/cameratopam.c because _XOPEN_SOURCE is
defined, this causes string.h (/usr/include/internal/core_string.h) to skip the
export of strdup()

>How-To-Repeat:
Attempt to build netpbm on IRIX
>Fix:
Don't define _XOPEN_SOURCE on SGI systems, perhaps through modifying 
patches/patch-dd to look like this (the _OSF_SOURCE is harmless):

--- converter/other/cameratopam/cameratopam.c.orig      2006-08-19 03:12:28.000000000 +0000
(Continue reading)

Sergey Svishchev | 1 Jan 2012 15:40
Picon

PR/45691 CVS commit: pkgsrc/textproc/libplist

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

From: "Sergey Svishchev" <shattered <at> netbsd.org>
To: gnats-bugs <at> gnats.NetBSD.org
Cc: 
Subject: PR/45691 CVS commit: pkgsrc/textproc/libplist
Date: Sun, 1 Jan 2012 14:39:33 +0000

 Module Name:	pkgsrc
 Committed By:	shattered
 Date:		Sun Jan  1 14:39:33 UTC 2012

 Modified Files:
 	pkgsrc/textproc/libplist: Makefile distinfo
 Added Files:
 	pkgsrc/textproc/libplist/patches: patch-swig_plist.i

 Log Message:
 Fix build on 5.1/amd64 (PR 45691) -- cast long tv_sec to time_t.  Not
 a problem in -current, where tv_sec is time_t.

 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/libplist/Makefile \
     pkgsrc/textproc/libplist/distinfo
 cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/libplist/patches/patch-swig_plist.i

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

(Continue reading)

dieter roelants | 1 Jan 2012 15:55
Picon

Re: pkg/45765: security/cy2-gssapi sefault

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

From: dieter roelants <dieter.NetBSD <at> pandora.be>
To: gnats-bugs <at> NetBSD.org
Cc: 
Subject: Re: pkg/45765: security/cy2-gssapi sefault
Date: Sun, 1 Jan 2012 14:21:16 +0100

 Oh, I failed to mention, that this patch should be added as
 security/cyrus-sasl/patches/patch-plugins_gssapi.c

 kind regards
 dieter

pda | 1 Jan 2012 20:50
Picon
Favicon

pkg/45767: databases/db4/ from pkgsrc 11q-3 won't install on HP-UX itanium

>Number:         45767
>Category:       pkg
>Synopsis:       databases/db4/ from pkgsrc 11q-3 won't install on HP-UX itanium
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jan 01 19:50:00 +0000 2012
>Originator:     Paul Ackersviller
>Release:        Just pkgsrc 11q-3
>Organization:
>Environment:
HP-UX tdcndv01 B.11.31 U ia64 1579589996 unlimited-user license

>Description:
I'm mystified by this, the package builds but the install step fails, below is the last few lines of output
from my bmake install:

+ /usr/local/free/nbsd/11q3-64/ia64/sbin/pkg_add -K /usr/local/free/nbsd/11q3-64/ia64/db/pkg /var/tmp/pda/pkgsrc/packages/All/db4-4.8.30.tgz
pkg_add: Warning: package `db4-4.8.30' was built for a platform:
pkg_add: HPUX/ia64 11.31 (pkg) vs. HPUX/ia64 B.11.31 (this host)
pkg_add: asprintf failed: Error 0
*** Error code 1

This is a 64-bit build using HP's compiler, the same bug is on 32-bit. The warning above regarding
'HPUX/ia64 11.31' may be an additional problem -- everything, including the pkgsrc bootstrap, was all
done on the same machine.
(Continue reading)

pda | 2 Jan 2012 01:20
Picon
Favicon

pkg/45768: shells/dash/ in pkgsrc 11q-3 appears designed to only compile with gcc

>Number:         45768
>Category:       pkg
>Synopsis:       shells/dash/ in pkgsrc 11q-3 appears designed to only compile with gcc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 02 00:20:00 +0000 2012
>Originator:     Paul Ackersviller
>Release:        Just pkgsrc 11q-3
>Organization:
>Environment:
HP-UX tdcndv01 B.11.31 U ia64 1579589996 unlimited-user license

>Description:
work/dash-0.5.5.1/src/Makefile has the line
COMMON_CFLAGS = -Wall
which causes an error with HP's C compiler.

After truncating that macro, I encounter a further error due to the line
  $(COMPILE) -E -x c -o $ <at>  $<
...but taking out "-x c" some just leads me into an interactive shell.
>How-To-Repeat:
bmake -C shells/dash COMMON_CFLAGS=
>Fix:
COMMON_CFLAGS=

(Continue reading)

obache | 2 Jan 2012 04:08
Picon

Re: pkg/45765 (security/cy2-gssapi sefault)

Synopsis: security/cy2-gssapi sefault

Responsible-Changed-From-To: pkg-manager-≥obache
Responsible-Changed-By: obache <at> NetBSD.org
Responsible-Changed-When: Mon, 02 Jan 2012 03:08:15 +0000
Responsible-Changed-Why:
I'll take this.

obache | 2 Jan 2012 04:27
Picon

Re: pkg/45765 (security/cy2-gssapi sefault)

Synopsis: security/cy2-gssapi sefault

State-Changed-From-To: open->closed
State-Changed-By: obache <at> NetBSD.org
State-Changed-When: Mon, 02 Jan 2012 03:27:30 +0000
State-Changed-Why:
Applied the patch.  Thank you!

OBATA Akio | 2 Jan 2012 04:30
Picon

PR/45765 CVS commit: pkgsrc/security

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

From: "OBATA Akio" <obache <at> netbsd.org>
To: gnats-bugs <at> gnats.NetBSD.org
Cc: 
Subject: PR/45765 CVS commit: pkgsrc/security
Date: Mon, 2 Jan 2012 03:25:57 +0000

 Module Name:	pkgsrc
 Committed By:	obache
 Date:		Mon Jan  2 03:25:57 UTC 2012

 Modified Files:
 	pkgsrc/security/cy2-gssapi: Makefile
 	pkgsrc/security/cyrus-sasl: distinfo
 Added Files:
 	pkgsrc/security/cyrus-sasl/patches: patch-plugins_gssapi.c

 Log Message:
 Fixes a segfault in gssapi.c, taken from upstream Git repo.
 PR#45765.

 Bump PKGREVISION of cy2-gssapi plugin package.

 
 To generate a diff of this commit:
 cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/cy2-gssapi/Makefile
 cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/cyrus-sasl/distinfo
 cvs rdiff -u -r0 -r1.1 \
     pkgsrc/security/cyrus-sasl/patches/patch-plugins_gssapi.c
(Continue reading)

OBATA Akio | 2 Jan 2012 13:15
Picon

Re: pkg/45768: shells/dash/ in pkgsrc 11q-3 appears designed to only compile with gcc

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

From: "OBATA Akio" <obache <at> netbsd.org>
To: gnats-bugs <at> netbsd.org
Cc: 
Subject: Re: pkg/45768: shells/dash/ in pkgsrc 11q-3 appears designed to only
 compile with gcc
Date: Mon, 02 Jan 2012 21:10:15 +0900

 Such issues should be handled in wrapper (pkgsrc/mk/wrapper/{cmd-sink-hp-cc,transform-hp-cc).
 Do you know corresponding compiler options for HP's C compiler?
   -Wall (rise all warnings)  -check?
   -x c (specify the source language as C)  none?


Gmane