grant beattie | 1 Sep 2005 02:06
Picon

Re: pkg/31092: Python-2.3.5 Solaris

On Wed, Aug 31, 2005 at 01:37:02PM +0000, Gilles Dauphin wrote:

>  You are true :) Solaris and gcc specific.
>  The patch may be :
>  
>  +.if ${OPSYS} == "SunOS" && ${CC} == "gcc" 
>  +#workaround for bug with Solaris/gcc : __builtin_huge_val is a func. in that 
>  case, but  not declare as in Solaris header.
>  +CONFIGURE_ARGS+=       OPT="${CFLAGS} -D\"Py_HUGE_VAL=__builtin_huge_val()\""
>  +.else
>   CONFIGURE_ARGS+=       OPT="${CFLAGS}"
>  +.endif
>  
>  
>  Is my fix valid ?

yes, something like that. for brevity it can be written as:

.include "../../mk/compiler.mk"

.if !empty(CC_VERSION:Mgcc*)
CFLAGS.SunOS+=		-D\"Py_HUGE_VAL=__builtin_huge_val()\"
.endif

grant beattie | 1 Sep 2005 02:07
Picon

Re: pkg/31092: Python-2.3.5 Solaris

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

From: grant beattie <grant <at> NetBSD.org>
To: gnats-bugs <at> netbsd.org
Cc: pkg-manager <at> netbsd.org, gnats-admin <at> netbsd.org,
	pkgsrc-bugs <at> netbsd.org
Subject: Re: pkg/31092: Python-2.3.5 Solaris
Date: Thu, 1 Sep 2005 10:06:30 +1000

 On Wed, Aug 31, 2005 at 01:37:02PM +0000, Gilles Dauphin wrote:

 >  You are true :) Solaris and gcc specific.
 >  The patch may be :
 >  
 >  +.if ${OPSYS} == "SunOS" && ${CC} == "gcc" 
 >  +#workaround for bug with Solaris/gcc : __builtin_huge_val is a func. in that 
 >  case, but  not declare as in Solaris header.
 >  +CONFIGURE_ARGS+=       OPT="${CFLAGS} -D\"Py_HUGE_VAL=__builtin_huge_val()\""
 >  +.else
 >   CONFIGURE_ARGS+=       OPT="${CFLAGS}"
 >  +.endif
 >  
 >  
 >  Is my fix valid ?

 yes, something like that. for brevity it can be written as:

 .include "../../mk/compiler.mk"

 .if !empty(CC_VERSION:Mgcc*)
(Continue reading)

eric | 1 Sep 2005 05:27
Favicon

pkg/31114: scponly uses work/.bin/id for id(1)

>Number:         31114
>Category:       pkg
>Synopsis:       scponly uses work/bin/id for id(1)
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 01 03:27:01 +0000 2005
>Originator:     Eric Schnoebelen
>Release:        NetBSD 3.99.5
>Organization:
Eric Schnoebelen		eric <at> cirr.com		http://www.cirr.com
If bankers can count, how come they have eight windows and only four tellers?
>Environment:
	
	
System: NetBSD egsner.cirr.com 3.99.5 NetBSD 3.99.5 (EGSNER.MPDEBUG) #0: Fri May 27 13:02:50 CDT 2005
eric <at> egsner.cirr.com:/work/eric/NetBSD-current/obj/i386/sys/arch/i386/compile/EGSNER.MPDEBUG i386
Architecture: i386
Machine: i386
>Description:
	In looking at the config.h generated by the build of
	shells/scponly, I noticed that PROG_ID was referencing a path in
	the build directory, rather than /usr/bin/id, which it should
	have been
>How-To-Repeat:
	cd $PKGSRCDIR/shells/scponly;
(Continue reading)

tls | 1 Sep 2005 05:53

pkg/31115: firefox-bin package fails if MOZILLA_USE_LINUX set

>Number:         31115
>Category:       pkg
>Synopsis:       firefox-bin package fails if MOZILLA_USE_LINUX set
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 01 03:53:00 +0000 2005
>Originator:     tls <at> rek.tjls.com
>Release:        NetBSD 2.0, pkgsrc as of 10 minutes ago
>Organization:
	Little or none.
>Environment:
	
	
System: NetBSD rekusant 2.0 NetBSD 2.0 (REKUSANT) #5: Wed Feb 16 21:11:54 UTC 2005
root <at> ADMIN:/usr/src/sys/arch/i386/compile/REKUSANT i386
Architecture: i386
Machine: i386
>Description:
	firefox silently exits
