Quellcode |
|
1 2 3 |
export http_proxy="http://user:passwd@proxy:port¨ export ftp_proxy="ftp://user:passwd@proxy:port" export RSYNC_PROXY="user:passwd@proxy:port" |
Quellcode |
|
1 |
links -http-proxy PROXY:PORT http://www.gentoo.org/main/en/mirrors.xml |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
>>> Starting rsync with rsync://134.68.240.59/gentoo-portage... >>> Checking server timestamp ... bad response from proxy -- HTTP/1.0 403 Forbidden rsync: failed to connect to 192.168.1.97: No such file or directory (2) rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=2.0.7] >>> Retrying... >>> Starting rsync X of X with rsync://209.177.148.226/gentoo-portage... >>> Checking server timestamp ... bad response from proxy -- HTTP/1.0 403 Forbidden rsync: failed to connect to 192.168.1.97: No such file or directory (2) rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=2.0.7] >>> Retrying... [...] !!! Exhausted addresses for rsync.gentoo.org |
Quellcode |
|
1 |
mirrorselect -i -o >> /mnt/gentoo/etc/make.conf |
Quellcode |
|
1 |
ping -c 3 www.gentoo.org |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »moritz640« (08.01.2011, 19:21)
Quellcode |
|
1 2 |
export http_proxy="http://proxy:port" export ftp_proxy="http://proxy:port" |
Quellcode |
|
1 2 3 4 5 6 7 8 9 |
/bin/sh: lzma: command not found make[2]: *** [arch/x86/boot/compressed/vmlinux.bin.lzma] Error 1 make[1]: *** [arch/x86/boot/compressed/vmlinux] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [bzImage] Error 2 * Gentoo Linux Genkernel; Version 3.4.10.907 * Running with options: all * ERROR: Failed to compile the "bzImage" target... * -- End log... -- |
Quellcode |
|
1 |
emerge -av --oneshot app-arch/xz-utils |
Quellcode |
|
1 2 |
$ qfile /usr/bin/lzma app-arch/xz-utils (/usr/bin/lzma) |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »josef.95« (06.01.2011, 20:45)
Quellcode |
|
1 |
gcc: unrecognized option "-02" |
Quellcode |
|
1 2 3 |
CHOST="i686-pc-linux-gnu" CFLAGS="-march=prescott -02 -fomit-frame-pointer -pipe" CXXFLAGS="${CFLAGS}" |
richtig[...]
Also muss ich nicht meinen ganzen kernel nochmal kompilieren?
[...]
Zitat von »man emerge«
--emptytree (-e)
Reinstalls target atoms and their entire deep dependency tree, as though no packages are currently installed. You should run
this with --pretend first to make sure the result is what you expect.