Re: Make Release

2013-08-05 Thread Rick Miller
On Thu, Aug 1, 2013 at 12:40 PM, Amitabh Kant wrote: > Devin Teske & Rick Miller have a fairly extensive explanation on their > blogs on how to create your own modified iso's. Search the archives for > links. Hopefully they can chime in with their respective links. Sorry to show up late for the d

Re: Make Release

2013-08-01 Thread Teske, Devin
On Aug 1, 2013, at 10:58 AM, Teske, Devin wrote: > > On Aug 1, 2013, at 9:56 AM, Amitabh Kant wrote: > >> On Thu, Aug 1, 2013 at 10:13 PM, Teske, Devin >> wrote: >> I'm hoping that my very open development documentation on customizing the >> release(7) process for producing DruidBSD releases

Re: Make Release

2013-08-01 Thread Teske, Devin
On Aug 1, 2013, at 9:56 AM, Amitabh Kant wrote: > On Thu, Aug 1, 2013 at 10:13 PM, Teske, Devin > wrote: > I'm hoping that my very open development documentation on customizing the > release(7) process for producing DruidBSD releases can help you out here. > > I've documented much of the inte

Re: Make Release

2013-08-01 Thread Amitabh Kant
On Thu, Aug 1, 2013 at 10:13 PM, Teske, Devin wrote: > I'm hoping that my very open development documentation on customizing the > release(7) process for producing DruidBSD releases can help you out here. > > I've documented much of the internals of the release(7) process (albeit, > relevant to th

Re: Make Release

2013-08-01 Thread Amitabh Kant
0 & 9.1) based installers. > > Amitabh Kant > > > > > On Thu, Aug 1, 2013 at 9:44 PM, Sam Fourman Jr. wrote: > >> one specific question I have, that I can't find in the handbook... >> To make a FreeBSD release, that is to build the install images... y

Re: Make Release

2013-08-01 Thread Amitabh Kant
wrote: > one specific question I have, that I can't find in the handbook... > To make a FreeBSD release, that is to build the install images... you build > world, and kernel.. then go to /etc/src/release and type make release... > after this, the release images show up in /usr/obj/usr/

Re: Make Release

2013-08-01 Thread Teske, Devin
On Aug 1, 2013, at 9:14 AM, Sam Fourman Jr. wrote: > one specific question I have, that I can't find in the handbook... > To make a FreeBSD release, that is to build the install images... you build > world, and kernel.. then go to /etc/src/release and type make release... >

Make Release

2013-08-01 Thread Sam Fourman Jr.
one specific question I have, that I can't find in the handbook... To make a FreeBSD release, that is to build the install images... you build world, and kernel.. then go to /etc/src/release and type make release... after this, the release images show up in /usr/obj/usr/src/release What I WA

Re: make release fails

2013-05-31 Thread CyberLeo Kitsana
On 05/23/2013 06:52 AM, Jack Mc Lauren wrote: > Hi > find //usr/obj/usr/src/release/dist/doc -empty -delete > find: -delete: //usr/obj/usr/src/release/dist/doc: relative path potentially > not > safe > *** [distributeworld] Error code 1 > What's wrong with this? > Thanks in advance Huh. Appare

make release fails

2013-05-23 Thread Jack Mc Lauren
Hi I'm trying to make my own release ... # cd /usr/src # make buildkernel KERNCONF=MYKERN # make -j4 buildworld # cd release/ # make release NODOC=YES NOPORTS=YES NOSRC=YES and that's the error while making release: find //usr/obj/usr/src/release/dist/doc -empty -delete find: -del

make release doesn't correctly include EXTLOCALDIR ?

2013-01-11 Thread Fleuriot Damien
Hello list, I'm running 8.3-stable r245223 from a mere 2 days ago and am in the process of building a custom release for our internal use as preconfigured firewalls. "make release" works pretty fine except for a few quirks here and there. First of all, I have set EXTLOCAL

Re: make release and mfsroot

2012-12-11 Thread Devin Teske
On Dec 11, 2012, at 2:13 PM, Rick Miller wrote: > On Tue, Dec 11, 2012 at 5:05 PM, Devin Teske > wrote: >> >> Though, to resize the mfsroot, I still rely on release(7) and the above >> patches. > > Here's another question, have you applied this approach to > boot_crunch.conf? I simply replac