>How-To-Repeat:
	Set MOZILLA_USE_LINUX.  Build firefox-bin and install.  Run
	"firefox-linux" and watch it silently exit.  If you ktrace
	"run-mozilla.sh" you'll quickly see why: it tries to find
	the md5sum executable, but because the shell script is run
	with the *NetBSD* /bin/sh, it doesn't pick up /emul/linux/usr/bin
(Continue reading)

Toni Viemero | 1 Sep 2005 08:23
Picon
Picon
Favicon
Gravatar

Re: pkg/31027

darcy <at> netbsd.org wrote:

> I have committed the attached patch.  Awaiting confirmation from submitter.

Working like a charm. Thanks!

--

-- 
Toni Viemerö  |  http://selfdestruct.net/
"Don't do anything by half. If you love someone, love them. If you
 hate someone, hate them until it hurts."

darcy | 1 Sep 2005 10:28
Picon

Re: pkg/31027

Synopsis: time/py-mxDateTime building fails (at least on macppc)

State-Changed-From-To: feedback->closed
State-Changed-By: darcy <at> netbsd.org
State-Changed-When: Thu, 01 Sep 2005 08:28:28 +0000
State-Changed-Why:
Confirmed by the submitter.

Lubomir Sedlacik | 1 Sep 2005 16:25
Picon

PR/31027 CVS commit: [pkgsrc-2005Q2] pkgsrc/lang/python24

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

From: Lubomir Sedlacik <salo <at> netbsd.org>
To: gnats-bugs <at> netbsd.org
Cc: 
Subject: PR/31027 CVS commit: [pkgsrc-2005Q2] pkgsrc/lang/python24
Date: Thu,  1 Sep 2005 14:24:06 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	salo
 Date:		Thu Sep  1 14:24:06 UTC 2005

 Modified Files:
 	pkgsrc/lang/python24 [pkgsrc-2005Q2]: Makefile distinfo
 	pkgsrc/lang/python24/patches [pkgsrc-2005Q2]: patch-al

 Log Message:
 Pullup ticket 727 - requested by D'Arcy J.M. Cain
 build fix for python24 modules

 Revisions pulled up:
 - pkgsrc/lang/python24/Makefile			1.11
 - pkgsrc/lang/python24/distinfo			1.13
 - pkgsrc/lang/python24/patches/patch-al		1.7

    Module Name:		pkgsrc
    Committed By:	darcy
    Date:		Wed Aug 31 12:13:03 UTC 2005

    Modified Files:
(Continue reading)

Gilles Dauphin | 1 Sep 2005 18:19
Picon
Picon

pkg/31117: audio/nas nas-1.7bnb1 Solaris 10 gcc

>Number:         31117
>Category:       pkg
>Synopsis:       audio/nas nas-1.7bnb1 Solaris 10 gcc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 01 16:19:00 +0000 2005
>Originator:     Gilles Dauphin
>Release:        SunOS 5.10 i86pc
>Organization:
ENST 
>Environment:

System: SunOS bi.enst.fr 5.10 Generic i86pc

>Description:

nas won't compile with gcc
nas wont't install nasd.conf.4

>How-To-Repeat:

bmake
bmake install

>Fix:
(Continue reading)

bcollver | 1 Sep 2005 19:43
Favicon

pkg/31118: xosview fails on amd64

>Number:         31118
>Category:       pkg
>Synopsis:       xosview fails on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 01 17:43:00 +0000 2005
>Originator:     Ben Collver <bcollver <at> whiteselectronics.com>
>Release:        NetBSD 2.0.2
>Organization:
>Environment:
System: NetBSD bcollver 2.0.2 NetBSD 2.0.2 (BCOLLVER) #0: Tue Aug 30 08:18:42 PDT 2005
root <at> bcollver:/build/src/sys/arch/amd64/compile/BCOLLVER amd64
Architecture: x86_64
Machine: amd64
>Description:

$ pkg_info | grep xosview
xosview-1.8.2       X11 graphical display of OS statistics

$ xosview
xosview: kvm_read() of kernel address 0x803eec40: Bad address

>How-To-Repeat:

Run xosview on NetBSD/amd64 2.0.2
(Continue reading)

zafer | 1 Sep 2005 21:56
Picon

pkg/31119: update openssh

>Number:         31119
>Category:       pkg
>Synopsis:       update openssh
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 01 19:56:00 +0000 2005
>Originator:     Zafer Aydogan
>Release:        3.99.8
>Organization:
>Environment:
3.99.8
>Description:
Please update openssh to Version 4.2 (released today).

Please also update openssh in 3.0 and current, which is running:
SSH-1.99-OpenSSH_4.0 NetBSD_Secure_Shell-20050423

>How-To-Repeat:

>Fix:


Gmane