Re: Recent -CURRENT unable to build numerous ports

2016-10-21 Thread Aryeh Friedman
> This was a side-effect of r307676, which added transformation rules for
> .bco and .llo files (LLVM bytecode in binary and text representation).
>
> Because .SUFFIXES was not updated to match, bmake was actually trying to
> build a ".c.bco" file in the above case...
>
> I committed a fix in r307754.
>
>
Still doesn't work and still corrupts the base system (see output after
portmaster failure) on a fresh from CD install of 11-STABLE (post svlite of
/usr/src and make DESTDIR=/ world kernel):

root@lilith:/usr/src # uname -a
FreeBSD lilith 10.3-STABLE FreeBSD 10.3-STABLE #0 r307759: Sat Oct 22
00:14:55 EDT 2016 aryehl@lilith:/usr/obj/usr/src/sys/GENERIC  amd64


===>   Registering installation for gettext-runtime-0.19.8.1
pkg-static: Unable to access file
/usr/ports/devel/gettext-runtime/work/stage/usr/local/include/autosprintf.h:
No such file or directory
pkg-static: Unable to access file
/usr/ports/devel/gettext-runtime/work/stage/usr/local/lib/libasprintf.a: No
such file or directory
pkg-static: Unable to access file
/usr/ports/devel/gettext-runtime/work/stage/usr/local/lib/libasprintf.so:
No such file or directory
pkg-static: Unable to access file
/usr/ports/devel/gettext-runtime/work/stage/usr/local/lib/libasprintf.so.0:
No such file or directory
pkg-static: Unable to access file
/usr/ports/devel/gettext-runtime/work/stage/usr/local/lib/libasprintf.so.0.0.0:
No such file or directory
*** Error code 74

Stop.
make: stopped in /usr/ports/devel/gettext-runtime

===>>> Installation of gettext-runtime-0.19.8.1 (devel/gettext-runtime)
failed
===>>> Aborting update

===>>> Installation of print/indexinfo (indexinfo-0.2.5) complete


===>>> You can restart from the point of failure with this command line:
   portmaster  devel/gettext-runtime

root@lilith:/usr/ports # cd /usr/src
root@lilith:/usr/src # make DESTDIR=/ world kernel;
--
>>> make world started on Sat Oct 22 00:41:33 EDT 2016
--
--
>>> World build started on Sat Oct 22 00:41:33 EDT 2016
--

--
>>> Rebuilding the temporary build tree
--
rm -rf /usr/obj/usr/src/tmp/legacy/usr/include
rm -f /usr/obj/usr/src/usr.bin/kdump/ioctl.c
rm -f /usr/obj/usr/src/usr.bin/kdump/kdump_subr.c
rm -f /usr/obj/usr/src/usr.bin/truss/ioctl.c
mkdir -p /usr/obj/usr/src/tmp/lib
mkdir -p /usr/obj/usr/src/tmp/usr
mkdir -p /usr/obj/usr/src/tmp/legacy/bin
mkdir -p /usr/obj/usr/src/tmp/legacy/usr
mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist  -p
/usr/obj/usr/src/tmp/legacy/usr >/dev/null
mtree -deU -f /usr/src/etc/mtree/BSD.groff.dist  -p
/usr/obj/usr/src/tmp/legacy/usr >/dev/null
mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist  -p /usr/obj/usr/src/tmp/usr
>/dev/null
mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p
/usr/obj/usr/src/tmp/usr/include >/dev/null
ln -sf /usr/src/sys /usr/obj/usr/src/tmp