Re: make release and mfsroot

2012-12-11 Thread Rick Miller
On Tue, Dec 11, 2012 at 5:05 PM, Devin Teske wrote: > > Though, to resize the mfsroot, I still rely on release(7) and the above > patches. Here's another question, have you applied this approach to boot_crunch.conf? I simply replaced the default boot_crunch.conf with my own in the source tree.

Re: make release and mfsroot

2012-12-11 Thread Devin Teske
On Dec 11, 2012, at 1:50 PM, Rick Miller wrote: > Hi Devin, > > On Tue, Dec 11, 2012 at 4:22 PM, Devin Teske > wrote: >> Hi Rick, >> >> If you want, you could follow my approach which is to take the completed >> mfsroot.gz and use a Makefile to manage the creation of custom mfsroots >> (keepi

Re: make release and mfsroot

2012-12-11 Thread Rick Miller
Hi Devin, On Tue, Dec 11, 2012 at 4:22 PM, Devin Teske wrote: > Hi Rick, > > If you want, you could follow my approach which is to take the completed > mfsroot.gz and use a Makefile to manage the creation of custom mfsroots > (keeping the original unmodified, making it simpler to test different >

Re: make release and mfsroot

2012-12-11 Thread Devin Teske
Hi Rick, If you want, you could follow my approach which is to take the completed mfsroot.gz and use a Makefile to manage the creation of custom mfsroots (keeping the original unmodified, making it simpler to test different iterations). The advantage is that you don't have to re-perform the re

make release and mfsroot

2012-12-11 Thread Rick Miller
Hi All, I generate a bootonly ISO and want to add files to the mfsroot.gz created by the release.8 target. I want sysinstall to load an install.cfg which makes a call to doconfig.sh. The target destination for the files is stand/. My question is will the below patch accomplish this for me provi

Re: make release custom kernel conf not found

2012-01-31 Thread Rick Miller
Thanks Rob and Lowell, I will keep this information handy. It was helpful. On Tue, Jan 31, 2012 at 4:22 AM, Rob Farmer wrote: > On Mon, Jan 30, 2012 at 10:39 AM, Rick Miller > wrote: >> Thanks Rob... >> >> I put the kernel conf file in the source tree as opposed to linking to >> it and it cer

Re: make release custom kernel conf not found

2012-01-31 Thread Rob Farmer
On Mon, Jan 30, 2012 at 10:39 AM, Rick Miller wrote: > Thanks Rob... > > I put the kernel conf file in the source tree as opposed to linking to > it and it certainly did compile the custom kernel. > > What confuses me (not that I expect you to have the answer) is that > Chapter 9 of the handbook h

Re: make release custom kernel conf not found

2012-01-30 Thread Lowell Gilbert
Rick Miller writes: > Thanks Rob... > > I put the kernel conf file in the source tree as opposed to linking to > it and it certainly did compile the custom kernel. > > What confuses me (not that I expect you to have the answer) is that > Chapter 9 of the handbook has a tip that recommends keeping

Re: make release custom kernel conf not found

2012-01-30 Thread Rick Miller
/kernels and symlinking to it from the source tree. If it doesn't work, why is there a tip recommending this practice? On Sun, Jan 29, 2012 at 10:14 PM, Rob Farmer wrote: > On Sun, Jan 29, 2012 at 9:03 AM, Rick Miller wrote: >> Hi All, >> >> I am performing a `make release` t

Re: make release custom kernel conf not found

2012-01-29 Thread Bernt Hansson
2012-01-29 18:03, Rick Miller skrev: Hi All, I am performing a `make release` to build a new release with a custom kernel. The `make release` fails with the following error: cd /usr/src/release/..; make TARGET_ARCH=amd64 TARGET=amd64 KERNCONF=MYKERNEL kernel DESTDIR=/R/stage/kernels KODIR

Re: make release custom kernel conf not found

2012-01-29 Thread Rob Farmer
On Sun, Jan 29, 2012 at 9:03 AM, Rick Miller wrote: > Hi All, > > I am performing a `make release` to build a new release with a custom > kernel.  The `make release` fails with the following error: > > cd /usr/src/release/..;  make TARGET_ARCH=amd64 TARGET=amd64 > KER

make release custom kernel conf not found

2012-01-29 Thread Rick Miller
Hi All, I am performing a `make release` to build a new release with a custom kernel. The `make release` fails with the following error: cd /usr/src/release/..; make TARGET_ARCH=amd64 TARGET=amd64 KERNCONF=MYKERNEL kernel DESTDIR=/R/stage/kernels KODIR=/MYKERNEL ERROR: Missing kernel

make release always fails

2011-08-20 Thread Ross
succeeds. Then: cd /usr/src/release make release RELEASETAG=RELENG_8 \ PORTSRELEASETAG=HEAD \ BUILDNAME=8.2-STABLE-$DATE \ CHROOTDIR=/share/freebsd/release \ CVSROOT=/share/freebsd/ncvs This is always fails. Each day with different errors. I want

Re: How much disk space required for make release?

2011-08-17 Thread Miller, Vincent (Rick)
I want to thank everyone for their suggestions. I ended up creating a larger swap and /tmp and reran make release with much better results. It's not completely finished yet, but has certainly progressed much further than the other day. == Vincent (Rick) Miller Systems Engineer

Re: How much disk space required for make release?

2011-08-16 Thread Edwin L. Culp W.
On Tue, Aug 16, 2011 at 1:38 PM, Miller, Vincent (Rick) wrote: > Hello all, > > I am attempting to 'make release' 8.2-RELEASE.  After running for a few > hours, it died citing lack of disk space. The filesystem has approximately > 80GB available.  How much disk space

Re: How much disk space required for make release?

2011-08-16 Thread Julian H. Stacey
Hi, Reference: > From: "Miller, Vincent (Rick)" > Date: Tue, 16 Aug 2011 18:38:31 + > Message-id: "Miller, Vincent (Rick)" wrote: > Hello all, > > I am attempting to 'make release' 8.2-RELEASE. After running for a few

RE: How much disk space required for make release?

2011-08-16 Thread Devin Teske
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of Miller, Vincent (Rick) > Sent: Tuesday, August 16, 2011 11:39 AM > To: FreeBSD > Subject: How much disk space required for make release? > &

How much disk space required for make release?

2011-08-16 Thread Miller, Vincent (Rick)
Hello all, I am attempting to 'make release' 8.2-RELEASE. After running for a few hours, it died citing lack of disk space. The filesystem has approximately 80GB available. How much disk space is required when making a release? == Vincent (Rick) Miller Systems Engineer vmil...@ve

Fwd: make release question

2011-07-21 Thread Aryeh Friedman
-- Forwarded message -- From: Aryeh Friedman Date: Thu, Jul 21, 2011 at 12:35 PM Subject: Re: make release question To: Nathan Whitehorn On Thu, Jul 21, 2011 at 12:33 PM, Aryeh Friedman wrote: > found them in CHROOT/R and found I needed to do mkisofs on them to get

make release question

2011-07-21 Thread Aryeh Friedman
Where does "make release" place the disk images (iso's) by default ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: 'make release' on ZFS filesystem fails: chflags: operation not permitted

2009-11-03 Thread Vincent Hoffman
any solution? I guess those with complete ZFS infrastructure > will not be able performing a make release, or do they? > > Odd I though flags were now supported on the newer zfs versions. Try NO_SCHG=yes in /etc/make.conf as a workaround. Vince

'make release' on ZFS filesystem fails: chflags: operation not permitted

2009-11-03 Thread O. Hartmann
infrastructure will not be able performing a make release, or do they? Thanks in advance, Oliver ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-uns

Re: make release of current

2008-11-27 Thread Beech Rintoul
On Thursday 27 November 2008 06:12:37 michael wrote: > Beech Rintoul wrote: > > On Thursday 27 November 2008 04:44:19 michael wrote: > >> Beech Rintoul wrote: > >>> On Wednesday 26 November 2008 20:40:21 michael wrote: > >>>> will make release work

Re: make release of current

2008-11-27 Thread michael
Beech Rintoul wrote: On Thursday 27 November 2008 04:44:19 michael wrote: Beech Rintoul wrote: On Wednesday 26 November 2008 20:40:21 michael wrote: will make release work for current? i've built a nice working system that i would like to be able to install on se

Re: make release of current

2008-11-27 Thread Beech Rintoul
On Thursday 27 November 2008 04:44:19 michael wrote: > Beech Rintoul wrote: > > On Wednesday 26 November 2008 20:40:21 michael wrote: > >> will make release work for current? i've built a nice working system > >> that i would like to be able to install on several

Re: make release of current

2008-11-27 Thread michael
Beech Rintoul wrote: On Wednesday 26 November 2008 20:40:21 michael wrote: will make release work for current? i've built a nice working system that i would like to be able to install on several identical machines. Yes, but read all the docs completely there are a number of op

Re: make release of current

2008-11-27 Thread Beech Rintoul
Wednesday 26 November 2008 20:40:21 michael wrote: > >> will make release work for current? i've built a nice working system > >> that i would like to be able to install on several identical machines. > > > > Yes, but read all the docs completely there are a number of o

Re: make release of current

2008-11-26 Thread Valentin Bud
Hello Beech, Could you be more specific on what documentation to read. thank you and a great day, v On Thu, Nov 27, 2008 at 8:20 AM, Beech Rintoul <[EMAIL PROTECTED]> wrote: > On Wednesday 26 November 2008 20:40:21 michael wrote: >> will make release work for current? i've

Re: make release of current

2008-11-26 Thread Beech Rintoul
On Wednesday 26 November 2008 20:40:21 michael wrote: > will make release work for current? i've built a nice working system > that i would like to be able to install on several identical machines. Yes, but read all the docs completely there are a number of options you need, like te

make release of current

2008-11-26 Thread michael
will make release work for current? i've built a nice working system that i would like to be able to install on several identical machines. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questio

Re: make release, src.conf and WITHOUT_SENDMAIL on freebsd 7

2008-09-01 Thread Artis Caune
On Sat, Aug 30, 2008 at 11:06 AM, Matias Surdi <[EMAIL PROTECTED]> wrote: > The problem arises when I do a "make release" as, as far as I can see, > /etc/src.conf is completly ignored. I think it's an issue with the chroot > environment that "make release&qu

make release, src.conf and WITHOUT_SENDMAIL on freebsd 7

2008-08-30 Thread Matias Surdi
Hi, I've set up a src.conf so that when I do a "make buildworld" sendmail is not built. That works great. The problem arises when I do a "make release" as, as far as I can see, /etc/src.conf is completly ignored. I think it's an issue with the chroot enviro

Re: "make release" and sysinstall

2008-08-14 Thread Riaan Kruger
> Another question: > > Suppose I create my own install.cfg for sysinstall and then I do a "make > release".If my sysinstall contains a couple of freeBSD packages (bash, > python, etc..) plus a custom package created by me.. How must I instruct > "make release&q

Re: "make release" and sysinstall

2008-08-14 Thread Sebastian Tymków
gt; I'll give a sigth to nanoBSD., but for the moment it seems that where I can > get more support/documentation is with sysinstall and standard FreeBSD > tools. > > > Another question: > > Suppose I create my own install.cfg for sysinstall and then I do a "make > relea

Re: "make release" and sysinstall

2008-08-14 Thread Matias Surdi
h sysinstall and standard FreeBSD tools. Another question: Suppose I create my own install.cfg for sysinstall and then I do a "make release".If my sysinstall contains a couple of freeBSD packages (bash, python, etc..) plus a custom package created by me.. How must I instruct &q

Re: "make release" and sysinstall

2008-08-13 Thread Riaan Kruger
Sysinstall has a configuration file with wich you can specify several options, see man sysinstall(8) for more details. When making a release you set the sysinstalls configuration file with the LOCAL_PATCHES option to patch it to the chroot environment release build environment. We use it to creat

"make release" and sysinstall

2008-08-13 Thread Matias Surdi
Hi again, Suppose I build my own FreeBSD based distro, as described in release(7). How can I script sysinstall or replace it with another installer to customize the installation process? Thanks a lot. ___ freebsd-questions@freebsd.org mailing list

Newbie "make release" question - Rolling a customized release

2008-05-15 Thread Michael Graziano
the best way to go about building the release distributions/CDs with my custom changes. I *think* what I would like to do is customize the universe that gets built under the chroot directory and roll a release from that, but I'm not sure how I go about getting make release (or th

About make release

2007-11-09 Thread Victor M. Blood
Hi, All. release can be build by calling commands: make release.1 ... ... make release.7 ... etc. Why need to chroot and build world again ?, may be I do not understand all cobweb of release making process... May be exist any target-name that starts release build stages without chroot? -- With

Make Release Customization

2007-10-26 Thread Riaan Kruger
What is the best way to add new files into the CHROOT environment when doing a make release? I am trying to create my own distribution using the make release, from release(7), mechanism. The problem is, is that I wish to add files to the CHROOT environment. These files are my own config files

Re: make release error for customed x86 platform

2007-08-17 Thread Ken Smith
[ cc line trimmed a bit... ] On Sun, 2007-08-12 at 08:55 +0800, Put PostgreSQL to Work for Your Business. wrote: > Dear all > > I am building a custom FreeBSD for internal use for the various > platforms we used (x86 platform). I am encountering a issue write > failed, filesystem is full when cr

make release error for customed x86 platform

2007-08-11 Thread Put PostgreSQL to Work for Your Business.
Dear all I am building a custom FreeBSD for internal use for the various platforms we used (x86 platform). I am encountering a issue write failed, filesystem is full when creating the boot.floppy on touch release.5, can someone take a look to see what's the reason? following is the screen dump,

make release error for customed x86 platform

2007-08-11 Thread Tony Zhu
Dear all I am building a custom FreeBSD for internal use for the various platforms we used (x86 platform). I am encountering a issue write failed, filesystem is full when creating the boot.floppy on touch release.5, can someone take a look to see what's the reason? following is the screen dump,

6.2 make release

2007-06-03 Thread John Burns
with cvsup and the cvs-supfile in the examples directory. I used the following commands: cd /usr/src make buildworld cd /usr/src/release make release CHROOTDIR=/usr/exile BUILDNAME=EXILE SECURITY \ CVSROOT=/home/ncvs I get the following error error missing kernel configuration file(s) (SMP

make release / automated install / install.cfg woes

2006-03-12 Thread Allen
e out if the test system will boot off *any* hard drive? On a related note, when I make a change to this file, can I get away with something less than a new full "make release?" Is make rerelase or something else suitable when everything else is done and I'm just fiddling with

Re: make release error

2005-11-16 Thread Lowell Gilbert
Maxim Vetrov <[EMAIL PROTECTED]> writes: > I'm running 5.4 and trying to make release of 6.0. You do realize the documentation says that's not supported, right? You're kind of on your own there. >While making

make release error

2005-11-15 Thread Maxim Vetrov
Hi, I'm running 5.4 and trying to make release of 6.0. While making release, I got next error: ... cvs checkout: Updating doc/zh_TW.Big5/share cvs checkout: Updating doc/zh_TW.Big5/share/sgml if [ -d /usr/src/release/../../ports/distfiles/ ]; then cp -rp /usr/src/release/../../

make release cvsroot directory

2005-10-15 Thread Antoine Solomon
Hello all When creating a release using "make release" is it possible to specify the CVSROOT using pserver or ext? Or will I have to use NFS to mount my CVSROOT directory? -- Antoine W. Solomon Jr. ___ freebsd-questions@freebsd.org mailing

Re: make release

2005-10-10 Thread Lowell Gilbert
pirat sriyotha <[EMAIL PROTECTED]> writes: > hi sirs, > > am trying to make my own release by `make release -DNOGAME' at > /usr/src/release > with 5.4 notebook. i want to have packages that have been built included into > disc1.iso too but i get only 198mb of

make release

2005-10-09 Thread pirat sriyotha
hi sirs, am trying to make my own release by `make release -DNOGAME' at /usr/src/release with 5.4 notebook. i want to have packages that have been built included into disc1.iso too but i get only 198mb of src and ports and some others instead. would you please give me some hints on doing

Re: make release problem

2005-09-15 Thread Kövesdán Gábor
o get the script working? Here is the last part of make release: Setting up FTP distribution area 0 blocks 0 blocks touch ftp.1 Building CDROM live filesystem image 0 blocks 0 blocks 0 blocks 0 blocks 0 blocks 0 blocks 0 blocks 0 blocks Setting up CDROM boot area touch cdrom.1 Building CDROM

make release problem

2005-09-15 Thread Beecher Rintoul
re is the last part of make release: Setting up FTP distribution area 0 blocks 0 blocks touch ftp.1 Building CDROM live filesystem image 0 blocks 0 blocks 0 blocks 0 blocks 0 blocks 0 blocks 0 blocks 0 blocks Setting up CDROM boot area touch cdrom.1 Building CDROM disc1 filesystem image 0 blo

Re: mdconfig problem on make release of 5_4_0_RELEASE

2005-05-20 Thread William Richter
well, it's the kernel that's on disc1 of the 5.4 release iso's. mdconfig works. it just doesn't work when chroot'ed into the build directory. i've just discovered that the /sbin/mdconfig that comes with the distribution works when copied into the release tree (i also had to copy libc.so.5 in

Re: mdconfig problem on make release of 5_4_0_RELEASE

2005-05-20 Thread Kris Kennaway
On Fri, May 20, 2005 at 06:49:44AM -0500, William Richter wrote: > i'm attempting to make a release and the build of the mfs image is failing > (see below). > > it's mdconfig that's failing: > > + mdconfig -a -t vnode -f /R/stage/mfsroot/mfsroot > mdconfig: ioctl(/dev/mdctl): Inappropriate ioctl

mdconfig problem on make release of 5_4_0_RELEASE

2005-05-20 Thread William Richter
i'm attempting to make a release and the build of the mfs image is failing (see below). it's mdconfig that's failing: + mdconfig -a -t vnode -f /R/stage/mfsroot/mfsroot mdconfig: ioctl(/dev/mdctl): Inappropriate ioctl for device if fact i chroot'ed into the release directory and played around w

make release

2005-04-15 Thread Kövesdán Gábor
Hello there, I'm about to build a whole FreeBSD system with optimized code for my own purposes. I've read this document: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/release-build.html According this I should make a CVS mirror and follow the steps that the documention mentions. It

Problems With 'make release'

2005-01-02 Thread Tim Daneliuk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I cannot get make release to run. I am trying to do RELENG_4 release off of up to date stable sources. After a couple hours of running, I get: cc -O -pipe -mpreferred-stack-boundary=2 -I/usr/src/sys/boot/ficl -I/usr/src/sys/boot/ficl/i386 - -I/usr

make release question

2004-09-24 Thread David Rio Deiros
buildworld # cd release # make release CHROOTDIR=/local3/release BUILDNAME=5.2.1-RELEASE-p9 \ CVSROOT=/usr MAKE_ISOS=YES RELEASETAG=RELENG_5.2 Is that correct? I have doubts about the CVSROOT variable. As far as I understood, that variable points to the cvsrepository where you have the sources you

Help w/ make release on 4.9-RELEASE

2004-08-04 Thread George Hartzell
I'd like to make a custom live CD-2 of a -STABLE release (I want to include the asr-tools on it, so that I can tweak my raid which is normally running 5.2.1) I've been doing this from /usr/src/release sudo make release CHROOTDIR=/opus/release CVSROOT=/home/ncvs BUILDNAME=GH NODOC

Re: Make release for sparc64 target on i386 system

2004-06-04 Thread Kris Kennaway
On Fri, Jun 04, 2004 at 09:41:46AM -0400, Sven Willenberger wrote: > I seem to be running into brick walls making a 5.2.1-RELEASE-P8 for > sparc64 arch on an i386 system. I have tried the following using the > latest sources from cvsup: I don't think you can cross-target releases. For example, th

Make release for sparc64 target on i386 system

2004-06-04 Thread Sven Willenberger
I seem to be running into brick walls making a 5.2.1-RELEASE-P8 for sparc64 arch on an i386 system. I have tried the following using the latest sources from cvsup: 1)simple make buildworld to populate /usr/obj - make -DMAKE_ISOS -DNOPORTREADMES release \ BUILDNAME="5.2.1-RELEASE-P8-Sparc64" \

Make release problem

2004-04-02 Thread Oleg S. Denisov
Hi All. Please help if know. When i try build my own release i see the problem with floppy image building. Problem looks like this: --- /dev/md0c: 1.4MB (2880 sectors) block size 4096, fragment size 512 using 1 cylinder groups of 1.4

Re: Customizing a 'make release'...

2004-02-29 Thread Alex de Kruijff
off of > http://www.gsoft.com.au/~doconnor/FreeBSD-release-2.html, and > > /usr/bin/time sh -c 'make release CHROOTDIR=/hog0/release NODOC=YES > NOPORTS=YES BUILDNAME=5.2-REL-FOO CVSROOT=/hog1/FreeBSD-CVS > RELEASETAG=RELENG_5_2_1_RELEASE' | & tee /tmp/release

Customizing a 'make release'...

2004-02-26 Thread Peter Losher
sh -c 'make release CHROOTDIR=/hog0/release NODOC=YES NOPORTS=YES BUILDNAME=5.2-REL-FOO CVSROOT=/hog1/FreeBSD-CVS RELEASETAG=RELENG_5_2_1_RELEASE' | & tee /tmp/release.log Now my understanding is that 'make release' honors the variables set in /etc/make.conf, where I ha

'make release' questions.

2004-01-26 Thread Peter Losher
o I need to specify it in the 'make release', etc.) Best Wishes - Peter -- [ http://www.plosh.net/ ] - "Earth Halted : Please Reboot" ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To u

Make Release with CVSROOT pointing at a CVSup mirror

2003-09-15 Thread David F. Severski
ystem, avoiding me from having to schlep around the multi-gig repository to build releases on my various test boxes. I cannot seem to get the correct syntax to CVSROOT to allow make release to pull from the networked repository and keep getting connection refused error messages. Indeed, all the han

Re: Help with "make release" from -CURRENT to -STABLE

2003-08-14 Thread Kirk Strauser
At 2003-08-05T12:17:07Z, Kirk Strauser <[EMAIL PROTECTED]> writes: Seriously, noone's "made release" for an older version before? -- Kirk Strauser pgp0.pgp Description: PGP signature

Help with "make release" from -CURRENT to -STABLE

2003-08-05 Thread Kirk Strauser
d I pretty much follow what's going on. However, I don't really understand at which point I'm actually supposed to be building the release. I'm loosely following the example from the man page: cd /usr/src cvs diff -u > /path/to/local.patch make buildworld

Re: make release broken for -STABLE?

2003-01-23 Thread Bruce A. Mah
I wrote: > We might be able to move the de, em, or vx drivers to the mfsroot > floppy, if there's space. I'll try playing around with this, if I get > some time. (Obviously that shouldn't preclude someone else from > working on this problem.) I moved the em driver to mfsroot.flp and was able

Re: make release broken for -STABLE?

2003-01-23 Thread Bruce A. Mah
If memory serves me right, "Igor B. Bykhalo" wrote: [kern.flp overflow again] > I don't get it: [snip] > > goshik# ls -l *kern* > > image.kern: > > total 1346 > > drwxr-xr-x 2 root wheel 512 22 ÑÎ× 21:19 boot > > -r-xr-xr-x 1 root wheel 1344894 22 ÑÎ× 21:19 kernel.gz > > > > kernels:

make release broken for -STABLE?

2003-01-23 Thread Igor B. Bykhalo
goshik# uname -a FreeBSD goshik.binep.ac.ru 4.7-STABLE FreeBSD 4.7-STABLE #55: Wed Jan 22 13:20:00 MSK 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GO i386 > goshik# make release CVSROOT=/home/ncvs CHROOTDIR=/home/release RELEASETAG=RELENG_4 >DOCLANG=en_US.ISO8859-1 MAKE_ISOS=YES [...] &

Re: Follow-up: Yet Another make release fails on ghostscript-gnu

2002-11-06 Thread Lowell Gilbert
Michael Dexter <[EMAIL PROTECTED]> writes: > Having complete control over the build of my network OS is simply > revolutionary... but I was hoping this revolution would not be so > bloody. You can get *that* with one of the supported update options. "make release" was n

Follow-up: Yet Another make release fails on ghostscript-gnu

2002-11-05 Thread Michael Dexter
Greetings again, Regarding the make release mentioned earlier... After peppering my /usr/ports/distfiles/ tree with very redundant distfiles, i.e. the same files in /usr/ports and /usr/ports/ghostscript and /usr/ports/ghostscript-gnu, things finally worked. (Ending on a vn present failure

Yet Another make release fails on ghostscript-gnu

2002-11-05 Thread Michael Dexter
Greetings from Latvia, I am very, very excited about FreeBSD's "make release" ability but like many others I have read about on the various list archives, I my builds are hanging on trivial failures. In this case, the eplaser-3.0.4-651.tgz file is failing its checksum, bringin