Re: ghostscript-gnu build broken

2002-01-12 Thread Andreas Klemm

On Fri, Jan 11, 2002 at 08:33:25PM -0900, Beech Rintoul wrote:
 Hi,
 I'm glad to see the problem with hpijs is being fixed, however when I tried 
 to build the port it died with the following:
 
building hpijs server ...
 cd .  aclocal
 cd .  automake --foreign --include-deps Makefile
 automake: configure.in: required file `./depcomp' not found
 gmake: *** [Makefile.in] Error 1
 *** Error code 2
 
 Stop in /usr/ports/print/ghostscript-gnu.
 *** Error code 1
 
 I'm running -current from wednesday.

Well, I can't imagine I broke something in ghostscript-gnu
by simply adding the hpijs patch that I tested in ghostscript-afpl
since it only patches hpijs.

Could you please test, if it makes a different, if you remove
this patch, simply to test if its the patch or not.

I assume the port was broken before or its something in -current.
I would test now if I had the time, but I have to hurry now to
cure a hacked internet server ...

Andreas ///

-- 
Andreas Klemm - Powered by FreeBSD
Need a magic printfilter today ? http://www.apsfilter.org/
Songs from our band  64Bits  http://www.64bits.de
Inofficial band pages with add-on stuff  http://www.apsfilter.org/64bits.html



msg33498/pgp0.pgp
Description: PGP signature


Re: ghostscript-gnu build broken

2002-01-12 Thread Andreas Klemm

On Fri, Jan 11, 2002 at 08:33:25PM -0900, Beech Rintoul wrote:
 Hi,
 I'm glad to see the problem with hpijs is being fixed, however when I tried 
 to build the port it died with the following:
 
building hpijs server ...
 cd .  aclocal
 cd .  automake --foreign --include-deps Makefile
 automake: configure.in: required file `./depcomp' not found
 gmake: *** [Makefile.in] Error 1
 *** Error code 2
 
 Stop in /usr/ports/print/ghostscript-gnu.
 *** Error code 1

That must be a -current problem, in the meantime I got the
new ghostscript-gnu port compiled on

FreeBSD titan.klemm.gtn.com 4.5-RC FreeBSD 4.5-RC #0: Thu Jan 10 21:12:33 CET 2002 
[EMAIL PROTECTED]:/usr/src/sys/compile/TITAN  i386

Andreas ///

-- 
Andreas Klemm - Powered by FreeBSD
Need a magic printfilter today ? http://www.apsfilter.org/
Songs from our band  64Bits  http://www.64bits.de
Inofficial band pages with add-on stuff  http://www.apsfilter.org/64bits.html



msg33499/pgp0.pgp
Description: PGP signature


Re: ghostscript-gnu build broken

2002-01-12 Thread Gerald A. Speak

On Saturday 12 January 2002 05:47 am, Andreas Klemm wrote:
 On Fri, Jan 11, 2002 at 08:33:25PM -0900, Beech Rintoul wrote:
  Hi,
  I'm glad to see the problem with hpijs is being fixed, however when I
  tried
 
  to build the port it died with the following:
 building hpijs server ...
 
  cd .  aclocal
  cd .  automake --foreign --include-deps Makefile
  automake: configure.in: required file `./depcomp' not found
  gmake: *** [Makefile.in] Error 1
  *** Error code 2
 
  Stop in /usr/ports/print/ghostscript-gnu.
  *** Error code 1

 That must be a -current problem, in the meantime I got the
 new ghostscript-gnu port compiled on

 FreeBSD titan.klemm.gtn.com 4.5-RC FreeBSD 4.5-RC #0: Thu Jan 10 21:12:33
 CET 2002 [EMAIL PROTECTED]:/usr/src/sys/compile/TITAN  i386

   Andreas ///
I was having the same problem until I un-installed automake and autoconf, 
after which ghostscript-gnu installed just fine.

Gerald

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ghostscript-gnu build broken

2002-01-12 Thread John Hay

   Hi,
   I'm glad to see the problem with hpijs is being fixed, however when I
   tried
  
   to build the port it died with the following:
  building hpijs server ...
  
   cd .  aclocal
   cd .  automake --foreign --include-deps Makefile
   automake: configure.in: required file `./depcomp' not found
   gmake: *** [Makefile.in] Error 1
   *** Error code 2
  
   Stop in /usr/ports/print/ghostscript-gnu.
   *** Error code 1
 
  That must be a -current problem, in the meantime I got the
  new ghostscript-gnu port compiled on
 
  FreeBSD titan.klemm.gtn.com 4.5-RC FreeBSD 4.5-RC #0: Thu Jan 10 21:12:33
  CET 2002 [EMAIL PROTECTED]:/usr/src/sys/compile/TITAN  i386
 
  Andreas ///
 I was having the same problem until I un-installed automake and autoconf, 
 after which ghostscript-gnu installed just fine.

