Re: 4 CD ISOs for 5.2 ?

2004-02-04 Thread Gautham Ganapathy
On Tuesday, February 03, 2004 6:11 PM, Kris Kennaway wrote:

 On Tue, Feb 03, 2004 at 02:22:14PM +0530, Gautham Ganapathy wrote:
  Hi,
 
  Are there any plans to release the 4-CD packs for 5.2 that used to be
there
  for 4.7-RELEASE and before? Or will this only be available for sale via
  freebsdmall?

 Only the first 2 CDs are made available on the FTP site.  The other
 two contain a subset of packages; the full set of packages is
 available on the FTP site, just not in ISO format.

 Kris

Ok. The problem is that I have a very slow link at my house where I use
FBSD. I generally download the ISOs from my office, where I have Windows. Is
there any easy way of downloading the required packages and dependencies,
and replicating them on my hdd from Windows?

Thanx and Regards
Gautham


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


4 CD ISOs for 5.2 ?

2004-02-03 Thread Gautham Ganapathy
Hi,

Are there any plans to release the 4-CD packs for 5.2 that used to be there
for 4.7-RELEASE and before? Or will this only be available for sale via
freebsdmall?

Regards
Gautham

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


Re: 4 CD ISOs for 5.2 ?

2004-02-03 Thread Kris Kennaway
On Tue, Feb 03, 2004 at 02:22:14PM +0530, Gautham Ganapathy wrote:
 Hi,
 
 Are there any plans to release the 4-CD packs for 5.2 that used to be there
 for 4.7-RELEASE and before? Or will this only be available for sale via
 freebsdmall?

Only the first 2 CDs are made available on the FTP site.  The other
two contain a subset of packages; the full set of packages is
available on the FTP site, just not in ISO format.

Kris



pgp0.pgp
Description: PGP signature


Re: 4 CD ISOs for 5.2 ?

2004-02-03 Thread Melvyn Sopacua
On Tuesday 03 February 2004 13:41, Kris Kennaway wrote:

 Only the first 2 CDs are made available on the FTP site.  The other
 two contain a subset of packages; the full set of packages is
 available on the FTP site, just not in ISO format.

Regarding the first cd:
make release
only creates a 'mini-install', not the 600M iso that is on the site. This one 
misses perl for one and some dependencies fail.
I followed release(7) and the docs on the site - how can I create the 
official disc1 and can that be done, without restarting the entire make 
release process?
-- 
Melvyn

===
FreeBSD sarevok.idg.nl 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Jan 28 18:01:18 
CET 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SAREVOK_NOAPM_NODEBUG  
i386
===


pgp0.pgp
Description: signature


Re: 4 CD ISOs for 5.2 ?

2004-02-03 Thread Kris Kennaway
On Tue, Feb 03, 2004 at 04:52:14PM +0100, Melvyn Sopacua wrote:
 On Tuesday 03 February 2004 13:41, Kris Kennaway wrote:
 
  Only the first 2 CDs are made available on the FTP site.  The other
  two contain a subset of packages; the full set of packages is
  available on the FTP site, just not in ISO format.
 
 Regarding the first cd:
 make release
 only creates a 'mini-install', not the 600M iso that is on the site. This one 
 misses perl for one and some dependencies fail.

AFAIK packages are included by hand.

 I followed release(7) and the docs on the site - how can I create the 
 official disc1 and can that be done, without restarting the entire make 
 release process?

I don't know more specifics.

Kris


pgp0.pgp
Description: PGP signature


Re: 4 CD ISOs for 5.2 ?

2004-02-03 Thread Scott Long
Kris Kennaway wrote:
On Tue, Feb 03, 2004 at 04:52:14PM +0100, Melvyn Sopacua wrote:

On Tuesday 03 February 2004 13:41, Kris Kennaway wrote:


Only the first 2 CDs are made available on the FTP site.  The other
two contain a subset of packages; the full set of packages is
available on the FTP site, just not in ISO format.
Regarding the first cd:
make release
only creates a 'mini-install', not the 600M iso that is on the site. This one 
misses perl for one and some dependencies fail.


AFAIK packages are included by hand.

Correct.  We've talked about enhancing the scripts so that this gets
included automatically, but it can be problematic since the source
location of the packages might be unknown at the time of the build.

I followed release(7) and the docs on the site - how can I create the 
official disc1 and can that be done, without restarting the entire make 
release process?


I don't know more specifics.

