Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308543 - deltup server is not working
Summary: deltup server is not working
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-08 23:03 UTC by Rodion
Modified: 2010-04-03 14:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rodion 2010-03-08 23:03:05 UTC
When you try to install the package, deltup server refuses to create dtu-file: http://paste.org.ru/?guv4hn
"emerge --info":  http://dpaste.com/169683/

Reproducible: Always

Steps to Reproduce:
1. Turn on deltup in /etc/make.conf
2. Try to update any package that is the tarball for old version.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-03-23 18:11:51 UTC
Please don't use pastebins because they expire, you can attach files here.
Comment 2 Pacho Ramos gentoo-dev 2010-03-23 20:48:43 UTC
And last one expired :-(
Comment 3 Roberto Castagnola 2010-03-28 12:54:29 UTC
Same here.
I don't use getdelta.sh script, while I run wget directly.
The main failure reason I get is: 'sorry, could not get <source-package>'.

Following an example:

tux delta-tmp # wget 'http://linux01.gwdg.de/~nlissne/deltup.php?have=mysql-5.1.44.tar.gz&want=mysql-5.1.45.tar.gz&url=ftp://mirror.switch.ch/mirror/gentoo/distfiles/mysql-5.1.45.tar.gz&version=0.7'
--2010-03-28 14:43:04--  http://linux01.gwdg.de/~nlissne/deltup.php?have=mysql-5.1.44.tar.gz&want=mysql-5.1.45.tar.gz&url=ftp://mirror.switch.ch/mirror/gentoo/distfiles/mysql-5.1.45.tar.gz&version=0.7
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://134.76.13.21/~nlissne/deltas/mysql-5.1.44.tar.gz-mysql-5.1.45.tar.gz.failed [following]
--2010-03-28 14:43:05--  http://134.76.13.21/~nlissne/deltas/mysql-5.1.44.tar.gz-mysql-5.1.45.tar.gz.failed
Reusing existing connection to linux01.gwdg.de:80.
HTTP request sent, awaiting response... 200 OK
Length: 41 [application/x-gzip]
Saving to: `mysql-5.1.44.tar.gz-mysql-5.1.45.tar.gz.failed'

100%[==============================================================================================================================================>] 41          --.-K/s   in 0s      

2010-03-28 14:43:05 (4.63 MB/s) - `mysql-5.1.44.tar.gz-mysql-5.1.45.tar.gz.failed' saved [41/41]

tux delta-tmp # cat mysql-5.1.44.tar.gz-mysql-5.1.45.tar.gz.failed
sorry, could not get mysql-5.1.45.tar.gz


Running wget on url tag link (ftp://mirror.switch.ch/mirror/gentoo/distfiles/mysql-5.1.45.tar.gz) works.