It is not a -current problem. It is if you use the latest automake port,
which is using v1.5. I tried that command manually with automake14 and
then I didn't get that error.

John
-- 
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ghostscript-gnu build broken

2002-01-12 Thread Steve O'Hara-Smith

On Sat, 12 Jan 2002 06:11:10 -0500
Gerald A. Speak [EMAIL PROTECTED] wrote:

GAS I was having the same problem until I un-installed automake and autoconf, 
GAS after which ghostscript-gnu installed just fine.

I've seen this a lot since automake 1.5 hit my system there seems to
be a newly required file (depcomp) - on some ports (eg. glide3) setting the
USE_AUTOMAKE_VER to 14 fixed it - I am still having trouble with
ghostscript-afpl in the hpijs build :(

-- 
C:WIN  | Directable Mirrors
The computer obeys and wins.|A Better Way To Focus The Sun
You lose and Bill collects. |  licenses available - see:
|   http://www.sohara.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: panic during fdisk'ing a md(4) device

2002-01-12 Thread Michael Reifenberger

Hi,
more input:
The panic occurs in dsname() while dereferencing devsw(dev)-d_name.
devsw(dev) gives NULL.
The call to dsname() occurs from dkmodminor() defined in disklabel.h
I've seen two calls to dsname, only the second one panics.
Any thoughts?

Bye!

Michael Reifenberger
^.*Plaut.*$, IT, R/3 Basis, GPS


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



new module-references compile error

2002-01-12 Thread Michael Class

Hello current,

with source from today(Jan 12th, 9am CET) I am getting the following error
with a statically compiled kernel including:

# Enable Linux ABI emulation
options COMPAT_LINUX
options PSEUDOFS
options LINPROCFS


pc-micha:/sys/i386/compile/MCSMP2# make
linking kernel.debug
linprocfs.o: In function `linprocfs_donetdev':
/sys/i386/compile/MCSMP2/../../../compat/linprocfs/linprocfs.c(.text+0xfe9): undefined 
reference to `linux_ifname'
*** Error code 1

Any hints?

Michael


-
michael class, viktor-renner str. 39, 72074 tuebingen, frg
E-Mail: [EMAIL PROTECTED]
 Phone: +49 7031 14-3707 (work) +49 7071 81950 (private)
-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Data modified on freelist with background fsck

2002-01-12 Thread Alexander Leidinger

Hi,

this was with a Jan 8 kernel on -current:

WARNING: / was not properly dismounted
WARNING: /big was not properly dismounted
/big: lost blocks 8 files 2
/big: superblock summary recomputed
Data modified on freelist: word 0 of object 0xc3990620 size 16 previous type pcb
 (0xdeadc1de != 0xdeadc0de)

~a minute after this the system rebootet (I've used X at that time, so
no handwritten panic strings), no core dump.

I know background fsck isn't mature yet, this is just for the
bughunters.

Bye,
Alexander.

-- 
   Speak softly and carry a cellular phone.

http://www.Leidinger.net   Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



HEADS UP: -CURRENT switched from pam.conf to pam.d

2002-01-12 Thread Dag-Erling Smorgrav

The preferred configuration method for PAM is now /etc/pam.d/ rather
than /etc/pam.conf.  If you have an unmodified pam.conf, just delete
it after your next mergemaster run.  If you have local modifications,
you can use /usr/src/etc/pam.d/convert.pl to incorporate them into
your /etc/pam.d:

# cd /etc/pam.d
# perl -w /usr/src/etc/pam.d/convert.pl /etc/pam.conf

The script will create new files for non-standard services you've
added to pam.conf, and update existing files while taking care to
preserve the version string so as to avoid tripping up mergemaster.

If you do neither of these things, then after your next mergemaster
run PAM will start using the policies in /etc/pam.d instead of
/etc/pam.conf, falling back to the latter only when no appropriate
policy was found in the former.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: HEADS UP: -CURRENT switched from pam.conf to pam.d

2002-01-12 Thread Dominic Marks

On Saturday 12 January 2002 2:09 pm, Dag-Erling Smorgrav wrote:
 The preferred configuration method for PAM is now /etc/pam.d/
 rather than /etc/pam.conf.  If you have an unmodified pam.conf ...

snip/

Thank You.

-- 
Dominic

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: HEADS UP: -CURRENT switched from pam.conf to pam.d

2002-01-12 Thread Kris Kennaway

On Sat, Jan 12, 2002 at 03:09:56PM +0100, Dag-Erling Smorgrav wrote:
 The preferred configuration method for PAM is now /etc/pam.d/ rather
 than /etc/pam.conf.  If you have an unmodified pam.conf, just delete
 it after your next mergemaster run.  If you have local modifications,
 you can use /usr/src/etc/pam.d/convert.pl to incorporate them into
 your /etc/pam.d:
 
 # cd /etc/pam.d
 # perl -w /usr/src/etc/pam.d/convert.pl /etc/pam.conf
 
 The script will create new files for non-standard services you've
 added to pam.conf, and update existing files while taking care to
 preserve the version string so as to avoid tripping up mergemaster.

This utility should be installed so that people who upgrade from 4.x
to 5.0-RELEASE by sysinstall can update their configuration.  In fact
it should be run automatically by sysinstall's upgrade target.

Kris



msg33508/pgp0.pgp
Description: PGP signature


Re: HEADS UP: -CURRENT switched from pam.conf to pam.d

2002-01-12 Thread Joel M. Baldwin


The convert script seems to have an error.


su-2.05# perl -w /usr/src/etc/pam.d/convert.pl /etc/pam.conf

/(\$FreeBSD: src/: unmatched () in regexp at 
/usr/src/etc/pam.d/convert.pl line 63.
su-2.05#


--On Saturday, January 12, 2002 3:09 PM +0100 Dag-Erling Smorgrav 
[EMAIL PROTECTED] wrote:

 The preferred configuration method for PAM is now /etc/pam.d/ rather
 than /etc/pam.conf.  If you have an unmodified pam.conf, just delete
 it after your next mergemaster run.  If you have local modifications,
 you can use /usr/src/etc/pam.d/convert.pl to incorporate them into
 your /etc/pam.d:

# cd /etc/pam.d
# perl -w /usr/src/etc/pam.d/convert.pl /etc/pam.conf

 The script will create new files for non-standard services you've
 added to pam.conf, and update existing files while taking care to
 preserve the version string so as to avoid tripping up mergemaster.

 If you do neither of these things, then after your next mergemaster
 run PAM will start using the policies in /etc/pam.d instead of
 /etc/pam.conf, falling back to the latter only when no appropriate
 policy was found in the former.

 DES
 --
 Dag-Erling Smorgrav - [EMAIL PROTECTED]

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: HEADS UP: -CURRENT switched from pam.conf to pam.d

2002-01-12 Thread Dag-Erling Smorgrav

Joel M. Baldwin [EMAIL PROTECTED] writes:
 su-2.05# perl -w /usr/src/etc/pam.d/convert.pl /etc/pam.conf
 
 /(\$FreeBSD: src/: unmatched () in regexp at
 /usr/src/etc/pam.d/convert.pl line 63.
 su-2.05#

Looks like CVS clobbered the last revision.  I'll fix it ASAP.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ghostscript-gnu build broken

2002-01-12 Thread Beech Rintoul

On Saturday 12 January 2002 01:47 am, Andreas Klemm wrote:
 On Fri, Jan 11, 2002 at 08:33:25PM -0900, Beech Rintoul wrote:
  Hi,
  I'm glad to see the problem with hpijs is being fixed, however when I
  tried
 
  to build the port it died with the following:
 building hpijs server ...
 
  cd .  aclocal
  cd .  automake --foreign --include-deps Makefile
  automake: configure.in: required file `./depcomp' not found
  gmake: *** [Makefile.in] Error 1
  *** Error code 2
 
  Stop in /usr/ports/print/ghostscript-gnu.
  *** Error code 1

 That must be a -current problem, in the meantime I got the
 new ghostscript-gnu port compiled on

 FreeBSD titan.klemm.gtn.com 4.5-RC FreeBSD 4.5-RC #0: Thu Jan 10 21:12:33
 CET 2002 [EMAIL PROTECTED]:/usr/src/sys/compile/TITAN  i386

   Andreas ///

Backing out you patch didn't make any differance. I compiled with tho old 
automake and everything went fine. Seems to be a prob with automake 1-5,1. 
Back to apsfilter, hpijs is still core dumping. here's the output from the 
setup script:

Printing Test page using:
gs -q -dBATCH -dNOPAUSE -dSAFER -r300x300 -sDEVICE=ijs 
-sPAPERSIZE=letter   
  -sIjsParams='Quality=0,ColorMode=2,MediaType=0,PenSet=2' 
-sDeviceManufacturer=HEWLETT-PACKARD -sDeviceModel='DESKJET 880' 
-sIjsServer=hpijs   -sOutputFile='/tmp/apsfilter94195/test_page.aps' 
setup/test.ps

Ok to print testpage? [y/n] y

Creating test page...
Bus error - core dumped
unable to spawn ijs server=hpijs
 Unable to open the initial device, quitting.

real0m0.569s
user0m0.306s
sys 0m0.077s

Printing test page...
-rw-r--r--  1 root  wheel  0 Jan 12 14:03 /tmp/apsfilter94195/test_page.aps

real0m0.254s
user0m0.000s
sys 0m0.005s
[ press RETURN to continue ]

 [H [J=

Any help would be appreciated, I really need the duplex printing.

Beech
-- 
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



LINT broken

2002-01-12 Thread Mike Barcroft


LINT appears to be broken:
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  
-nostdinc -I-  -I. -I/work/src/sys -I/work/src/sys/dev 
-I/work/src/sys/contrib/dev/acpica -I/work/src/sys/contrib/ipfilter 
-I/work/src/sys/../include -DGPROF -DGPROF4 -DGUPROF -D_KERNEL -ffreestanding -include 
opt_global.h -elf -malign-functions=4 -fno-builtin -mpreferred-stack-boundary=2 -pg 
-mprofiler-epilogue /work/src/sys/dev/usb/uhci.c
/work/src/sys/dev/usb/uhci.c: In function `uhci_dump_all':
/work/src/sys/dev/usb/uhci.c:694: structure has no member named `hlink'
/work/src/sys/dev/usb/uhci.c: At top level:
/work/src/sys/dev/usb/uhci.c:1270: warning: `uhci_reset' defined but not used
/work/src/sys/dev/usb/uhci.c:261: warning: `uhci_dump_ii' used but never defined
*** Error code 1

Best regards,
Mike Barcroft

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make release broken

2002-01-12 Thread Makoto Matsushita


jhay The last one that worked here was on 20020108. The one on the
jhay next day broke. The release builds are started from cron at
jhay midnight SAST which is 2 hours ahead of UTC.

FYI: 5.0-CURRENT-20020113-JPSNAP builds goes fine here.  I dunno what
change fixes this :-)

-- -
Makoto `MAR' Matsushita

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



installkernel broken - if.wi.ko

2002-01-12 Thread Raman Ng

I have cvsup the source (current) yesterday that is about 14 hours ago.
Buildworld and buildkernel without any problem.  However, when I tried to
installkernel the following error is found.
.
.
.
install -c -o root -g wheel -m 555   splash_bmp.ko /boot/kernel/
=== splash/pcx
install -c -o root -g wheel -m 555   splash_pcx.ko /boot/kernel/
=== sr
install -c -o root -g wheel -m 555   if_sr.ko /boot/kernel/
=== stg
install -c -o root -g wheel -m 555   stg.ko /boot/kernel/
=== streams
install -c -o root -g wheel -m 555   streams.ko /boot/kernel/
=== vesa
install -c -o root -g wheel -m 555   vesa.ko /boot/kernel/
=== wi
install -c -o root -g wheel -m 555   if_wi.ko /boot/kernel/
kldxref /boot/kernel
*** Error code 1 (ignored)

Cheers,
Raman


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



How well does EVFILT_AIO work?

2002-01-12 Thread k Macy

Has anybody used AIO in conjunction with kevent?
I am seeing as much as a 12 second latency between
when I do an 8k aio_write to a file on local disk 
and kevent returning its completion (I'm calling
kevent every ~20ms). Using regular writes works fine, 
but this is a multi-threaded application so they cause

the entire process to block.

I'm trying to use kevent because using AIO with
signals 
doesn't appear to work with threads as the siginfo_t 
passed to the signal handler doesn't get filled out
in spite of the fact that SA_SIGINFO is being set.

If no one has any ideas I'll file a PR with the code
that demonstrates the various bugs. 

I'm running 20010106-CURRENT.

-Kip

__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: installkernel broken - if.wi.ko

2002-01-12 Thread M. Warner Losh

In message: 001601c19bf8$04c1f7e0$ae60dacb@joannaraman
Raman Ng [EMAIL PROTECTED] writes:
: I have cvsup the source (current) yesterday that is about 14 hours ago.
: Buildworld and buildkernel without any problem.  However, when I tried to
: installkernel the following error is found.
: kldxref /boot/kernel
: *** Error code 1 (ignored)

Don't worry about it.  you build and installed -current on a -stable
machine.

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message