zipzippy | 1 Oct 2003 08:17
Favicon

pkg/23026: python curses port needs to be updated to reflect that it depends on ncurses


>Number:         23026
>Category:       pkg
>Synopsis:       python curses port needs to be updated to reflect that it depends on ncurses
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 01 06:18:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alex Zepeda
>Release:        1.6ZC
>Organization:
>Environment:
NetBSD blarf.homeip.net 1.6ZC NetBSD 1.6ZC (MILHOUSE) #12: Thu Sep 18 20:17:44 PDT 2003 
root <at> blarf.homeip.net:/sys/arch/macppc/compile/MILHOUSE macppc

>Description:
When trying to use something that uses the KEY_ macros like nstti, it won't work.

There are ifdefs in the code because I imagine the curses that's in the base system doesn't have those
macros.  
However the pkg is designed to use ncurses which does have the macros.

Time to remove the preprocessor macros.

(Continue reading)

pavel.arnost | 1 Oct 2003 12:30
Picon

pkg/23027: openssl's crypt() overlaps system's crypt()


>Number:         23027
>Category:       pkg
>Synopsis:       openssl's crypt() overlaps system's crypt()
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 01 10:31:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Pavel Arnost
>Release:        RedHat Linux 7.3
>Organization:
CL-NET s.r.o.
>Environment:
Linux mail.clnet.cz 2.4.20-20.7 #1 Mon Sep 15 10:48:58 CEST 2003 i686 unknown

>Description:
openssl's crypt() overlaps system's crypt()

openssl's crypt() doesn't have md5/blowfish support, this causes problems with for example net/pure-ftpd

>How-To-Repeat:
install security/openssl

nm /usr/pkg/lib/libcrypto.so.300|grep "T crypt"
(Continue reading)

Robert Elz | 1 Oct 2003 15:05
Picon

Re: pkg/23020: mailserv does not compile

    Date:        Tue, 30 Sep 2003 13:10:54 -0700 (PDT)
    From:        "Jeremy C. Reed" <reed <at> reedmedia.net>
    Message-ID:  <Pine.LNX.4.43.0309301309541.19793-100000 <at> pilchuck.reedmedia.net>

  | On Tue, 30 Sep 2003, Mirko Thiesen wrote:
  | > 	mail/mailserv does not compile because the checksum file does not
  | > match the files found in PkgSrc. A manual override of the checksum checks
  | > does not help; patch-aa cannot be applied to the source.
  | 
  | The filename doesn't have a version number. I emailed BarelyFitz Designs
  | to ask about this.

I don't see a problem.    I just re-fetched the file - after a couple of
http redirects it ended up coming from ...
	http://www.barelyfitz.com/webapps/apps/mailserv/mailserv.tar.gz

The mod time on the file fetched was March 16, the mod time on my
distinfo file is May 1 (ie: nothing seems to have altered recently,
especially not today).   [Obviously the ctime on the distfile was
today - the ctime on the distinfo file was May 1.]   The file seems
to be identical to one I fetched in early May.

The checksum was as expected (no mismatch).   (I haven't attempted to
actually compile the thing though).

kre

Shoichi Miyake | 1 Oct 2003 15:32
Picon
Picon

port-arm/23028: memcpy and friends bronken on ARMEB


>Number:         23028
>Category:       port-arm
>Synopsis:       memcpy and friends bronken on ARMEB
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    port-arm-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 01 13:33:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Shoichi Miyake
>Release:        NetBSD 1.6ZC
>Organization:
Sony Corporation
>Environment:
System: NetBSD zao1 1.6ZC NetBSD 1.6ZC (ZAO425) #35: Wed Oct  1 21:23:31 JST 2003 
smi <at> mandolin:/work/nb/arch/evbarm/obj/sys/arch/evbarm/compile/ZAO425 evbarm
Architecture: armeb
Machine: evbarm
>Description:
	memcpy and friends broken on ARMEB platform.
>How-To-Repeat:
	For example, build a mdroot kernel and boot to see how single
user shell acts. Both input and output are garbage.
>Fix:
	I have to change following files for my evbarm ZAO425 to work,
(Continue reading)

Steve Woodford | 1 Oct 2003 16:43
Picon

Re: port-arm/23028: memcpy and friends bronken on ARMEB

Hi Shoichi,

> >Synopsis:       memcpy and friends bronken on ARMEB

Yeah, I recall you reporting this on port-arm last month. I'm sorry I 
haven't yet committed my memcpy (and friends) optimisations. I hope 
to do this soon.

FYI, I now have an ixp425-based board up and running multi-user with 
the new asm routines.

Cheers, Steve

john | 1 Oct 2003 16:43
Favicon

toolchain/23029: strstream.h


>Number:         23029
>Category:       toolchain
>Synopsis:       Suggtion for g++ backward compatibility
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    toolchain-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 01 15:05:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     john <at> johnrshannon.com
>Release:        NetBSD 1.6ZC
>Organization:
	SAIC
