Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

make release problems (amd64)

0 views
Skip to first unread message

Daniel O'Connor

unread,
Mar 26, 2011, 12:33:47 AM3/26/11
to freebsd-current Current
Has anyone done one recently?

I note there aren't any snapshots for this month, so perhaps I'm not alone.

I tried this :-
RELNAME=9.0
BUILDNAME=${RELNAME}-GENESIS
make release CHROOTDIR=/tmp/${RELNAME}-release BUILDNAME=$BUILDNAME HTTP_PROXY=http://proxy:3128 FTP_PROXY=http://proxy:3128 EXTSRCDIR=/usr/src
EXTPORTSDIR=/usr/ports EXTDOCDIR=/usr/doc NOPORTS=YES MAKE_ISOS=YES

However it appears to have started recursively taring up /usr/src/release/dist :-/

[snip]
a ./boot/kernel/linker.hints
mv /usr/src/release/dist/kernel.txz /usr/src/release
mkdir -p /usr/src/release/dist/usr
ln -fs /usr/src/release/.. /usr/src/release/dist/usr/src
cd /usr/src/release/dist && tar cLvJf /usr/src/release/src.txz --exclude .svn --exclude CVS usr/
src
a usr/src
a usr/src/usr.bin
a usr/src/release
..
a usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/lib32.txz
a usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/kernel.txz

then I killed it.

I'm not sure why it's putting stuff in /usr/src/release rather than /tmp/9.0-GENESIS or /usr/obj somewhere..

--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C


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

Daniel O'Connor

unread,
Mar 26, 2011, 1:04:20 AM3/26/11
to Daniel O'Connor, freebsd-current Current

On 26/03/2011, at 15:02, Daniel O'Connor wrote:
usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/kernel.txz
>
> then I killed it.
>
> I'm not sure why it's putting stuff in /usr/src/release rather than /tmp/9.0-GENESIS or /usr/obj somewhere..

I did a bit more looking around and found that I needed a 'make obj' first, all good now :)

Daniel O'Connor

unread,
Mar 26, 2011, 4:45:46 AM3/26/11
to O. Hartmann, freebsd-current Current

On 26/03/2011, at 18:42, O. Hartmann wrote:
> Yes, I tried and I ran into the same problems. But I didn't run into problems lately, the problem resists for me now for approx. three weeks or so and I reported this in "questions@" once.

Try 'make obj' before 'make release' - that fixed it for me.

O. Hartmann

unread,
Mar 26, 2011, 7:29:56 AM3/26/11
to Daniel O'Connor, freebsd-current Current
On 26.03.2011 05:32, Daniel O'Connor wrote:
> Has anyone done one recently?
>
> I note there aren't any snapshots for this month, so perhaps I'm not alone.
>
> I tried this :-
> RELNAME=9.0
> BUILDNAME=${RELNAME}-GENESIS
> make release CHROOTDIR=/tmp/${RELNAME}-release BUILDNAME=$BUILDNAME HTTP_PROXY=http://proxy:3128 FTP_PROXY=http://proxy:3128 EXTSRCDIR=/usr/src
> EXTPORTSDIR=/usr/ports EXTDOCDIR=/usr/doc NOPORTS=YES MAKE_ISOS=YES
>
> However it appears to have started recursively taring up /usr/src/release/dist :-/
>
> [snip]
> a ./boot/kernel/linker.hints
> mv /usr/src/release/dist/kernel.txz /usr/src/release
> mkdir -p /usr/src/release/dist/usr
> ln -fs /usr/src/release/.. /usr/src/release/dist/usr/src
> cd /usr/src/release/dist&& tar cLvJf /usr/src/release/src.txz --exclude .svn --exclude CVS usr/

> src
> a usr/src
> a usr/src/usr.bin
> a usr/src/release
> ...

> a usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/lib32.txz
> a usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/kernel.txz
>
> then I killed it.
>
> I'm not sure why it's putting stuff in /usr/src/release rather than /tmp/9.0-GENESIS or /usr/obj somewhere..
>
> --
> Daniel O'Connor software and network engineer
> for Genesis Software - http://www.gsoft.com.au
> "The nice thing about standards is that there
> are so many of them to choose from."
> -- Andrew Tanenbaum
> GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
>

Hello.

Yes, I tried and I ran into the same problems. But I didn't run into
problems lately, the problem resists for me now for approx. three weeks
or so and I reported this in "questions@" once.

Oliver

0 new messages