thats 30mb of downloading when there could be less than 1



Code: Select all
have=linux-2.6.8.1.tar.bz2
want=links-2.1pre15.tar.bz2
version=0.5.3.4
Code: Select all
>>> emerge (1 of 31) x11-libs/qt-3.3.3 to /
>>> Downloading http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/qt-x11-free-3.3.3.tar.bz2
Checking if a Thirdparty-Mirror is used ...
No third-party mirror.
Searching for a previosly downloaded file in /usr/portage/distfiles
We have following candidates to choose from
qt-x11-free-3.3.2.tar.bz2
The best of all is ... qt-x11-free-3.3.2.tar.bz2
Checking if this file is OK.
Trying to download qt-x11-free-3.3.2.tar.bz2-qt-x11-free-3.3.3.tar.bz2.dtu
--15:40:52-- http://linux01.gwdg.de/%7Enlissne/deltup.php?have=qt-x11-free-3.3.2.tar.bz2&want=qt-x11-free-3.3.3.tar.bz2&version=0.5.3
=> `deltup.php?have=qt-x11-free-3.3.2.tar.bz2&want=qt-x11-free-3.3.3.tar.bz2&version=0.5.3'
Resolving linux01.gwdg.de... 134.76.13.21
Connecting to linux01.gwdg.de[134.76.13.21]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: ftp://134.102.120.44/deltup/qt-x11-free-3.3.2.tar.bz2-qt-x11-free-3.3.3.tar.bz2.dtu [following]
--15:40:53-- ftp://134.102.120.44/deltup/qt-x11-free-3.3.2.tar.bz2-qt-x11-free-3.3.3.tar.bz2.dtu
=> `qt-x11-free-3.3.2.tar.bz2-qt-x11-free-3.3.3.tar.bz2.dtu.3'
Connecting to 134.102.120.44:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /deltup ... done.
==> PASV ... done. ==> RETR qt-x11-free-3.3.2.tar.bz2-qt-x11-free-3.3.3.tar.bz2.dtu ... done.
[ <=> ] 854,616 3.11K/s
15:44:18 (4.13 KB/s) - `qt-x11-free-3.3.2.tar.bz2-qt-x11-free-3.3.3.tar.bz2.dtu.3' saved [854616]
GOT qt-x11-free-3.3.2.tar.bz2-qt-x11-free-3.3.3.tar.bz2.dtu.3
Yes, we got the dtu-file now let's build qt-x11-free-3.3.3.tar.bz2...
/usr/local/bin/getdelta.sh: line 536: 29774 Segmentation fault deltup -p -v ${best_candidate}-${NEW_FILE}.dtu
The dtu could not be fetched, downloading full file from original URLCode: Select all
linathlon jon # emerge gdb
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-devel/gdb-6.0 to /
>>> Downloading ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/distfiles/gdb-6.0.tar.bz2
Checking if a Thirdparty-Mirror is used ...
No third-party mirror.
Searching for a previosly downloaded file in /usr/portage/distfiles
We have following candidates to choose from
gdm-2.4.4.7.tar.bz2
gdm-2.6.0.3.tar.bz2
gdm-2.6.0.4.tar.bz2
The best of all is ... gdm-2.6.0.4.tar.bz2
Checking if this file is OK.
Could not find a digest-file for gdm-2.6.0.4.tar.bz2. Testing file integrity with tar.
Trying to download gdm-2.6.0.4.tar.bz2-gdb-6.0.tar.bz2.dtu
[...]nastassja wrote:maybe it would be a good idea to check the gcc version, and patch file.h if going to use gcc 3.4.x so that it compiles.. having to fix that manually its a pain in the XXX
Code: Select all
src_unpack () {
unpack ${A}
cd ${S}
GCC_MAJOR_VER=$(gcc-config -c | awk -F- '{print $NF}' | cut -d"." -f1)
GCC_MINOR_VER=$(gcc-config -c | awk -F- '{print $NF}' | cut -d"." -f2)
if [[ "$GCC_MAJOR_VER" -eq "3" && "$GCC_MINOR_VER" -ge "4" ]]; then
epatch ${FILESDIR}/${P}-gcc34.patch
fi
}Code: Select all
GOT gcc-3.4.1.tar.bz2-gcc-3.4.2.tar.bz2.dtu.2
Yes, we got the dtu-file now let's build gcc-3.4.2.tar.bz2...
/usr/local/bin/getdelta.sh: line 536: 2918 Segmentation fault deltup -p -v ${best_candidate}-${NEW_FILE}.dtu
The dtu could not be fetched, downloading full file from original URL
Code: Select all
---skiped---
The best of all is ... OOo_1.1.2_LinuxIntel_install.tar.gz
Checking if this file is OK.
Trying to download
---skiped---
OOo_1.1.2_LinuxIntel_install.tar.gz-OOo_1.1.3_LinuxIntel_install.tar.gz.dtu
Connecting to 134.102.120.44:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /deltup ... done.
==> PASV ... done. ==> RETR OOo_1.1.2_LinuxIntel_install.tar.gz-OOo_1.1.3_LinuxIntel_install.tar.gz.dtu ... done.
[ <=> ] 30,435,680 8.01K/s
01:36:33 (7.99 KB/s) - Control connection closed.
Giving up.
The dtu could not be fetched, downloading full file from original URL
^C
Code: Select all
# cd /usr/portage/distfiles
# ncftpget ftp://134.102.120.44/deltup/OOo_1.1.2_LinuxIntel_install.tar.gz-OOo_1.1.3_LinuxIntel_install.tar.gz.dtuCode: Select all
# deltup -p -v OOo_1.1.2_LinuxIntel_install.tar.gz-OOo_1.1.3_LinuxIntel_install.tar.gz.dtu
OOo_1.1.2_LinuxIntel_install.tar.gz -> OOo_1.1.3_LinuxIntel_install.tar.gz: OK
cleaning upCode: Select all
# md5sum OOo_1.1.3_LinuxIntel_install.tar.gz
1d87f6c730b6fa5252d7dfd4d2c69de4 OOo_1.1.3_LinuxIntel_install.tar.gz
# cat /usr/portage/app-office/openoffice-bin/files/digest-openoffice-bin-1.1.3
MD5 1d87f6c730b6fa5252d7dfd4d2c69de4 OOo_1.1.3_LinuxIntel_install.tar.gz 80123557
Code: Select all
Calculating world dependencies ...done!
>>> emerge (1 of 8) sys-libs/glibc-2.3.4.20040808-r1 to /
>>> Previously fetched file: glibc-infopages-2.3.4.tar.bz2 MD5 ;-)
>>> Previously fetched file: glibc-manpages-2.3.4.tar.bz2 MD5 ;-)
>>> Previously fetched file: glibc-2.3.3.tar.bz2 MD5 ;-)
>>> Previously fetched file: glibc-2.3.4-branch-update-20040808.patch.bz2 MD5 ;-)
>>> md5 src_uri ;-) glibc-2.3.3.tar.bz2
>>> md5 src_uri ;-) glibc-manpages-2.3.4.tar.bz2
>>> md5 src_uri ;-) glibc-infopages-2.3.4.tar.bz2
>>> md5 src_uri ;-) glibc-2.3.4-branch-update-20040808.patch.bz2
>>> emerge (2 of 8) sys-devel/make-3.80-r1 to /
>>> Previously fetched file: make-3.80.tar.bz2 MD5 ;-)
>>> md5 src_uri ;-) make-3.80.tar.bz2
>>> emerge (3 of 8) dev-libs/glib-2.4.6 to /
>>> Previously fetched file: glib-2.4.6.tar.bz2 MD5 ;-)
>>> md5 src_uri ;-) glib-2.4.6.tar.bz2
>>> emerge (4 of 8) x11-misc/ttmkfdir-3.0.9-r2 to /
>>> Previously fetched file: ttmkfdir-3.0.9.tar.bz2 MD5 ;-)
>>> md5 src_uri ;-) ttmkfdir-3.0.9.tar.bz2
>>> emerge (5 of 8) x11-base/xorg-x11-6.8.0-r1 to /
>>> Previously fetched file: X11R6.8.0-src2.tar.gz MD5 ;-)
>>> Previously fetched file: gentoo-cursors-tad-0.3.1.tar.bz2 MD5 ;-)
>>> Previously fetched file: xorg-x11-6.8.0-patches-0.2.2.1.tar.bz2 MD5 ;-)
>>> Previously fetched file: X11R6.8.0-src5.tar.gz MD5 ;-)
>>> Previously fetched file: X11R6.8.0-src4.tar.gz MD5 ;-)
>>> Downloading http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/X11R6.8.0-src1.tar.gz
Checking if a Thirdparty-Mirror is used ...
/usr/local/bin/getdelta.sh: line 292: /tmp/getdelta.tmp: cannot overwrite existing file
No third-party mirror.
Searching for a previosly downloaded file in /usr/portage/distfiles
We have following candidates to choose from
X11R6.7.0-src1.tar.gz
The best of all is ... X11R6.7.0-src1.tar.gz
Checking if this file is OK.
Trying to download X11R6.7.0-src1.tar.gz-X11R6.8.0-src1.tar.gz.dtu
--21:03:02-- http://linux01.gwdg.de/%7Enlissne/deltup.php?have=X11R6.7.0-src1.tar.gz&want=X11R6.8.0-src1.tar.gz&version=0.5.4
=> `deltup.php?have=X11R6.7.0-src1.tar.gz&want=X11R6.8.0-src1.tar.gz&version=0.5.4'
Resolving linux01.gwdg.de... 134.76.13.21
Connecting to linux01.gwdg.de[134.76.13.21]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://linux01.gwdg.de/~nlissne/deltup-server.msg [following]
--21:03:03-- http://linux01.gwdg.de/%7Enlissne/deltup-server.msg
=> `deltup-server.msg'
Connecting to linux01.gwdg.de[134.76.13.21]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 213 [text/plain]
100%[====================================>] 213 --.--K/s
21:03:04 (2.03 MB/s) - `deltup-server.msg' saved [213/213]
GOT deltup-server.msg
Yes, we got the dtu-file now let's build X11R6.8.0-src1.tar.gz...
/usr/local/bin/getdelta.sh: line 545: 27858 Segmentation fault deltup -p -v ${best_candidate}-${NEW_FILE}.dtu
IMPORTANT MESSAGE FROM DELTUP-SERVER
A new version of getdelta.sh is available (0.5.4)
getdelta-0.5.4 fixes a security bug (possible symlink-attack)
please update.
You can get it here:
http://linux01.gwdg.de/~nlissne/getdelta-0.5.4.tar.bz2
---