Re: Syncing or maybe update issue

2008-07-14 Thread Yousef Raffah


On Jul 2, 2008, at 6:03 AM, Scot Hetzel wrote:

On Tue, Jul 1, 2008 at 6:13 AM, Yousef Raffah <[EMAIL PROTECTED]>  
wrote:

I guess I couldn't figure out how to checkout RELENG_7_0_0_RELEASE
from the mirror
[EMAIL PROTECTED]:/home/ncvs
I typed this:
# cvs checkout -r RELENG_7_0_0_RELEASE src

Can someone help with it, I can't spot an issue with the syntax but  
it

is complaining saying:
cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags:
Permission denied


Have a look at the handbook section:

A.3 Using Anonymous CVS

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html


Thanks, I just changed the mirror and everything worked fine :)

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Syncing or maybe update issue

2008-07-01 Thread Scot Hetzel
On Tue, Jul 1, 2008 at 6:13 AM, Yousef Raffah <[EMAIL PROTECTED]> wrote:
> I guess I couldn't figure out how to checkout RELENG_7_0_0_RELEASE
> from the mirror
> [EMAIL PROTECTED]:/home/ncvs
> I typed this:
> # cvs checkout -r RELENG_7_0_0_RELEASE src
>
> Can someone help with it, I can't spot an issue with the syntax but it
> is complaining saying:
> cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags:
> Permission denied

Have a look at the handbook section:

A.3 Using Anonymous CVS

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html

Scot
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Syncing or maybe update issue

2008-07-01 Thread Yousef Raffah
On Mon, Jun 30, 2008 at 4:20 PM, Yousef Raffah <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 30, 2008 at 2:03 PM, Jeremy Chadwick <[EMAIL PROTECTED]> wrote:
>> On Mon, Jun 30, 2008 at 01:09:25PM +0300, Yousef Raffah wrote:
>>> Hello,
>>>
>>> I have a box which can't sync using cvsup, therefore, ...
>>
>> Let's start here.  Why not?  What happens?  Have you used -L2?
>>
>> Also, if you're using 6.2 or later, you should be able to use csup
>> (comes with the base system) and not cvsup.
>>
>>> I thought of
>>> using cvs by invoking the following command in the directory
>>> /usr/src/cvs/
>>>
>>> # cvs -d [EMAIL PROTECTED]:/home/ncvs co src
>>>
>>> I do get all the updates and it seems to be checking out successfully,
>>> however, when I try to
>>> # make -j4 buildword
>>> I get the following error about elf.h not being found!
>>
>> This looks like you're checking out HEAD/-CURRENT.  Is this really what
>> you want to be doing?  Probably not, based on the fact you mailed
>> freebsd-stable and not freebsd-current.
>>
> I guess you nailed it, I couldn't understand how to specify that using
> the command I used earlier. Anyhow, I'm checking it with the -r
> RELENG_7_0_0_RELEASE and will report back how things go.

I guess I couldn't figure out how to checkout RELENG_7_0_0_RELEASE
from the mirror
[EMAIL PROTECTED]:/home/ncvs
I typed this:
# cvs checkout -r RELENG_7_0_0_RELEASE src

Can someone help with it, I can't spot an issue with the syntax but it
is complaining saying:
cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags:
Permission denied
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Syncing or maybe update issue

2008-06-30 Thread Yousef Raffah
On Mon, Jun 30, 2008 at 2:03 PM, Jeremy Chadwick <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 30, 2008 at 01:09:25PM +0300, Yousef Raffah wrote:
>> Hello,
>>
>> I have a box which can't sync using cvsup, therefore, ...
>
> Let's start here.  Why not?  What happens?  Have you used -L2?
>
> Also, if you're using 6.2 or later, you should be able to use csup
> (comes with the base system) and not cvsup.
>
>> I thought of
>> using cvs by invoking the following command in the directory
>> /usr/src/cvs/
>>
>> # cvs -d [EMAIL PROTECTED]:/home/ncvs co src
>>
>> I do get all the updates and it seems to be checking out successfully,
>> however, when I try to
>> # make -j4 buildword
>> I get the following error about elf.h not being found!
>
> This looks like you're checking out HEAD/-CURRENT.  Is this really what
> you want to be doing?  Probably not, based on the fact you mailed
> freebsd-stable and not freebsd-current.
>
I guess you nailed it, I couldn't understand how to specify that using
the command I used earlier. Anyhow, I'm checking it with the -r
RELENG_7_0_0_RELEASE and will report back how things go.
Thanks for your guidance.

> Please take the time to read this in full.
>
> http://www.freebsd.org/doc/en/books/handbook/anoncvs.html
>
I did, but I didn't go through it in detail, I just skimmed it (bad
behaviour) :)