>Environment:
System: NetBSD laptop.mobile.johnrshannon.com 1.6ZC NetBSD 1.6ZC (KERNEL) #4: Tue Sep 30 05:28:55 MDT
2003 root <at> laptop.mobile.johnrshannon.com:/usr/obj/usr/src/sys/arch/i386/compile/KERNEL i386
Architecture: i386
Machine: i386
>Description:
	Would it be possible to add "strstream.h" to "/usr/include/g++/backward"?  It
	would allow pkgs, such as koffice, to compile.
>How-To-Repeat:
>Fix:

	The following came from FreeBSD:
(Continue reading)

Shoichi Miyake | 1 Oct 2003 17:34
Picon
Picon

Re: port-arm/23028: memcpy and friends bronken on ARMEB

Hi Steve,

> Hi Shoichi,
> 
> > >Synopsis:       memcpy and friends bronken on ARMEB
> 
> Yeah, I recall you reporting this on port-arm last month. I'm sorry I 
> haven't yet committed my memcpy (and friends) optimisations. I hope 
> to do this soon.

Thanks.
It was a good practice for me to read arm assembly.

> FYI, I now have an ixp425-based board up and running multi-user with 
> the new asm routines.

It's a good news! I'm looking forwad to your new code!

Best Regards,
Shoichi Miyake

jph | 1 Oct 2003 19:22

pkg/23030: build of lyx-qt fails on NetBSD/pmax 1.5.2


>Number:         23030
>Category:       pkg
>Synopsis:       Fatal errors during building of lyx-qt
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 01 17:23:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        NetBSD 1.5.2
>Organization:
>Environment:
System: NetBSD rankine.net.dhis.org 1.5.2 NetBSD 1.5.2 (GENERIC) #0: Sun Aug 19
23:26:10 EST 2001 root <at> medusa.thistledown.com.au:/usr/obj/NetBSD/src15/sys/arch/
pmax/compile/GENERIC pmax

>Description:
Building of lyx-qt in /usr/pkgsrc/editors/lyx-qt fails :

 # make
 "../lyx-qt/Makefile.common", line 47: Malformed conditional (!empty(CC_VERSION:
 Mgcc-2.96*) # some Linux distros)
  Fatal errors encountered -- cannot continue

(Continue reading)

jph | 1 Oct 2003 19:27

pkg/23031: build of lyx-xforms fails on NetBSD/pmax 1.5.2


>Number:         23031
>Category:       pkg
>Synopsis:       Fatal errors during building of lyx-xforms
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 01 17:29:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        NetBSD 1.5.2
>Organization:
>Environment:
System: NetBSD rankine.net.dhis.org 1.5.2 NetBSD 1.5.2 (GENERIC) #0: Sun Aug 19
23:26:10 EST 2001 root <at> medusa.thistledown.com.au:/usr/obj/NetBSD/src15/sys/arch/
pmax/compile/GENERIC pmax

>Description:
Building of lyx-qt in /usr/pkgsrc/editors/lyx-xforms fails :

# make
"../lyx-qt/Makefile.common", line 47: Malformed conditional (!empty(CC_VERSION:M
gcc-2.96*) # some Linux distros)
Fatal errors encountered -- cannot continue

(Continue reading)

Phil Nelson | 1 Oct 2003 22:00
Picon

NetBSD Nightly Trouble Ticket Report

There are 3295 non-confidential bugs in 63 categories.

Category             critical  serious non-crit    TOTAL           Median TTC
admin                       0        3        3        6         12d 03:31:17
bin                        25      210      320      555         13d 11:42:58
install                     9       48       50      107      7m 21d 23:13:13
kern                      156      536      378     1070          1m 19:34:28
lib                         3       43       60      106         10d 21:44:23
misc                        1       14       86      101          8d 05:12:13
pending                     0        1        3        4                  n/a
pkg                        28      188      292      508          7d 15:38:36
port-acorn26                0        1        1        2          1d 03:08:54
port-acorn32                0        4        4        8  1y  4m 28d 05:06:42
port-algor                  0        1        0        1                  n/a
port-alpha                 20       34       17       71      1m 19d 03:02:58
port-amd64                  0        1        0        1      8m  2d 19:49:08
port-amiga                  4        6        7       17         28d 13:40:09
port-arc                    1        3        0        4  1y 10m 21d 15:02:22
port-arm                    1        6        1        8      2m  5d 19:47:50
port-bebox                  0        2        0        2             05:54:18
port-cats                   0        4        0        4      1m 19d 13:47:34
port-cesfic                 0        1        0        1                  n/a
port-cobalt                 2        1        3        6          1d 19:58:29
port-evbarm                 0        2        1        3                  n/a
port-evbmips                0        1        0        1          2d 23:22:47
port-evbppc                 0        1        0        1                  n/a
port-evbsh3                 0        1        0        1                  n/a
port-hp300                  3        5        4       12         13d 07:07:27
port-hp700                  0        1        0        1                  n/a
port-hpcarm                 0        2        2        4         11d 00:50:30
(Continue reading)


Gmane