MFC of ZFSv15
First of all, a great thanks to mm@ and pjd@ for the excellent work on ZFS in FreeBSD. :) And especially for the MFC of v15 a few hours ago. Unfortunately, buildworld currently fails (8-STABLE amd64) when linking libzfs with an »undefined reference to getmntent« error. Can anyone else confirm? Cheers, Pascal ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: source tree out of sync
On Tuesday 21 September 2010 15:45:54 Gareth de Vaux wrote: > On Tue 2010-09-21 (11:31), Gareth de Vaux wrote: > > I assume I can't do this safely if my /usr/src tree has been > > updated since my last make world? > > Well, doesn't look like it's an issue for me in this instance. > ___ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "freebsd-stable-unsubscr...@freebsd.org" For the record: It would not be a problem at all, at least in this particular case: You’re only patching and reinstalling bzip2, which hasn’t had a commit for ages except this one security patch. See: http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/bzip2/ You’re not touching any other system component, so the date of your /usr/src checkout is not an issue. You could even csup the most recent version instead of applying the patch manually and then recompile bzip2 only. Cheers, Pascal ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: Inmutable bit in some binaries
HI, just another idea: You may want to take a look at integrity checking systems as an alternative, i.e. tripwire. -- PGP Fingerprint: 05C8 AE29 4147 6933 0EA9 C0C9 89B2 5B38 8AC4 D66B ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: [ HEADS UP ] Ports unstable for the next 10 days
On Monday 05 April 2010 21:31:13 Garrett Cooper wrote: > On Mon, Apr 5, 2010 at 12:05 PM, Antonio Olivares > > wrote: > > Ion-Mihai, > > > > Does this fix the following issue? > > > > I have installed FreeBSD 8.0 and updated it to current p2 > > > > I try to use konqueror and I get > > > > There was an error loading the module About-Page for Konqueror. > > The diagnostics is: > > Cannot load library /usr/local/kde4/lib/kde4/konq_aboutpage.so: > > (Shared object "libjpeg.so.10" not found, required by "libkhtml.so.7") > > > > Other programs like kile and k3b don't work because of the same > > message or others. I did not know about this, otherwise I would not > > have tried to install these programs in the first place, till the > > coast was clear :( > > > > Thanks though, I saw the message a little bit late :( > > Nope. You need to update all of jpeg. See UPDATING for more > details (but substitute this for the portmaster directions: " > portmaster -r 'jpeg-*' ". > HTH, > -Garrett You should wait with this until after the KDE update though if you don’t want to compile KDE twice. - Pascal ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"