> --
> | Jeremy Chadwickjdc at parodius.com |
> | Parodius Networking   http://www.parodius.com/ |
> | UNIX Systems Administrator  Mountain View, CA, USA |
> | Making life hard for others since 1977.  PGP: 4BD6C0CB |
>
>
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Syncing or maybe update issue

2008-06-30 Thread Jeremy Chadwick
On Mon, Jun 30, 2008 at 01:09:25PM +0300, Yousef Raffah wrote:
> Hello,
> 
> I have a box which can't sync using cvsup, therefore, ...

Let's start here.  Why not?  What happens?  Have you used -L2?

Also, if you're using 6.2 or later, you should be able to use csup
(comes with the base system) and not cvsup.

> I thought of
> using cvs by invoking the following command in the directory
> /usr/src/cvs/
> 
> # cvs -d [EMAIL PROTECTED]:/home/ncvs co src
> 
> I do get all the updates and it seems to be checking out successfully,
> however, when I try to
> # make -j4 buildword
> I get the following error about elf.h not being found!

This looks like you're checking out HEAD/-CURRENT.  Is this really what
you want to be doing?  Probably not, based on the fact you mailed
freebsd-stable and not freebsd-current.

Please take the time to read this in full.

http://www.freebsd.org/doc/en/books/handbook/anoncvs.html

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Syncing or maybe update issue

2008-06-30 Thread Yousef Raffah
Hello,

I have a box which can't sync using cvsup, therefore, I thought of
using cvs by invoking the following command in the directory
/usr/src/cvs/

# cvs -d [EMAIL PROTECTED]:/home/ncvs co src

I do get all the updates and it seems to be checking out successfully,
however, when I try to
# make -j4 buildword
I get the following error about elf.h not being found!

--
>>> stage 1.2: bootstrap tools
--
cd /usr/cvs/src; MAKEOBJDIRPREFIX=/usr/obj/usr/cvs/src/tmp
INSTALL="sh /usr/cvs/src/tools/install.sh"
PATH=/usr/obj/usr/cvs/src/tmp/legacy/usr/sbin:/usr/obj/usr/cvs/src/tmp/legacy/usr/bin:/usr/obj/usr/cvs/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 WORLDTMP=/usr/obj/usr/cvs/src/tmp  VERSION="FreeBSD 6.2-RELEASE i386
602000"  MAKEFLAGS="-m /usr/cvs/src/tools/build/mk  -j 4 -m
/usr/cvs/src/share/mk" make -f Makefile.inc1  DESTDIR=
BOOTSTRAPPING=602000  -DWITHOUT_SSP  -DWITHOUT_HTML -DWITHOUT_INFO
-DNO_LINT -DWITHOUT_MAN  -DWITHOUT_NLS -DNO_PIC -DWITHOUT_PROFILE
-DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF bootstrap-tools
===> cddl/usr.bin/sgsmsg (obj,depend,all,install)
/usr/obj/usr/cvs/src/tmp/usr/cvs/src/cddl/usr.bin/sgsmsg created for
/usr/cvs/src/cddl/usr.bin/sgsmsg
rm -f .depend
mkdep -f .depend -a
-I/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../sys/cddl/compat/opensolaris
-I/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/compat/opensolaris/include
-I/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/include
-I/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../sys/cddl/contrib/opensolaris/uts/common
-I/usr/obj/usr/cvs/src/tmp/legacy/usr/include
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../sys/cddl/contrib/opensolaris/common/avl/avl.c
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/tools/common/sgsmsg.c
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/tools/common/string_table.c
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/tools/common/findprime.c
In file included from
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/tools/common/sgsmsg.c:81:
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/include/sgs.h:57:20:
libelf.h: No such file or directory
In file included from
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/include/alist.h:45,
 from
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/include/sgs.h:59,
 from
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/tools/common/sgsmsg.c:81:
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../sys/cddl/compat/opensolaris/sys/elf.h:30:26:
sys/elf.h: No such file or directory
In file included from
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/tools/common/string_table.c:31:
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/include/sgs.h:57:20:
libelf.h: No such file or directory
In file included from
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/include/alist.h:45,
 from
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/include/sgs.h:59,
 from
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/tools/common/string_table.c:31:
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../sys/cddl/compat/opensolaris/sys/elf.h:30:26:
sys/elf.h: No such file or directory
In file included from
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/tools/common/findprime.c:30:
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/include/sgs.h:57:20:
libelf.h: No such file or directory
In file included from
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/include/alist.h:45,
 from
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/include/sgs.h:59,
 from
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../cddl/contrib/opensolaris/cmd/sgs/tools/common/findprime.c:30:
/usr/cvs/src/cddl/usr.bin/sgsmsg/../../../sys/cddl/compat/opensolaris/sys/elf.h:30:26:
sys/elf.h: No such file or directory
mkdep: compile failed
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"