Hi,
I'm running 5.0-Current (Apr 10, 2002) but i'm unable to update it on
my i386 box:
==> secure/libexec/sftp-server
cc -O -pipe -march=pentiumpro -DNO_IDEA -o sftp-server sftp-server.o
sftp-common.o -lssh -lcrypto
/usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `fatal'
*** Erro
>From a fresh cvsup on a DELL i3500 laptop:
'make buildworld' runs ok...
'make KERNEL=ALEX buildkernel' (but that's the same with GENERIC)
fails while building modules :
=-=-=-=
(...)
objcopy --strip-debug kernel.debug kernel
cd /usr/src/sys/modules && \
env MAKEOBJDIRPREFIX=/home/obj/usr/sr
> "Mike" == Mike Meyer <[EMAIL PROTECTED]> writes:
Mike> Basically, some (all?) ports that install perl libraries want to
Mike> install them in /usr/local, without paying proper heed to
Mike> PREFIX. Things wind up in /usr/local, and I then get complaints about
Mike> missing files for them wh
> "Jordan" == Jordan K Hubbard <[EMAIL PROTECTED]> writes:
Jordan> cd /usr/src; make -f Makefile.inc1 hierarchy
Jordan> cd /usr/src/etc;make distrib-dirs
Jordan> mtree -deLU -f /usr/src/etc/mtree/BSD.root.dist -p /
Jordan> mtree: illegal option -- L
Yep, same for me... I succ
> "Jun" == Jun Kuriyama <[EMAIL PROTECTED]> writes:
Jun> Building world failed on my machine... (with USA_RESIDENT=NO)
Jun> Does IDEA stuff compiled by default?
See the Mikko's workaround : <[EMAIL PROTECTED]>
--
-
Éric Jacoboni
> "Cyrille" == Cyrille Lefevre <[EMAIL PROTECTED]> writes:
Cyrille> well, at 4.x, FreeBSD sed doesn't support -E, is that GNU sed
Cyrille> which support this option or 5.x FreeBSD sed ? for instance,
Cyrille> GNU sed port doesn't exists !
FreeBSD-Current sed supports -E option...
--
--
> "Sergey" == Sergey Osokin <[EMAIL PROTECTED]> writes:
Sergey> Hello!
Sergey> After CVSuped my source, i try to buildworld and it failed...
Sergey> ===> libssh
(...)
Sergey> /usr/obj/usr/src/i386/usr/include/openssl/evp.h:99: openssl/idea.h: No such
file or directory
Sergey> mkdep: compile
> "Jesper" == Jesper Skriver <[EMAIL PROTECTED]> writes:
Jesper> Just upgraded my laptop from a late march -current to
Jesper> -current as of a couple of hours ago.
Jesper> When it loads the "Linux binary compatibility" it
Jesper> shutdown, if apm is enabled it looks like wh
nel: syncing disks... 10 9
/kernel: done
/kernel: Uptime: 2m28s
/kernel:
/kernel: dumping to dev #ad/0x30001, offset 55280
/kernel: dump ata0: resetting devices .. done
This is a Dell i3500 Laptop, which uses to run ok with previous world
(4.0-C and the first of 5.0-C, was ok).
--
Eric Jacob
gt; The wd driver is only removed from current, so you will still
> be able to follow 4.x...
Sure wd is working, but i can't imagine why ata don't on a 3 years old
system...
--
Eric Jacoboni
Ta mère, son mot de passe c'est « toto » !
To Unsubscribe: send
Will Saxon <[EMAIL PROTECTED]> writes:
> ad0: READ command timeout - resetting
> ata0: resetting devices .. done
(...)
> I dont get any panics or anything, and after the reset to PIO everything
> seems to work fine.
You're lucky ;-)
I have the same kind of messages, but it ends with a dead fre
Hi,
I've upgraded my desktop to Current. All is ok (small problems with
the ata driver but it works fine with the old wd driver) but my
network is slow to death :
Here are the results of a ping to my laptop (under current too) :
--- alex.titine.fr.eu.org ping statistics ---
306 packets transmit
Hi,
I've updated my desktop system to -CURRENT (my laptop runs ok since
few months) : download and install the bin distrib, reboot then cvsup
and make world, new kernel and mergemaster.
All seems ok _except_ one thing : sometimes, my box seems
to be slw and freezed, the reason is explain
Soren Schmidt <[EMAIL PROTECTED]> writes:
> Hmm I have that exact same HW in my Latitude, it works very well, have
> you tried more that one CDROM ?? it could be a bad one
I'm gonna test for that with some others CDs, but i've succeeded to
mount _this_ CD just after my mail and a a reboot..
d.c,v 1.38 2000/01/29 14:06:41 sos Exp $
* $FreeBSD: src/sys/dev/ata/atapi-tape.c,v 1.30 2000/01/28 22:17:29 sos Exp $
--
Eric Jacoboni
Ta mère, son mot de passe c'est « toto » !
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Max Khon <[EMAIL PROTECTED]> writes:
> actually instructions are wrong.
> you can't build xinstall before `make buildworld' now with old libc.
Yep,
I have to do buildworld _first_, then build xinstall _without_
cleaning, then make a installworld.
--
Eric Jacoboni
"Matthew N. Dodd" <[EMAIL PROTECTED]> writes:
> On 27 Jan 2000, Eric Jacoboni wrote:
> > All runs ok except that my card is not recognized as ed0 but as ed1.
> > device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
>
> Thats correct. The kernel has assign
Hi,
I'm currently running 4.0-CURRENT (Jan 27) on a Dell I3500 laptop with
pccard and a D-LINK DE-660.
All runs ok except that my card is not recognized as ed0 but as ed1.
Here are my config params :
=-=-=-=
device card0
device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd
device pcic1 at isa?
evening)...
I've applied your patch : the messages have gone...
thanks,
--
Eric Jacoboni
Ta mère, son mot de passe c'est « toto » !
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Sheldon Hearn <[EMAIL PROTECTED]> writes:
> On 26 Jan 2000 20:33:31 +0100, Eric Jacoboni wrote:
>
> > in CURRENT, /usr/sbin/sendmail is a symlink to /usr/sbin/mailwrapper
> > (see man mailwrapper).
>
> No, it's a hard link. I only mention this because you
according to /etc/mail/mailer.conf (there's
an exemple in 'man mailer.conf').
So, to take advantage of MTA wrapping, don't do a 'make replace' when
installing Postfix but rather edit /etc/mail/mailer.conf.
Hope this helps,
--
Eric Jacoboni
Scott Burns <[EMAIL PROTECTED]> writes:
> I tried upgrading to 4.0-CURRENT from 3.4-RELEASE, and the buildworld
> worked fine, but the installworld was interrupted part of the way
> through the install by a signal 12 to sh. I tried doing it from
> 3.4-RELEASE a few times, as well as from 3.4-STA
22 matches
Mail list logo