dholland | 1 May 2008 01:59
Picon

Re: pkg/38490 (devel/pango fails to build)

Synopsis: devel/pango fails to build

State-Changed-From-To: feedback->closed
State-Changed-By: dholland <at> NetBSD.org
State-Changed-When: Wed, 30 Apr 2008 23:59:26 +0000
State-Changed-Why:
confirmed fixed in private mail

yamt | 1 May 2008 04:00
Picon

pkg/38553: dbench has no README

>Number:         38553
>Category:       pkg
>Synopsis:       dbench has no README
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Thu May 01 02:00:00 +0000 2008
>Originator:     YAMAMOTO Takashi <yamt <at> mwd.biglobe.ne.jp>
>Release:        NetBSD 4.99.40
>Organization:
	
>Environment:
	
	
Architecture: i386
Machine: i386
>Description:
	benchmarks/dbench has a man page whose SEE ALSO section mentions
	/usr/share/doc/dbench/README.  however, there's no such file
	installed with the package.
>How-To-Repeat:
	
>Fix:
	

>Unformatted:
(Continue reading)

nakaji | 1 May 2008 13:50
Picon
Favicon

pkg/38555: databases/rrdtool build failure with Sun Studio 11

>Number:         38555
>Category:       pkg
>Synopsis:       databases/rrdtool build failure with Sun Studio 11
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu May 01 11:50:00 +0000 2008
>Originator:     NAKAJI Hiroyuki
>Release:        Solaris 10
>Organization:
>Environment:
SunOS janus.4407.kankyo-u.ac.jp 5.10 Generic_127111-11 sun4u sparc SUNW,Ultra-2 Solaris
>Description:
rrdtool-1.2.27 fails with Sun's cc.

cc -DHAVE_CONFIG_H -I. -I..
-DRRD_DEFAULT_FONT=\"/usr/pkg/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\"
-DNUMVERS=1.2027 -DPNG_NO_ASSEMBLER_CODE
-I/usr/pkgsrc/databases/rrdtool/work/.buildlink/include/freetype2
-I/usr/pkgsrc/databases/rrdtool/work/.buildlink/include -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O -KPIC -DPIC -c rrd_getopt.c 
-KPIC -DPIC 
"/usr/include/iso/stdio_iso.h", line 190: identifier redeclared: rename
        current : function(pointer to char, pointer to char) returning int
        previous: function(pointer to const char, pointer to const char) returning int :
"/usr/include/unistd.h", line 449
(Continue reading)

obache | 1 May 2008 14:01
Picon

Re: pkg/38555 (databases/rrdtool build failure with Sun Studio 11)

Synopsis: databases/rrdtool build failure with Sun Studio 11

Responsible-Changed-From-To: pkg-manager-≥martti
Responsible-Changed-By: obache <at> NetBSD.org
Responsible-Changed-When: Thu, 01 May 2008 12:01:44 +0000
Responsible-Changed-Why:
Over to maintainer.

tron | 1 May 2008 14:30
Picon
Favicon

pkg/38557: "make update" is broken (probably buildlink3 related)

