make release failure

2000-01-29 Thread German Tischler

Hi.

I just tried a ,make release' with USA_RESIDENT set to NO. It failed with

---

crunchide -k _crunched_grep_stub grep.lo
cc -static -o fixit_crunch fixit_crunch.o cat.lo chmod.lo chroot.lo cp.lo dd.lo
df.lo echo.lo expr.lo kill.lo ln.lo ls.lo mkdir.lo mv.lo rm.lo rmdir.lo sleep.lo
 sync.lo chown.lo clri.lo disklabel.lo dmesg.lo fdisk.lo mknod.lo mount.lo reboo
t.lo restore.lo swapon.lo umount.lo mount_msdos.lo mount_cd9660.lo ftp.lo more.l
o telnet.lo vi.lo grep.lo -lcrypt -ltelnet -lutil -ll -lm -lcurses -ltermcap -le
dit -lgnuregex -lkvm -lz
telnet.lo: In function `setpolicy':
telnet.lo(.text+0x22af): undefined reference to `ipsec_set_policy'
telnet.lo(.text+0x22c0): undefined reference to `ipsec_strerror'
telnet.lo(.text+0x2303): undefined reference to `ipsec_get_policylen'
*** Error code 1
Stop in /usr/obj/usr/src/release/fixit_crunch.
*** Error code 1
Stop in /usr/src/release.
*** Error code 1
Stop in /usr/src/release.

---

Perhaps that part of the release is not aware that something exists
outside of USA_RESIDENT=YES.

-- 
German Tischler, [EMAIL PROTECTED]


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



Re: make release failure

2000-01-29 Thread German Tischler

On Sat, Jan 29, 2000 at 10:11:05AM +0100, Yoshinobu Inoue wrote:
> Sorry for the problem. Could you try with this patch for now?

Thank you, it worked, at least for completing the interupted release
build. I have not tested in which way the patch affects building the
world though.

-- 
German Tischler, [EMAIL PROTECTED]


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



Re: gcc and /usr/lib/libstdc++.so.3

2000-02-10 Thread German Tischler

On Tue, Feb 08, 2000 at 06:35:58PM +0100, Maxim Sobolev wrote:
> Donn Miller wrote:
> 
> > I am running the lastest -current (just did a cvsup followed by a make
> > world last night).  I am getting these link errors when trying to compile
> > the developement version of kdesupport, which I obtained thru cvsup.  (KDE
> > uses cvsup for its development versions.)
> >
> > I get the following errors.  I have also installed the latest development
> > snapshot of gcc 2.96 into /usr/local/bin, and I don't get these errors.
> >
> > gmake[5]: Entering directory
> > `/usr/home/dmmiller/compile/kde/kdesupport/odbc/uni
> > xODBC/odbcinst/cmd'
> > /bin/sh ../../../../libtool --silent --mode=link gcc  -mpentium -O3 -pipe

Ok, I just tried this. This is a config error in KDE-current.
If you use ,g++' instead of ,gcc` in the above line, it will compile.