--
>>> stage 1.1: legacy release compatibility shims
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL="sh
/usr/src/tools/install.sh"
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/sbin:/bin:/usr/sbin:/usr/bin
WORLDTMP=/usr/obj/usr/src/tmp  VERSION="FreeBSD 10.3-STABLE amd64 1003509"
MAKEFLAGS="-m /usr/src/tools/build/mk  -m /usr/src/share/mk"
COMPILER_TYPE=clang make  -f Makefile.inc1  DESTDIR=
BOOTSTRAPPING=1003509  SSP_CFLAGS=  -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT
-DWITHOUT_MAN  -DNO_PIC -DNO_PROFILE -DNO_SHARED  _BOOTSTRAP_MAKEINFO=yes
-DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD -DNO_TESTS legacy
===> tools/build (obj,includes,depend,all,install)
set -e; cd /usr/src/tools/build; make buildincludes; make installincludes
cc  -O2 -pipe  -I/usr/src/tools/build/../../contrib/libc-pwcache
-I/usr/src/tools/build/../../lib/libc/include -std=gnu99
-I/usr/obj/usr/src/tmp/legacy/usr/include -c
/usr/src/tools/build/../../contrib/libc-pwcache/pwcache.c -o pwcache.o
building static egacy library
ranlib -D libegacy.a
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libegacy.a
/usr/obj/usr/src/tmp/legacy/usr/lib

--
>>> stage 1.2: bootstrap tools
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL="sh
/usr/src/tools/install.sh"
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/sbin:/bin:/usr/sbin:/usr/bin
WORLDTMP=/usr/obj/usr/src/tmp  VERSION="FreeBSD 

Re: how do I downgrade from 11-current to 10-stable

2015-05-31 Thread Aryeh Friedman
On Sun, May 31, 2015 at 7:20 PM, Kevin Oberman rkober...@gmail.com wrote:

 On Sun, May 31, 2015 at 1:01 AM, Fabian Keil freebsd-lis...@fabiankeil.de
 
 wrote:

  Erich Dollansky erichsfreebsdl...@alogt.com wrote:
 
   On Sat, 30 May 2015 05:52:56 -0400
   Aryeh Friedman aryeh.fried...@gmail.com wrote:
  
My desktop machine is 11-current and I want to down grade it to
10-stable how do I do this without needing a reinstall?
   
  
   I did this several times from sources. Be aware of one problem which
   could be fatal. If you created a encrypted partition with GELI and you
   downgrade, the older version might not be able to handle the encryption
   of the newer version. This is not mentioned in the documentation.
 
  The [h]ighest GELI metadata version supported by the given
  FreeBSD version is documented in geli(8)'s history section.
 
  Fabian
 

 Unfortunately the list ends at 9.0. It would be nice if it could be
 updated. I might sift through SVN and see if I can put together a patch for
 10.2. It is quite likely that the version has not changed since 9.0.


Already done and no problem with NFS or fstab or any other disk related
stuff (mergemaster -FUi does wonders)
-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


how do I downgrade from 11-current to 10-stable

2015-05-30 Thread Aryeh Friedman
My desktop machine is 11-current and I want to down grade it to 10-stable
how do I do this without needing a reinstall?

-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [Heads up] : You may need to update your gcc ports.

2015-04-05 Thread Aryeh Friedman
On Sun, Apr 5, 2015 at 1:39 PM, Pedro Giffuni p...@freebsd.org wrote:
 Hello;

 I was going to add this to the UPDATING file but this file is not meant
 for changes affecting ports so here it goes instead:

 20150415:
 Our libc headers are starting to use gcc-style attributes to hint
 the compiler about probable optimizations or errors. Unfortunately
 gcc from ports does some bogus fixing of our system headers and
 carries them internally so you may have to update your gcc ports so
 that they grab the complete system headers and particularly the
 cdefs.h file changes from r280801.


 This basically affects only -current users that haven't rebuilt their gcc
 ports in a week.

 Sorry for the inconvenience,

 Pedro.
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Is there anyway to make the compile of GCC go faster I am
currently compiling lang/gcc on a VM and it has been munching away for
*18 HOURS* on a 4 core machine with 8 GB of RAM
-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [Heads up] : You may need to update your gcc ports.