Kris
The 'rerelease' target will start up a build where it left off, without
cleaning the CHROOTDIR area first.  The RELEASENOUPDATE flag will
prevent the scripts for doing a cvs update on the tree.  Both of these
are useful for restarting a paused build.  Also, depending on what
actions you want to modify or restart, you might need to remove certain
makefile marker files at $CHROOTDIR/usr/obj/usr/src/release.
Scott

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


Re: 4 CD ISOs for 5.2 ?

2004-02-03 Thread Melvyn Sopacua
On Tuesday 03 February 2004 23:20, Scott Long wrote:
 Kris Kennaway wrote:
  On Tue, Feb 03, 2004 at 04:52:14PM +0100, Melvyn Sopacua wrote:
 On Tuesday 03 February 2004 13:41, Kris Kennaway wrote:
 Only the first 2 CDs are made available on the FTP site.  The other
 two contain a subset of packages; the full set of packages is
 available on the FTP site, just not in ISO format.
 
 Regarding the first cd:
 make release
 only creates a 'mini-install', not the 600M iso that is on the site. This
  one misses perl for one and some dependencies fail.
 
  AFAIK packages are included by hand.

 Correct.  We've talked about enhancing the scripts so that this gets
 included automatically, but it can be problematic since the source
 location of the packages might be unknown at the time of the build.

Do you mean the distfiles here, or the resulting packages?
If talking about the packages, isn't it as simple as moving the 
$CHROOT_DIR/usr/ports/packages into $CHROOT_DIR/R/cdrom and using a similar 
approach as portupgrade? Otherwise an ls */*/*.tbz should print a workable 
list.

If the distfiles, then one can advise in the release manpage, to do:
/usr/src/release/scripts/print-cdrom-packages.sh 1 | xargs portinstall 
--fetch-only

and then proceed with RELEASEDISTFILES argument.

Life would be a lot simpler if portupgrade was moved into base :)

 I followed release(7) and the docs on the site - how can I create the
 official disc1 and can that be done, without restarting the entire make
 release process?
 
  I don't know more specifics.
 
  Kris

 The 'rerelease' target will start up a build where it left off, without
 cleaning the CHROOTDIR area first.

Hmm - this is much clearer then:
Assumes that the output of a release build has been manually modified, and 
performs the minimal number of steps to rebuild the release using the 
intermediate output of the previous ``make release''.

 The RELEASENOUPDATE flag will 
 prevent the scripts for doing a cvs update on the tree.  Both of these
 are useful for restarting a paused build.  Also, depending on what
 actions you want to modify or restart, you might need to remove certain
 makefile marker files at $CHROOTDIR/usr/obj/usr/src/release.

Thanx, I'll see how things go.
-- 
Melvyn

===
FreeBSD sarevok.webteckies.org 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Jan 28 
18:01:18 CET 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SAREVOK_NOAPM_NODEBUG  
i386
===


pgp0.pgp
Description: signature


Re: 4 CD ISOs for 5.2 ?

2004-02-03 Thread Scott Long
Melvyn Sopacua wrote:
On Tuesday 03 February 2004 23:20, Scott Long wrote:

Kris Kennaway wrote:

On Tue, Feb 03, 2004 at 04:52:14PM +0100, Melvyn Sopacua wrote:

On Tuesday 03 February 2004 13:41, Kris Kennaway wrote:

Only the first 2 CDs are made available on the FTP site.  The other
two contain a subset of packages; the full set of packages is
available on the FTP site, just not in ISO format.
Regarding the first cd:
make release
only creates a 'mini-install', not the 600M iso that is on the site. This
one misses perl for one and some dependencies fail.
AFAIK packages are included by hand.
Correct.  We've talked about enhancing the scripts so that this gets
included automatically, but it can be problematic since the source
location of the packages might be unknown at the time of the build.


Do you mean the distfiles here, or the resulting packages?
If talking about the packages, isn't it as simple as moving the 
$CHROOT_DIR/usr/ports/packages into $CHROOT_DIR/R/cdrom and using a similar 
approach as portupgrade? Otherwise an ls */*/*.tbz should print a workable 
list.

If the distfiles, then one can advise in the release manpage, to do:
/usr/src/release/scripts/print-cdrom-packages.sh 1 | xargs portinstall 
--fetch-only

and then proceed with RELEASEDISTFILES argument.

The only problem with this is that it's quite common during the RC and
BETA phases for the package set to not yet be available through normal
means.
Life would be a lot simpler if portupgrade was moved into base :)

Yeah, but that would require putting Ruby into the base, and you'd have
an all-out revolt on your hands if that happened.
Scott

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