James Hartley | 5 Oct 2007 21:11
Picon

4.0_RC2 restore CD is now available

The 1 October build of netbsd-4 has been christening the beginning of
4.0_RC2.  A corresponding restore CD has been placed at the following
two sites:

http://cleiva.no-ip.com/~test
http://monkey.aironaut.ch/cobalt-html/

Note the need to rebuild bpf devices as noted in the following:

http://mail-index.netbsd.org/port-cobalt/2007/08/10/0004.html

Help make the upcoming NetBSD 4.0 release solid by testing these
release candidates.

Jim

Sevan / Venture37 | 5 Oct 2007 23:10
Picon
Favicon

PCC


Hi guys
Have any of you tried to build netbsd/cobalt using pcc???
I have a cobalt qube 2 which is currently running 3.1 which I'm tempted to try it on

Sevan / Venture37
_________________________________________________________________
100’s of Music vouchers to be won with MSN Music
https://www.musicmashup.co.uk
Sevan / Venture37 | 5 Oct 2007 23:13
Picon
Favicon

PCC


Hi guys
Have any of you tried to build netbsd/cobalt using pcc???
I have a cobalt qube 2 which is currently running 3.1 which I'm tempted to try it on

Sevan / Venture37
_________________________________________________________________
100’s of Music vouchers to be won with MSN Music
https://www.musicmashup.co.uk
Richard Hamilton-Frost | 7 Oct 2007 16:56
Picon

UnRAR pkg?

Hi there,

Is there an unrar package under the cobalt tree? I can't seem to find one.

I need to extract some archives on a raq under .rar format.

Regards,

Richard

Richard Hamilton-Frost | 7 Oct 2007 17:35
Picon

Re: UnRAR pkg?

-bash-3.2# cd /usr/pkgsrc
-bash: cd: /usr/pkgsrc: No such file or directory

hmmmm, I don't actually have pkgsrc.

I've been googling around "unrar netbsd cobalt", not coming up with
many results.

Where does one locate it?

Regards,

R

On 07/10/2007, Pete Rushmere <pete <at> rushmere.org> wrote:
> On Sunday 07 October 2007 15:56:45 you wrote:
>
> > Is there an unrar package under the cobalt tree? I can't seem to find one.
>
> /usr/pkgsrc/achivers/unrar
>
> Cheers,
> Pete.
>

Christian von Kleist | 7 Oct 2007 18:17
Picon

Re: UnRAR pkg?

There are instructions for fetching pkgsrc here:

http://www.netbsd.org/docs/pkgsrc/getting.html

Once you download and install pkgsrc (which doesn't take too long if
you follow the steps linked above), you will have a /usr/pkgsrc
directory into which you can `cd` to build and install lots of
packages with ease.

On 10/7/07, Richard Hamilton-Frost <rhfweb <at> gmail.com> wrote:
> -bash-3.2# cd /usr/pkgsrc
> -bash: cd: /usr/pkgsrc: No such file or directory
>
> hmmmm, I don't actually have pkgsrc.
>
> I've been googling around "unrar netbsd cobalt", not coming up with
> many results.
>
> Where does one locate it?
>
> Regards,
>
> R
>
> On 07/10/2007, Pete Rushmere <pete <at> rushmere.org> wrote:
> > On Sunday 07 October 2007 15:56:45 you wrote:
> >
> > > Is there an unrar package under the cobalt tree? I can't seem to find one.
> >
> > /usr/pkgsrc/achivers/unrar
(Continue reading)

Richard Hamilton-Frost | 7 Oct 2007 18:12
Picon

Re: UnRAR pkg?

Here is my context:

-bash-3.2# export CVSROOT=anoncvs <at> anoncvs.netbsd.org:/cvsroot
-bash-3.2# export CVS_RSH=ssh
-bash-3.2# mkdir /usr/pkgsrc
mkdir: /usr/pkgsrc: File exists
-bash-3.2# cd /usr
-bash-3.2# cvs checkout pkgsrc
cvs checkout: in directory .:
cvs checkout: ignoring CVS/Root because it specifies a non-existent
repository /misc/cvsrep
ssh: anoncvs.netbsd.org: No address associated with hostname
cvs [checkout aborted]: end of file from server (consult above messages if any)
-bash-3.2# cd /usr/pkgsrc/pkgtools/pkg_install
-bash: cd: /usr/pkgsrc/pkgtools/pkg_install: No such file or directory
-bash-3.2# make install clean clean-depends
make: don't know how to make install. Stop