2015-04-05 Thread Aryeh Friedman
On Sun, Apr 5, 2015 at 3:45 PM, Alexander Kabaev kab...@gmail.com wrote:
 On Sun, 05 Apr 2015 12:39:46 -0500
 Pedro Giffuni p...@freebsd.org wrote:

 Hello;

 I was going to add this to the UPDATING file but this file is not
 meant for changes affecting ports so here it goes instead:

 20150415:
  Our libc headers are starting to use gcc-style attributes to
 hint the compiler about probable optimizations or errors.
 Unfortunately gcc from ports does some bogus fixing of our system
 headers and carries them internally so you may have to update your
 gcc ports so that they grab the complete system headers and
 particularly the cdefs.h file changes from r280801.


 This basically affects only -current users that haven't rebuilt their
 gcc ports in a week.

 Sorry for the inconvenience,

 Pedro.
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to
 freebsd-current-unsubscr...@freebsd.org

 FWIW, I think we should just disable fixincludes step in our GCC ports
 with extreme prejudice. I am yet to see the case where copying our
 headers and stashing them away in random location is actually
 beneficial.

The real cause is http://aegis.sourceforge.net/auug97.pdf


-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: quick hack to support option VIMAGE on USB Ethernet

2014-02-16 Thread Aryeh Friedman
Take a look at petitecloud.org it might solve your issue we have a working
cloud on a stick for stuff like the above (using bhyve running off a usb
drive)


On Sun, Aug 11, 2013 at 11:48 PM, YAMAMOTO Shigeru shig...@iij.ad.jpwrote:


 Hi all,

 I hope to use option VIMAGE on RaspberryPi.

 So, I try to make a patch.

 http://freebsd-current.os-hackers.jp/pub/FreeBSD/snapshots/20130812/raspberry-pi/patch-vimage-r254236.diff
 #There is a SD image for RaspberryPi at same place.

 But, I only test it for if_smsc driver on RaspberryPi.
 I don't test other architectures/devices.

 Please test my patch and suggest the way to support option VIMAGE on USB
 devices, if you are interested in.

 Thanks,
 ---
 YAMAMOTO Shigeru shig...@iij.ad.jp
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org




-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: quick hack to support option VIMAGE on USB Ethernet

2014-02-16 Thread Aryeh Friedman
Forgot to mention that the actual solution is only in our mailing list
archives but should in the next few days be on the site


On Sun, Feb 16, 2014 at 5:29 AM, Aryeh Friedman aryeh.fried...@gmail.comwrote:

 Take a look at petitecloud.org it might solve your issue we have a
 working cloud on a stick for stuff like the above (using bhyve running off
 a usb drive)


 On Sun, Aug 11, 2013 at 11:48 PM, YAMAMOTO Shigeru shig...@iij.ad.jpwrote:


 Hi all,

 I hope to use option VIMAGE on RaspberryPi.

 So, I try to make a patch.

 http://freebsd-current.os-hackers.jp/pub/FreeBSD/snapshots/20130812/raspberry-pi/patch-vimage-r254236.diff
 #Therehttp://freebsd-current.os-hackers.jp/pub/FreeBSD/snapshots/20130812/raspberry-pi/patch-vimage-r254236.diff#Thereis
  a SD image for RaspberryPi at same place.

 But, I only test it for if_smsc driver on RaspberryPi.
 I don't test other architectures/devices.

 Please test my patch and suggest the way to support option VIMAGE on USB
 devices, if you are interested in.

 Thanks,
 ---
 YAMAMOTO Shigeru shig...@iij.ad.jp
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org
 




 --
 Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org




-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


if_tap(4) being inconsistent between svn updates

2013-08-29 Thread Aryeh Friedman
I track -CURRENT (mostly for bhyve) and have found between updates that
if_tap often requires different calling semantics to work... sometimes it
needs and IP ad sometimes it doesn't it s the primary problem (on the same
update it is consitent is only after installing new updates [not all new
ones] this happens)... my guess is there is somehow some interaction
between it and the rest of the kernel where the rest of the kernel
sometimes requires and IP and sometimes not
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


making bhyve 100% silent

2013-06-27 Thread Aryeh Friedman
bhyve(8) seems to bypass the standard stdin/out/err and send it's
output directly to the TTY when handling guest console I/O.   I need
to make it so it is 100% silent (and/or send all it's output to a file
and accept no input at all).   How can I do this?
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


(i)frame based sites cause horrible performence in firefox 14.0.1

