vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello I have rsynced my portage tree and am this is output of emerge avr-libc root#emerge avr-libc >>> emerge (1 of 1) dev-embedded/avr-libc-1.0.2-r1 to / >>> Downloading ftp://ftp.ucsb.edu/pub/mirrors/linux...-1.0.2.tar.bz2 --23:03:54-- ftp://ftp.ucsb.edu/pub/mirrors/linux...-1.0.2.tar.bz2 => `/usr/portage/distfiles/libc-1.0.2.tar.bz2' Resolving BLAH Connecting to BLAH... connected. Logging in as BLAH ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/mirrors/linux/gentoo/distfiles ... done. ==> PASV ... done. ==> RETR libc-1.0.2.tar.bz2 ... No such file `libc-1.0.2.tar.bz2'. The last line clearly shows that the emerge is looking for the wrong file anyway. it should be looking for "avr-libc-1.0.2.tar.bz2" , not " "libc-1.0.2.tar.bz2" here is the relevant part from the avr-libc-1.0.2-r1.ebuild file: IUSE="nls" MY_P=${P/avr-/} DESCRIPTION="Libc for the AVR microcontroller architecture" HOMEPAGE="http:////www.nongnu.org/avr-libc/" SRC_URI="http://savannah.nongnu.org/download/avr-libc/${MY_P}.tar.bz2" ++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++ I am suprised becuase this bug should have been caught earlier. or am i at fault? ...Also why doesnt the emerge go in for the latest avr-libc ..version 1.0.4 has been released. Can someone xplain how i can get emerge to get latest versions. thanks |