make: stopped in /usr
-bash-3.2# cd /usr/pkgsrc/security/audit-packages
-bash: cd: /usr/pkgsrc/security/audit-packages: No such file or directory
-bash-3.2# make install clean clean-depends
make: don't know how to make install. Stop

make: stopped in /usr
-bash-3.2# /usr/pkg/sbin/download-vulnerability-list
-bash: /usr/pkg/sbin/download-vulnerability-list: No such file or directory
-bash-3.2#

Why can't I simply find an easy source copy of the files online? then
(Continue reading)

Richard Hamilton-Frost | 7 Oct 2007 18:51
Picon

Re: UnRAR pkg?

It was a DNS issue, I resolved it, so the packages are updating at the
moment, when I try to install unrar I receive the following:

-bash-3.2# pwd
/usr/pkgsrc/archivers/unrar
-bash-3.2# make install clean
make: "/usr/pkgsrc/archivers/unrar/Makefile" line 35: Could not find
../../mk/bsd.prefs.mk
make: "/usr/pkgsrc/archivers/unrar/Makefile" line 40: Malformed
conditional (${MACHINE_PLATFORM:MInterix-*} != "")
make: "/usr/pkgsrc/archivers/unrar/Makefile" line 40: Malformed
conditional (${MACHINE_PLATFORM:MNetBSD-1.5*} != "")
make: "/usr/pkgsrc/archivers/unrar/Makefile" line 45: Could not find
../../mk/bsd.pkg.mk
make: Fatal errors encountered -- cannot continue

make: stopped in /usr/pkgsrc/archivers/unrar

-- I'm guessing this is because the update isn't complete yet, and the
../../mk/bsd.*.mk don't exist as of yet?

R

On 07/10/2007, Pete Rushmere <pete <at> rushmere.org> wrote:
> On Sunday 07 October 2007 17:12:40 you wrote:
>
> > ssh: anoncvs.netbsd.org: No address associated with hostname
>
> Can you ping anoncvs.netbsd.org?
>
(Continue reading)

Richard Hamilton-Frost | 7 Oct 2007 19:53
Picon

Re: UnRAR pkg?

Working lovely, cheers mateys.

Regards

R

On 07/10/2007, Pete Rushmere <pete <at> rushmere.org> wrote:
> On Sunday 07 October 2007 17:51:48 you wrote:
>
> > -- I'm guessing this is because the update isn't complete yet, and the
> > ../../mk/bsd.*.mk don't exist as of yet?
>
> Yes, wait for the update to finish completely...
>
> Cheers,
> Pete.
>

Erik Berls | 7 Oct 2007 22:15
Picon

Re: UnRAR pkg?

As a word of warning.  Checking out pkgsrc like that will get you
pkgsrc-current.  Pkgsrc is released quarterly as a branch with
everything pretty consistent internally.  These are released as eg:
pkgsrc-2007Q3.  The quarterly release come as a compressed tarball
(.tgz) that install *much* quicker than using CVS.

-=erik.

On 10/7/07, Richard Hamilton-Frost <rhfweb <at> gmail.com> wrote:
> Working lovely, cheers mateys.
>
> Regards
>
> R
>
> On 07/10/2007, Pete Rushmere <pete <at> rushmere.org> wrote:
> > On Sunday 07 October 2007 17:51:48 you wrote:
> >
> > > -- I'm guessing this is because the update isn't complete yet, and the
> > > ../../mk/bsd.*.mk don't exist as of yet?
> >
> > Yes, wait for the update to finish completely...
> >
> > Cheers,
> > Pete.
> >
>

--

-- 
"Too bad $VOLUNTEERS don't get their act together and provide
(Continue reading)


Gmane