![]() |
2009-12-03
, 15:58
|
|
Posts: 47 |
Thanked: 28 times |
Joined on Dec 2009
@ London, UK
|
#2
|
viper:~# sudo maemo-sdk install tools lenny-2009-1 Using proxy 'http://xxx.xxx.xxx.xxx:8080/'... --2009-12-03 15:53:56-- http://maemo-sdk.garage.maemo.org/do...-2009-1.config Connecting to xxx.xxx.xxx.xxx:8080... connected. Proxy request sent, awaiting response... 200 OK Length: 1522 (1.5K) [text/plain] Saving to: `lenny-2009-1.config' 100%[======================================>] 1,522 --.-K/s in 0s 2009-12-03 15:53:56 (89.6 MB/s) - `lenny-2009-1.config' saved [1522/1522] Using proxy 'http://xxx.xxx.xxx.xxx:8080/'... --2009-12-03 15:53:56-- http://maemo-sdk.garage.maemo.org/do...9-1.postconfig Connecting to xxx.xxx.xxx.xxx:8080... connected. Proxy request sent, awaiting response... 200 OK Length: 0 [text/plain] Saving to: `lenny-2009-1.postconfig' [ <=> ] 0 --.-K/s in 0s 2009-12-03 15:53:56 (0.00 B/s) - `lenny-2009-1.postconfig' saved [0/0] This script will Installs Debian 'lenny' tools distribution in target path. Install options --------------- Install options Debian release lenny Debian source http://ftp.debian.org/debian Extra packages: Distribution root: /opt/maemo/dists/lenny-2009-1 Checking for prerequisites -------------------------- Running as user root... yes Not running as user root inside fakeroot... yes Running outside of scratchbox... yes Running on Linux kernel... yes curl tool in path... /usr/bin/curl debootstrap tool in path... /usr/sbin/debootstrap Install path is sane... yes Debian Release is found... no E: Couldn't download Debian Repository file Please, run this operation as root. viper:~#
![]() |
2009-12-03
, 17:29
|
Posts: 67 |
Thanked: 13 times |
Joined on Feb 2008
@ U.S.A.
|
#3
|
![]() |
2009-12-03
, 18:39
|
|
Posts: 47 |
Thanked: 28 times |
Joined on Dec 2009
@ London, UK
|
#4
|
Note that when installing behind HTTP proxy, make sure that sudo propagates 'http_proxy' environment variable to super-user shell. At least sudo in debian is configured so that it doesn't do this so you might want to do following:
% sudo env http_proxy="http://myproxy:myport" maemo-sdk install ..
or something similar.
![]() |
2009-12-03
, 20:06
|
Posts: 67 |
Thanked: 13 times |
Joined on Feb 2008
@ U.S.A.
|
#5
|
[EDIT] I just removed the use of a mirror, and it worked. At least, it made more progress.
This is the next problem:
Last edited by jgombos; 2009-09-12 at 21:43. Reason: actually not solved