> > -s -o
> > odbcinst  odbcinst.o ../libodbcinst.la ../../lst/libuodbclst.la
> > /usr/lib/libstdc++.so.3: undefined reference to `exception type_info
> > function'
> > [...]
> > gmake[5]: *** [odbcinst] Error 1
> 
> Absolutely the same is here on just builded/installed -current. Interesting
> that two days ago I had compiled kdesupport w/o this problem on the -current
> system compiled on February 3. Therefore bug in question was introduced during
> Feb 3 - Feb 8 period.

See above. This is not a problem of FreeBSD. Using a C compiler for linking
C++ just does not work.

-- 
German Tischler, [EMAIL PROTECTED]


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



Dump device

1999-09-30 Thread German Tischler

Hi.

dumpon -v /dev/da0s1b

is failing here with

dumpon: sysctl: kern.dumpdev: No space left on device

Alright, it doesn't have minor number 1 as it is supposed to have
from the manpage, but using /dev/da0b (supposed to be the same device)
brings me to the same error.

What am I doing wrong ?

-- 
German Tischler [EMAIL PROTECTED]
[EMAIL PROTECTED]


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



Re: Dump device

1999-10-01 Thread German Tischler

On Fri, Oct 01, 1999 at 09:35:32AM +0200, Poul-Henning Kamp wrote:
> 
> Could you send med the output of
>   fdisk da0
>   disklabel da0
> 
> please ?

Greg's hint already solved the problem. I had put more memory into
the machine and forgot to increase the swapspace, so it could not
hold a coredump anymore. The message of dumpon should have told me,
but though I was standing in a forest I still didn't see a tree.
If you still want the disklabel and fdisk output, please tell me.

> 
> In message <[EMAIL PROTECTED]>, German Tischler writes:
> >Hi.
> >
> >dumpon -v /dev/da0s1b
> >
> >is failing here with
> >
> >dumpon: sysctl: kern.dumpdev: No space left on device
> >
> >Alright, it doesn't have minor number 1 as it is supposed to have
> >from the manpage, but using /dev/da0b (supposed to be the same device)
> >brings me to the same error.
> >
> >What am I doing wrong ?

-- 
German Tischler [EMAIL PROTECTED]
[EMAIL PROTECTED]


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



negative offset for bus_space_read ?

1999-10-16 Thread German Tischler

Hi.

I'm in the processing of converting i4b to use newbus calls.
The Teles S0/16.3 card has strange way to spread it's io
adresses. For example if it is configured for 0xd80 it
will use adresses at 0x960, 0x160 and 0x560.
So using for example bus_space_read_1 to read from adress
0x160 will not work because the offset parameter is unsigned.

Is there a more elegant way than to get the real adress and
use inb ?

-- 
German Tischler [EMAIL PROTECTED]
[EMAIL PROTECTED]


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



Re: Dr Neuhaus niccy go not recognized

1999-11-07 Thread German Tischler

On Sun, Nov 07, 1999 at 03:16:48PM +0100, Leif Neland wrote:
> > PnP support for i4b in -current was disabled during the conversion of
> > -current to the new-bus/new-pnp architecture; as a result all PnP ISDN
> > cards i4b supports do no longer work.
> > 
> Anybody working on re-enabling it, and if so, any time-horisonts?

Depends on which card you use. I have attempted to do the conversion
for some cards. You are welcome to test it, but don't expect it to
work out of the box, I don't have the hardware to test it. It works
for the hardware I have access to. If the code will be brought into
i4b at all, it will not be before the i4b-PCI card code has
been converted too and the concept and code is sophisticated enough
for Hellmuth to accept it (and from what he wrote before, that won't
be before there is other documentation than RTSL for the newbus
system) . Some other people have shown interest in converting the PCI
code. If it takes time I won't blame them, I don't have any spare 
time until mid january either. 

-- 
German Tischler, [EMAIL PROTECTED]


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



Re: Dr Neuhaus niccy go not recognized

1999-11-07 Thread German Tischler

On Sun, Nov 07, 1999 at 04:01:55PM +0100, D. Rock wrote:
> Any hints when i4b will be converted to new-bus? The code is in stale
> condition for almost 3 months now.
> 
> To the original poster:
> 
> I also have an ISDN PnP card (SedlBauer WinSpeed). In order to get it
> run on -current, I did the following:

There is already code for the SedlBauer (and I know it works because
I have one.) Check out the url I mentioned on i4b-dev.

> One note: The device doesn't get reset properly during reboot. I don't know
> if this a general problem with the driver or just a result from my hacks.
> If I reboot I have to manually turn off/on the machine.

I have never seen this behaviour here, neither before nor after the 
conversion. You cannot expect the card to be reset, if you remove the
reset code (which is normally in the attach routine).

-- 
German Tischler, [EMAIL PROTECTED]


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



Re: Sv: Dr Neuhaus niccy go not recognized

1999-11-07 Thread German Tischler

On Sun, Nov 07, 1999 at 06:27:37PM +0100, Leif Neland wrote:
> I'd like to test, So how do I proceed from here?

Get the latest i4b-dev snapshot (00.83.11), get my patches
from http://www.mayn.franken.de/home/tanis/i4b-11.tar.gz,
get a recent current source tree, unpack i4b, unpack the
layer1 patches over it, use the overinstall script,
use

device isic0

in your kernel config file (no at isa? or similiar).
Compile the userland programs and install them, build a kernel
and see if it works, and tell me what goes wrong.

-- 
German Tischler, [EMAIL PROTECTED]


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



Re: Sv: Dr Neuhaus niccy go not recognized

1999-11-27 Thread German Tischler

On Sat, Nov 27, 1999 at 02:11:16AM +0100, Leif Neland wrote:
> 
> 
> On Sun, 7 Nov 1999, German Tischler wrote:
> 
> > On Sun, Nov 07, 1999 at 06:27:37PM +0100, Leif Neland wrote:
> > > I'd like to test, So how do I proceed from here?
> > 
> > Get the latest i4b-dev snapshot (00.83.11), get my patches
> > from http://www.mayn.franken.de/home/tanis/i4b-11.tar.gz,
> > get a recent current source tree, unpack i4b, unpack the
> > layer1 patches over it, use the overinstall script,
> > use
> > 
> > device isic0
> > 
> > in your kernel config file (no at isa? or similiar).
> > Compile the userland programs and install them, build a kernel
> > and see if it works, and tell me what goes wrong.
> > 
> > 
> Sorry, I have not had any time to do much testing; I now use a non-pnp itk
> instead. I just wanted to do some dialin-logging on my voice-phones.
 
Hellmuth has a working driver for the card now, but it will probably
take some more time until it can be found inside an official release. 

-- 
German Tischler, [EMAIL PROTECTED]

"There are two major products that come out of Berkeley:
LSD and Unix. We don't believe this to be a coincidence."
 -- Jeremy S. Anderson




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



PCM/AD1816

1999-12-14 Thread German Tischler

Hi.

Would someone please fix recording for the Ad1816 chip in the
newpcm code ? (the problem is, that the dma is started on the
wrong channel, because the channel number is not initialized
during setup.) I've already sent a patch to the maintainer
but it seems he didn't like it.

-- 
German Tischler, [EMAIL PROTECTED]

"There are two major products that come out of Berkeley:
LSD and Unix. We don't believe this to be a coincidence."
 -- Jeremy S. Anderson




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



Re: Create bootable CD

2001-06-10 Thread German Tischler

On Sun, Jun 10, 2001 at 10:43:02AM +0200, Stefan Carstens wrote:
> Hi, there.
> I've downloaded the latest snapshot from FreeBSD-current
> and I'd like to install it now, to do some tests.
> The boot-floppies work fine, but I would like to create a
> bootable CD, because I have some mashines to install on.
> Would be nice if someone could point me into the right
> direction.

Use the "-b" option of mkisofs.

--gt

 PGP signature


Re: support Pentium3 SSE

2001-07-14 Thread German Tischler

On Thu, Jun 21, 2001 at 03:24:52AM +0900, NAKAMURA Kazushi wrote:
> In article <[EMAIL PROTECTED]>
> [EMAIL PROTECTED] writes:
> >I'm going to see if I can commit your SSE patch to freebsd-current.
> >Since I don't know that much about the code you're patching I have
> >asked Bruce Evans to have a look at the patch, so he may want to
> >make changes. I'll try to read the patch in detail over the next
> >few days.
> 
>   This patch has a problem in SMP environment. There is a new patch
> by Mr. issei following below. Please test in SMP environment
> before commit.
> 
> Thank you.

Is there a patch for stable ?

--gt

 PGP signature


Re: support Pentium3 SSE

2001-07-14 Thread German Tischler

On Sat, Jul 14, 2001 at 10:04:42PM +0900, NAKAMURA Kazushi wrote:
> In article <[EMAIL PROTECTED]>
> [EMAIL PROTECTED] writes:
> >Is there a patch for stable ?
> 
>   There are a few patches for 4.2R and 4.3R in my site:
> 
> http://kobe1995.net/~kaz/FreeBSD/SSE.en.html
> http://kobe1995.net/~kaz/FreeBSD/sys-r420-SSE.diff.gz
> http://kobe1995.net/~kaz/FreeBSD/sys-r430-SSE.diff.gz
> 
> And there is a patch for 4.0R in Mr. issei's site:
> 
> http://www.issei.org/issei/FreeBSD/sse.html

Yes, I'm already using the one for 4.3, and it really improves
(de)coding MPEG. But it does not really work for SMP environments,
and the mail I responded to said, that there was an improved
patch for SMP, at least for current.
Sorry, I should have been more precise: Is there an analogon
to the SMP improved patch, that applies to stable ?

--gt

 PGP signature


ahc and SMP

2000-09-23 Thread German Tischler

Hi.

On my machine the ahc (aic) driver times out while probing for devices
on SMP, while it is working on UP.

dmesg says

ahc0:  port 0xd000-0xd0ff mem 0xe100
-0xe1000fff irq 15 at device 6.0 on pci0
aic7890/91: Wide Channel A, SCSI Id=7, 32/255 SCBs

while booting the SMP kernel it says

(probe0:ahc0:0:0:0) Timedout SCB 9 handled by another timeout
(probe1:ahc0:0:1:0) SCB 0x8 - timed out while idle, SEQADDR == 0x167
sg[0] - Addr 0x7f2f684 : Length -2147483612
(probe1:ahc0:0:1:0) Queuing a BDR SCB
(probe1:ahc0:0:1:0) no longer in timeout, status = 34a

and after some more time will print more timeout messages and will not (at
least not for a few minutes) finish probing or announce any SCSI devices.

devices connected are

da0 at ahc0 bus 0 target 2 lun 0
da0:  Fixed Direct Access SCSI-2 device
da0: 10.000MB/s transfers (10.000MHz, offset 15)
da0: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C)
da1 at ahc0 bus 0 target 3 lun 0
da1:  Fixed Direct Access SCSI-2 device
da1: 20.000MB/s transfers (20.000MHz, offset 15)
da1: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C)
da2 at ahc0 bus 0 target 8 lun 0
da2:  Fixed Direct Access SCSI-3 device
da2: 40.000MB/s transfers (20.000MHz, offset 63, 16bit)
da2: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C)

Is anyone else seeing this ?

Another strange thing is that cdrecord -scanbus tells me

scsibus0:
0,0,0 0) *
0,1,0 1) *
0,2,0 2) 'IBM ' 'DORS-32160  ' 'S82C' Disk
0,3,0 3) 'IBM ' 'DCAS-34330  ' 'S65A' Disk
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
0,8,0 8) 'IBM ' 'DDYS-T18350N' 'S80D' Disk
scsibus1:
1,0,0   100) 'YAMAHA  ' 'CRW4260 ' '1.0h' Removable CD-ROM
1,1,0   101) *
1,2,0   102) *
1,3,0   103) *
1,4,0   104) *
1,5,0   105) *
1,6,0   106) *
1,7,0   107) *

While camcontrol devlist says

  at scbus0 target 2 lun 0 (pass0,da0)
  at scbus0 target 3 lun 0 (pass1,da1)
at scbus0 target 8 lun 0 (pass2,da2)
  at scbus1 target 0 lun 0 (pass3,cd0)
at scbus1 target 1 lun 0 (pass4,cd1)

Maybe just a bug in cdrecord.

--gt



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



Re: ahc and SMP

2000-09-24 Thread German Tischler

On Sun, Sep 24, 2000 at 05:36:43AM +0200, Kenneth D. Merry wrote:
> On Sun, Sep 24, 2000 at 00:04:38 +0200, German Tischler wrote:
> So if you don't have enough pass(4) devices in /dev, you may not see some
> of the devices that are there.
> 
> So make sure you have /dev/pass{0-4}.
> 
> Another way to make sure you have a pass device for cd1 is to do:
> 
> camcontrol tur cd1 -v

Thank you, that lets cdrecord find all devices. What got me confused
is that MAKEDEV pass4 does not create pass4 but 0-3, but that is
clear from reading MAKEDEV.

--gt



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



pthread problems

2000-10-15 Thread German Tischler

Hi.

After the recent thread changes trying to use plaympeg
(smpeg-0.4.0 package) fails with the following message:

Fatal error 'Thread has returned from sigreturn or longjmp' 
at line ? in file /usr/src/lib/libc_r/uthread/uthread_kern.c 
(errno = ?)
Abort trap (core dumped)

Has anyone else seen this happen ? (Recompiling the program
has not helped)

--gt


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



Re: pthread problems

2000-10-15 Thread German Tischler

On Sun, Oct 15, 2000 at 07:45:47PM +0200, Daniel Eischen wrote:
> On Sun, 15 Oct 2000, German Tischler wrote:
> > Hi.
> > 
> > After the recent thread changes trying to use plaympeg
> > (smpeg-0.4.0 package) fails with the following message:
> > 
> > Fatal error 'Thread has returned from sigreturn or longjmp' 
> > at line ? in file /usr/src/lib/libc_r/uthread/uthread_kern.c 
> > (errno = ?)
> > Abort trap (core dumped)
> > 
> > Has anyone else seen this happen ? (Recompiling the program
> > has not helped)
> 
> I don't have a soundcard.  Will smpeg work without one?

I think so, at least I still get the same error after
removing all audio related device nodes. You will need X11
though.

--gt


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



Re: ANSI C++ long long issues

2000-10-30 Thread German Tischler

On Tue, Oct 31, 2000 at 12:59:37AM +0100, Pascal Hofstee wrote:
> Hi,
> 
> After returning from a month long vacation, i updated my CURRENT system to
> the recent CVS. After this update my Mozilla Tinderbox-builds seem to
> suffer from a configure complaining my C++ compiler has a "-pedanctic
> long long" bug.

Though the new ISO C (C99) standard includes long long, ISO C++
does not. If Mozilla depends on long long in C++, it is broken.
long long is a g++ extension that is supposed to be switched off
when compiling with -ansi or -pedantic.

--gt


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



SB32 turned to mono only

2000-11-02 Thread German Tischler

Hi.

After recent changes in the pcm driver my SB32 refuses to play
stereo. Is anyone else seeing this ?

--gt


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



buildworld broken

2000-12-29 Thread German Tischler

Hi.

Anyone else seeing this ?

cc -fpic -DPIC -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D_
_DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/
src/lib/libc/../libc/locale -DBROKEN_DES -DYP -DHESIOD -I/usr/obj/usr/src/i386/u
sr/include -c /usr/src/lib/libc/../libc/db/btree/bt_close.c -o bt_close.So
In file included from /usr/src/lib/libc/../libc/db/btree/btree.h:44,
 from /usr/src/lib/libc/../libc/db/btree/bt_close.c:52:
/usr/obj/usr/src/i386/usr/include/mpool.h:54: syntax error before `CIRCLEQ_ENTRY
'
/usr/obj/usr/src/i386/usr/include/mpool.h:65: syntax error before `CIRCLEQ_HEAD'

--gt


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



Re: i4b: I'm missing something in my kernel config.

2001-01-06 Thread German Tischler

On Sat, Jan 06, 2001 at 06:51:42PM +0100, Leif Neland wrote:
> options   DRN_NGO
> device"i4bq921"
> device"i4bq931"
> device"i4b"
> device"i4btrc"4
> device"i4bctl"
> device"i4btel"2
> device"i4bipr"4
> device"i4bisppp"  4

Seems you left out "device isic".

--gt



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



Re: gcc

1999-02-28 Thread German Tischler
On Sun, Feb 28, 1999 at 09:32:51AM +, Doug Rabson wrote:
> On Sat, 27 Feb 1999, Jordan K. Hubbard wrote:
> 
> > > I for one would love to see 2.8.1 or newer in the tree for my own,
> > > selfish reasons.  Many ports (new architectures) would benefit from
> > > this.
> > 
> > Is that to say that you prefer it over egcs 1.1.1?  If so, why?
> 
> I have found egcs to be slightly better at C++ code (for my own projects
> anyway).  I believe that it may produce better code too but I don't have
> any real evidence.

egcs is much closer to ISO-14882 (ISO C++), that was finished AFTER
gcc2.8.1 was released. So if one wants to do standard conform C++
programing, egcs is the choice at the time being. (though it also
doens't implement all features of the standard yet).

-- 
German Tischlerta...@gaspode.franken.de
Apple eaten (core dumped)  ta...@cip.informatik.uni-wuerzburg.de


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



Re: egcs, libstdc++, libg++, Class Library

1999-05-14 Thread German Tischler
On Thu, May 13, 1999 at 09:32:06PM -0500, Thomas T. Veldhouse wrote:
> Have you tried using the C++ standard way?  It works.
> 
> #include 
> #include 
> 
> using namespace std;
> 
> Of course, there are many times you won't want to include the entire
> namespace.

You don't need to. EGCS is still buggy with namespaces because namespace
std is on by default.

-- 
German Tischler ta...@gaspode.franken.de
ta...@cip.informatik.uni-wuerzburg.de


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



SSE

2002-10-05 Thread German Tischler

Hi.

I can panic my current system compiled from sources of yesterday
by just starting mozilla or ogg123  if I don't include
options CPU_DISABLE_SSE
in my kernel configuration file. Is anyone else seeing any
SSE code related problems ? (P III based SMP system here)

best regards
--gt 

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