2012-08-14 Thread Aryeh Friedman
Sites that are based on frames or iframes (such as google mail and
most of google's non-search services) kill the performance of
www/firefox [firefox-14.0.1_1,1] (last updated yesterday on a 9.1
built at the same time) here is the uname:

FreeBSD XXX 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #2: Thu Aug  9
15:54:37 EDT 2012 root@XXX:/usr/obj/usr/src/sys/GENERIC  i386
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: emulators/vitrualbox-ose fails on 9.0-PRERELEASE

2011-11-25 Thread Aryeh Friedman
On Fri, Nov 25, 2011 at 3:39 AM, Bernhard Froehlich de...@bluelife.atwrote:

 On 25.11.2011 08:02, Aryeh Friedman wrote:

 With the following installed and all the prerequest ports for vbox when I
 attempt to boot a default machine setup for freebsd guest OS install it
 fails immediately with:

  Result Code:

 NS_ERROR_FAILURE (0x80004005)

 Component:

 Console

 Interface:

 IConsole {515e8e8d-f932-4d8e-9f32-**79a52aead882}


 flosoft# uname -a
 FreeBSD flosoft.no-ip.biz 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #4: Thu
 Nov
 24 22:45:48 EST 2011 r...@flosoft.no-ip.biz:/usr/**
 obj/usr/src/sys/GENERIC
 i386
 flosoft# kldstat
 Id Refs AddressSize Name
  1   27 0xc040 e59bd8   kernel
  21 0xc125a000 97a4 linprocfs.ko
  33 0xc1264000 2fcf4linux.ko
  41 0xc1294000 ad87d0   nvidia.ko
  53 0xc7f12000 2d000vboxdrv.ko
  61 0xc7f4b000 2000 vboxnetadp.ko
  71 0xc7f4d000 5000 vboxnetflt.ko
  82 0xc7f52000 b000 netgraph.ko
  91 0xc7f89000 4000 ng_ether.ko


 Sorry, but this information is not enough to have a clue what is going
 wrong. Please look at ~/Virtualbox VMs/machine/logs/VBox.log (or kind of)
 and send the logfile. If that doesn't help please recompile the ports with
 the DEBUG option enabled.

 --
 Bernhard Fröhlich
 http://www.bluelife.at/



VBox.log
Description: Binary data
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

emulators/vitrualbox-ose fails on 9.0-PRERELEASE

2011-11-24 Thread Aryeh Friedman
With the following installed and all the prerequest ports for vbox when I
attempt to boot a default machine setup for freebsd guest OS install it
fails immediately with:

  Result Code:

NS_ERROR_FAILURE (0x80004005)

Component:

Console

Interface:

IConsole {515e8e8d-f932-4d8e-9f32-79a52aead882}


flosoft# uname -a
FreeBSD flosoft.no-ip.biz 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #4: Thu Nov
24 22:45:48 EST 2011 r...@flosoft.no-ip.biz:/usr/obj/usr/src/sys/GENERIC
i386
flosoft# kldstat
Id Refs AddressSize Name
 1   27 0xc040 e59bd8   kernel
 21 0xc125a000 97a4 linprocfs.ko
 33 0xc1264000 2fcf4linux.ko
 41 0xc1294000 ad87d0   nvidia.ko
 53 0xc7f12000 2d000vboxdrv.ko
 61 0xc7f4b000 2000 vboxnetadp.ko
 71 0xc7f4d000 5000 vboxnetflt.ko
 82 0xc7f52000 b000 netgraph.ko
 91 0xc7f89000 4000 ng_ether.ko
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


8-STABLE /usr/include/utmp.h and tmpx

2011-06-03 Thread Aryeh Friedman
Some time in the last 2 weeks (I am sure when) a commit caused many
ports that assume a standard utmp/utmp.x to break for example
x11-toolkits/vte produces:

gnome-pty-helper.c:497: warning: passing argument 4 of 'pty_add'
discards qualifiers from pointer target type
mv -f .deps/gnome-pty-helper.Tpo .deps/gnome-pty-helper.Po
cc -DHAVE_CONFIG_H -I.   -I/usr/local/include  -O2 -pipe
-march=prescott -fno-strict-aliasing -MT gnome-utmp.o -MD -MP -MF
.deps/gnome-utmp.Tpo -c -o gnome-utmp.o gnome-utmp.c
gnome-utmp.c: In function 'write_login_record':
gnome-utmp.c:367: warning: passing argument 1 of 'login' from
incompatible pointer type
gnome-utmp.c:374: error: 'struct utmpx' has no member named 'ut_name'


This is not the only port that has the issue but it is the only one I
remember off the top of my head (I manually fixed a few others)
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: 8-STABLE /usr/include/utmp.h and tmpx

2011-06-03 Thread Aryeh Friedman
No will do even though I don't think I have a complete enough list of
ports to make a proper report (if in fact it is a per port solution
vs. fixing base)

On Fri, Jun 3, 2011 at 9:09 PM, Garrett Cooper yaneg...@gmail.com wrote:
 On Fri, Jun 3, 2011 at 5:02 PM, Aryeh Friedman aryeh.fried...@gmail.com 
 wrote:
 Some time in the last 2 weeks (I am sure when) a commit caused many
 ports that assume a standard utmp/utmp.x to break for example
 x11-toolkits/vte produces:

 gnome-pty-helper.c:497: warning: passing argument 4 of 'pty_add'
 discards qualifiers from pointer target type
 mv -f .deps/gnome-pty-helper.Tpo .deps/gnome-pty-helper.Po
 cc -DHAVE_CONFIG_H -I.   -I/usr/local/include  -O2 -pipe
 -march=prescott -fno-strict-aliasing -MT gnome-utmp.o -MD -MP -MF
 .deps/gnome-utmp.Tpo -c -o gnome-utmp.o gnome-utmp.c
 gnome-utmp.c: In function 'write_login_record':
 gnome-utmp.c:367: warning: passing argument 1 of 'login' from
 incompatible pointer type
 gnome-utmp.c:374: error: 'struct utmpx' has no member named 'ut_name'


 This is not the only port that has the issue but it is the only one I
 remember off the top of my head (I manually fixed a few others)

    Compiles just fine on CURRENT. Did you open a PR for this item?
 Thanks,
 -Garrett

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


ale(4) causes panic after r217323

2011-01-13 Thread Aryeh Friedman
I have already told jhb about this and he provided a patch that
failed maybe someone else has a solution.

Problem: As soon as ale(4) switches from DOWN to UP kernel panics due
to lock state switch
How to repeat: ifconfig ale0 192.168.2.2
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


problems compiling latest RELENG_8

2010-12-29 Thread Aryeh Friedman
System i386

CVSTag:

# $FreeBSD: src/COPYRIGHT,v 1.11.2.2 2009/12/31 10:00:49 obrien Exp $
#   @(#)COPYRIGHT   8.2 (Berkeley) 3/21/94

flosoft# make -j4 DESTDIR=/ world kernel
=== lib/liblzma (buildincludes)
make: don't know how to make subblock.h. Stop
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: problems compiling latest RELENG_8

2010-12-29 Thread Aryeh Friedman
On Wed, Dec 29, 2010 at 6:15 PM, Xin LI delp...@delphij.net wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256

 On 12/29/10 14:50, Aryeh Friedman wrote:
 System i386

 CVSTag:

 # $FreeBSD: src/COPYRIGHT,v 1.11.2.2 2009/12/31 10:00:49 obrien Exp $
 #       @(#)COPYRIGHT   8.2 (Berkeley) 3/21/94

 flosoft# make -j4 DESTDIR=/ world kernel

 Remove -j if you're upgrading.

Same error


 === lib/liblzma (buildincludes)
 make: don't know how to make subblock.h. Stop


 - --
 Xin LI delp...@delphij.net    http://www.delphij.net/
 FreeBSD - The Power to Serve!          Live free or die
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.16 (FreeBSD)

 iQEcBAEBCAAGBQJNG8EbAAoJEATO+BI/yjfBxikIAKQ1tOT5EYfro3LFw7LZDrdk
 jwk5mHxe4xOOf2Nc+Qe0agytFGTdN11SviImklgaLY0UusmfelHEX6oAgYi8uGD/
 EFTLnHAqRxBSASFjbXEbEcQPXcxIoch2Wzs9NQuHrXsSbonLd68bPN7x6H9Nsp54
 m6n2vcwZhisK/RN69YaH8qllSyRPXPt3awy+wXtlYT1WeekGoP2/O+DLJDw1cY1a
 lfXtKpAOlFZ1cI1vpmC8pZnUUxUtdJ48YCb1B4R74RE4CPJ5qCdtVJxIOM4r4EBy
 agAI1Y0uYmlx1vqHJACwEJhWFHjFOfpLSrQpasey8wzvmVYDrwwljQQa791HmAU=
 =FhHQ
 -END PGP SIGNATURE-
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: problems compiling latest RELENG_8

2010-12-29 Thread Aryeh Friedman
On Wed, Dec 29, 2010 at 7:19 PM, Xin LI delp...@delphij.net wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256

 On 12/29/10 16:02, Aryeh Friedman wrote:
 On Wed, Dec 29, 2010 at 6:15 PM, Xin LI delp...@delphij.net wrote:
 On 12/29/10 14:50, Aryeh Friedman wrote:
 System i386

 CVSTag:

 # $FreeBSD: src/COPYRIGHT,v 1.11.2.2 2009/12/31 10:00:49 obrien Exp $
 #       @(#)COPYRIGHT   8.2 (Berkeley) 3/21/94

 flosoft# make -j4 DESTDIR=/ world kernel

 Remove -j if you're upgrading.

 Same error

 Please tell us which cvsup mirror you're using and switch to another
 cvsup mirror, I think it must have stale code.

cvsup9.us.freebsd.org


 Cheers,
 - --
 Xin LI delp...@delphij.net    http://www.delphij.net/
 FreeBSD - The Power to Serve!          Live free or die
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.16 (FreeBSD)

 iQEcBAEBCAAGBQJNG9AWAAoJEATO+BI/yjfBBIIIAIzx4+AS7skHfQSQ9E8gLKE0
 Ri6uYU6/ANnU8AG/wYhh1S24TUpZHCyi5LZpgoxqdjVPkog/Z1DccQFxYRiOAjrH
 xrxs7C412uEDkOLjyBgnt7uBePpI+LfHetpRaVEPYFdxHF7ILrys0b/bVrF4hFXr
 LEWiZEGdlPZFrfG8REBLzDDBOTZ5hfXEx5J/S2I/MCbyunkXiz6q6UxAFSrRKuHa
 4ZyrY7j+rraJj1HfbCtDhtR2U0wX3i89SlSbH6X0M+2bBSqIkzwsE1VUvv/XYwRv
 qDWo62dLTBzgdZp+W7WziOmyt6SX+IErI27fbauZrBvAK7XE/BA51WXt72iwDLQ=
 =EPxY
 -END PGP SIGNATURE-

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Check out my photos on Facebook

2010-07-28 Thread Aryeh Friedman
Hi Current,

I set up a Facebook profile where I can post my pictures, videos and events and 
I want to add you as a friend so you can see it. First, you need to join 
Facebook! Once you join, you can also create your own profile.

Thanks,
Aryeh

To sign up for Facebook, follow the link below:
http://www.facebook.com/p.php?i=11116366558k=Z6E3Y6VZS4XAZGLJVF2ZP4XWS6BAW43BQRFQr

Already have an account? Add this email address to your account:
http://www.facebook.com/n/?merge_accounts.phpe=current%40freebsd.orgc=e42687a96930450f5fd9ae6981e0cbd2

===
curr...@freebsd.org was invited to join Facebook by Aryeh Friedman. If you do 
not wish to receive this type of email from Facebook in the future, please 
click on the link below to unsubscribe.
http://www.facebook.com/o.php?k=b43b2au=744619940mid=2bad217G2c61ffa4G0G8
Facebook, Inc. P.O. Box 10005, Palo Alto, CA 94303

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org