>Number:         38557
>Category:       pkg
>Synopsis:       "make update" is broken (probably buildlink3 related)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu May 01 12:30:01 +0000 2008
>Originator:     Matthias Scheler
>Release:        NetBSD 4.0_STABLE pkgsrc HEAD from 2008-05-01
>Organization:
Matthias Scheler                                  http://zhadum.org.uk/
>Environment:
System: NetBSD colwyn.zhadum.org.uk 4.0_STABLE NetBSD 4.0_STABLE (COLWYN) #0: Tue Mar 18 15:58:00 GMT
2008 tron <at> colwyn.zhadum.org.uk:/src/sys/compile/COLWYN i386
Architecture: i386
Machine: i386
>Description:
I've experienced a lot of problems with "make update" recently. The symptom
is always that a package which is rebuilt because one of its dependence
got updated fails to build during the "configure" stage. If I change to
that make directory and run "make clean" (just rerunning "make configure"
doesn't work) and "make" the build succeeds.

I think this problem is related to buildlink3 because things are missing
from the buildlink directories.

(Continue reading)

obache | 1 May 2008 15:21
Picon

Re: pkg/38553 (dbench has no README)

Synopsis: dbench has no README

State-Changed-From-To: open->closed
State-Changed-By: obache <at> NetBSD.org
State-Changed-When: Thu, 01 May 2008 13:21:49 +0000
State-Changed-Why:
Changed to install README and adjust location in man page.  Thanks!

OBATA Akio | 1 May 2008 15:35
Picon

PR/38553 CVS commit: pkgsrc/benchmarks/dbench

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

From: OBATA Akio <obache <at> netbsd.org>
To: gnats-bugs <at> gnats.NetBSD.org
Cc: 
Subject: PR/38553 CVS commit: pkgsrc/benchmarks/dbench
Date: Thu,  1 May 2008 13:17:55 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	obache
 Date:		Thu May  1 13:17:55 UTC 2008

 Modified Files:
 	pkgsrc/benchmarks/dbench: Makefile PLIST distinfo
 	pkgsrc/benchmarks/dbench/patches: patch-ab

 Log Message:
 Update dbench to 3.04.
 Changes is unknown.

 While here,
  * install README file mentioned in man page, suggested in PR 38553.
  * move client.txt to subdir noted in man page
  * fix directory of those files in man page.

 
 To generate a diff of this commit:
 cvs rdiff -r1.11 -r1.12 pkgsrc/benchmarks/dbench/Makefile
 cvs rdiff -r1.3 -r1.4 pkgsrc/benchmarks/dbench/PLIST
 cvs rdiff -r1.10 -r1.11 pkgsrc/benchmarks/dbench/distinfo
(Continue reading)

obache | 1 May 2008 15:53
Picon

Re: pkg/38545 (DESTDIR support for textproc/catdoc)

Synopsis: DESTDIR support for textproc/catdoc

State-Changed-From-To: open->closed
State-Changed-By: obache <at> NetBSD.org
State-Changed-When: Thu, 01 May 2008 13:53:45 +0000
State-Changed-Why:
Added DESTDIR support with CONFIGURE_ARGS.  Thanks!

OBATA Akio | 1 May 2008 15:55
Picon

PR/38545 CVS commit: pkgsrc/textproc

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

From: OBATA Akio <obache <at> netbsd.org>
To: gnats-bugs <at> gnats.NetBSD.org
Cc: 
Subject: PR/38545 CVS commit: pkgsrc/textproc
Date: Thu,  1 May 2008 13:51:57 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	obache
 Date:		Thu May  1 13:51:56 UTC 2008

 Modified Files:
 	pkgsrc/textproc/catdoc: Makefile Makefile.common
 	pkgsrc/textproc/catdoc-tk: Makefile

 Log Message:
 Add destdir support to catdoc and catdoc-tk.
 Fixes PR 38545.

 
 To generate a diff of this commit:
 cvs rdiff -r1.28 -r1.29 pkgsrc/textproc/catdoc/Makefile
 cvs rdiff -r1.13 -r1.14 pkgsrc/textproc/catdoc/Makefile.common
 cvs rdiff -r1.8 -r1.9 pkgsrc/textproc/catdoc-tk/Makefile

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

(Continue reading)

xtraeme | 2 May 2008 01:15
Picon
Gravatar

pkg/38559: MesaLib doesn't build if 'dri' option disabled

>Number:         38559
>Category:       pkg
>Synopsis:       MesaLib doesn't build if 'dri' option disabled
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu May 01 23:15:00 +0000 2008
>Originator:     Juan RP
>Release:        current
>Organization:
>Environment:
>Description:
Building graphics/MesaLib 7.0.3 without the 'dri' option enabled causes
a build error:

cc -shared  drivers/osmesa/.libs/osmesa.o  -Wl,--rpath -Wl,/usr/pkg/lib -L/usr/pkg/lib -lGL
-Wl,-soname -Wl,libOSMesa.so.3 -o ../../lib/.libs/libOSMesa.so.3.3.5
ld: cannot find -lGL
libtool: install: error: relink `../../lib/libOSMesa.la' with the above command before installing it

>How-To-Repeat:

>Fix:


Gmane