Subject: Re: make update takes too much disk space?
To: Roland Illig <roland.illig@gmx.de>
From: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
List: tech-pkg
Date: 08/06/2004 21:24:37
On Fri, Aug 06, 2004 at 20:58:42 +0200, Roland Illig wrote:

> bmake update UPDATE_TARGET="install clean"

Hmm, that doesn't look right. I would have expected a continued build:

[...]
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../bonobo-activation -I../bonobo-activation -DSERVERINFODIR=\"/usr/pkg/lib/bonobo/servers\" -DSERVER_LOCALEDIR=\""/usr/pkg/share/locale"\" -DORBIT2=1 -pthread -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/orbit-2.0 -I/usr/pkg/include/libxml2   -DSERVER_CONFDIR=\"/usr/pkg/etc/bonobo-activation\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo-Activation-Server\"   -I/usr/pkg/include -I/usr/include  -O2 -I/usr/pkg/include -I/usr/include -MT client.o -MD -MP -MF ".deps/client.Tpo" \
  -c -o client.o `test -f 'client.c' || echo './'`client.c; \
then mv -f ".deps/client.Tpo" ".deps/client.Po"; \
else rm -f ".deps/client.Tpo"; exit 1; \
fi
/bin/sh ../libtool --mode=link gcc  -O2 -I/usr/pkg/include -I/usr/include  -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o activation-client  client.o ../bonobo/libbonobo-2.la -lname-server-2 -Wl,-R/usr/pkg/lib -Wl,--export-dynamic -pthread -L/usr/pkg/lib -lORBitCosNaming-2 -lORBit-2 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lxml2 -lz -lm   -lpopt  -lintl
mkdir .libs
^Cgmake[3]: *** [activation-client] Interrupt
gmake[2]: *** [all] Interrupt
gmake[1]: *** [all-recursive] Interrupt
gmake: *** [all] Interrupt
-# pwd
/usr/pkgsrc/devel/glib2
-# bmake update UPDATE_TARGET="install clean"
-bash: bmake: command not found
-# make update UPDATE_TARGET="install clean"
===> Resuming update for glib2-2.4.4
===> Checking for vulnerabilities in glib2-2.4.4
=> glib-2.4.4.tar.bz2 doesn't seem to exist on this system.
=> Attempting to fetch glib-2.4.4.tar.bz2 from ftp://ftp.gtk.org/pub/gtk/v2.4/.
=> [2138838 bytes]
Connected to ftp.gimp.org.
220 Welcome to the GIMP.ORG FTP service.
331 Please specify the password.
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Switching to Binary mode.
250 Directory successfully changed.
250-
250-This is GTK+.   GTK, which stands for the Gimp ToolKit, 
250-is a library for creating graphical user interfaces.  
250-
250-In this directory you will find:
250-
250-binary/    Binary packages 
250-contrib/   Contributed packages and widgets
250-gtk--/     C++ bindings
250-perl/      Perl bindings
250-python/    Python bindings
250-tutorial/  The GTK tutorial
250-v0.99/     Old Development Series GTK+ 0.99
250-v1.0/      Old Stable Series GTK+ 1.0
250-v1.1/      Old Development Series GTK+ 1.1
250-v1.2/      Stable Series GTK+ 1.2
250-v1.3/      Current Development Series GTK+ 1.3
250-
250-The official ftp site is:
250-  ftp://ftp.gtk.org/pub/gtk
250-
250-The official web site is:
250-  http://www.gtk.org/gtk
250-
250-Patches can be uploaded to:
250-  ftp://ftp.gtk.org/incoming
250-
250-A mailing list is located at:
250-  gtk-list@gnome.org
250-
250-To subscribe: mail -s subscribe gtk-list-request@gnome.org < /dev/null
250-(Send mail to gtk-list-request@gnome.org with the subject "subscribe")
250 Directory successfully changed.
250 Directory successfully changed.
local: glib-2.4.4.tar.bz2 remote: glib-2.4.4.tar.bz2
229 Entering Extended Passive Mode (|||58742|)
150 Opening BINARY mode data connection for glib-2.4.4.tar.bz2 (2138838 bytes).
100% |*************************************|  2088 KB  151.16 KB/s    00:00 ETA
226 File send OK.
2138838 bytes received in 00:13 (151.12 KB/s)
221 Goodbye.
===> Cleaning for glib2-2.4.4
===> Cleaning for ORBit2-2.10.3
===> Cleaning for GConf2-2.6.3
===> Cleaning for pango-1.4.0
===> Cleaning for gtk2+-2.4.4
===> Cleaning for libglade2-2.3.6nb1
===> Cleaning for py23pth-gtk2-2.2.0nb1
===> Cleaning for libgnomecanvas-2.6.1.1
===> Cleaning for gail-1.6.6
===> Cleaning for gnome-keyring-0.2.1
===> Cleaning for glib2-2.4.4
-# 

	rvdp