Re: [gentoo-user] emerge without download

2006-04-06 Thread go moko
--- Richard Fish [EMAIL PROTECTED] wrote: On 4/5/06, Neil Bothwick [EMAIL PROTECTED] wrote: On Wed, 5 Apr 2006 04:48:39 -0700 (PDT), go moko wrote: ls -l /usr/portage/distfiles/libXext* -rw-rw-r-- 2 root portage 248688 Feb 16 19:34 /usr/portage/distfiles/libXext-1.0.0.tar.bz2

Re: [gentoo-user] emerge without download

2006-04-06 Thread go moko
--- Matthias Bethke [EMAIL PROTECTED] wrote: Hi Benno, on Wednesday, 2006-04-05 at 14:50:29, you wrote: Just put LINGUAS=fr en. I'm unsure whether en-us is recognized. The Localization Guide isn't very clear about the syntax of these, nor how to get a list of available codes. I guess

Re: [gentoo-user] emerge without download

2006-04-06 Thread go moko
Or, as a workaround, you could set up http-replicator (there's a package for it) and put your downloaded ebuilds into the replicator cache then change your make.conf rsync settings to emerge from the replicator. The replicator log will show you anything it thinks it needs to download that

Re: [gentoo-user] emerge without download

2006-04-06 Thread Daniel da Veiga
On 4/6/06, go moko [EMAIL PROTECTED] wrote: --- Richard Fish [EMAIL PROTECTED] wrote: On 4/5/06, Neil Bothwick [EMAIL PROTECTED] wrote: On Wed, 5 Apr 2006 04:48:39 -0700 (PDT), go moko wrote: ls -l /usr/portage/distfiles/libXext* -rw-rw-r-- 2 root portage 248688 Feb 16

Re: [gentoo-user] emerge without download

2006-04-06 Thread Richard Fish
On 4/6/06, go moko [EMAIL PROTECTED] wrote: Moreover, why 'emerge package digest' try to download the file instead of creating the corresponding digest file? The command you wanted was 'ebuild'... -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] emerge without download

2006-04-06 Thread Neil Bothwick
On Thu, 6 Apr 2006 08:09:55 -0700, Richard Fish wrote: Moreover, why 'emerge package digest' try to download the file instead of creating the corresponding digest file? The command you wanted was 'ebuild'... Or 'emerge --digest package' if you have a recent enough portage. -- Neil

Re: [gentoo-user] emerge without download

2006-04-06 Thread go moko
--- Neil Bothwick [EMAIL PROTECTED] wrote: On Thu, 6 Apr 2006 08:09:55 -0700, Richard Fish wrote: Moreover, why 'emerge package digest' try to download the file instead of creating the corresponding digest file? The command you wanted was 'ebuild'... Or 'emerge --digest

Re: [gentoo-user] emerge without download

2006-04-06 Thread Hans-Werner Hilse
Hi, On Thu, 6 Apr 2006 09:22:11 -0700 (PDT) go moko [EMAIL PROTECTED] wrote: Moreover, why 'emerge package digest' try to download the file instead of creating the corresponding digest file? The command you wanted was 'ebuild'... Or 'emerge --digest package' if you have a

Re: [gentoo-user] emerge without download

2006-04-06 Thread Richard Fish
On 4/6/06, go moko [EMAIL PROTECTED] wrote: Yeah, excuse, it was 'ebuild package digest' which try to download the file. Ok, well I don't see how this could happen with libXext. However with other packages this might occur if you don't have all of the source archives downloaded. For example

Re: [gentoo-user] emerge without download

2006-04-05 Thread Peter Campion-Bye
I download first all the files and put them in /usr/portage/distfiles. After that, I can make an emerge package. So you download them manually? If so, its better to use emerge -f package. It automatically downloads the files and all dependencies to /usr/portage/distfiles, and you can be

Re: [gentoo-user] emerge without download

2006-04-05 Thread go moko
--- Peter Campion-Bye [EMAIL PROTECTED] wrote: I download first all the files and put them in /usr/portage/distfiles. After that, I can make an emerge package. So you download them manually? If so, its better to use emerge -f package. It automatically downloads the files and all

Re: [gentoo-user] emerge without download

2006-04-05 Thread go moko
--- Richard Fish [EMAIL PROTECTED] wrote: No, I've checked that. And libXext is just an example, but other packages (a minority) act as this one. emerge try to download the exact file that I've put in /usr/portage/distfiles. I checked this too by doing an 'ls -l' on the file that

Re: [gentoo-user] emerge without download

2006-04-05 Thread Benno Schulenberg
go moko wrote: LINGUAS=fr en en-us -ab -ace -ach -ada -aa -afh -af -aka -akk -sq -ale -am -i-ami -ar -ar-dz -ar-eg -ar-iq -ar-jo -ar-kw -ar-lb -ar-ly -ar-ma -ar-om -ar-qa [...] O.O Mention in LINGUAS only the languages you want to have available, not anything else. LINGUAS is not like USE,

Re: [gentoo-user] emerge without download

2006-04-05 Thread Jeremy Olexa
This might have already been said but always use emerge -f package to download the dist files. Some packages have more than one file to download (patches and whatnot). That sounds like your problem. -Jeremy -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] emerge without download

2006-04-05 Thread Neil Bothwick
On Wed, 5 Apr 2006 04:48:39 -0700 (PDT), go moko wrote: ls -l /usr/portage/distfiles/libXext* -rw-rw-r-- 2 root portage 248688 Feb 16 19:34 /usr/portage/distfiles/libXext-1.0.0.tar.bz2 It looks like this is the problem $ ls -l /mnt/portage/distfiles/libXext* -rw-rw-r-- 1 root portage

Re: [gentoo-user] emerge without download

2006-04-05 Thread Matthias Bethke
Hi Benno, on Wednesday, 2006-04-05 at 14:50:29, you wrote: Just put LINGUAS=fr en. I'm unsure whether en-us is recognized. The Localization Guide isn't very clear about the syntax of these, nor how to get a list of available codes. I guess the basic ones are the two-letter ISO codes as for

Re: [gentoo-user] emerge without download

2006-04-05 Thread Richard Fish
On 4/5/06, Neil Bothwick [EMAIL PROTECTED] wrote: On Wed, 5 Apr 2006 04:48:39 -0700 (PDT), go moko wrote: ls -l /usr/portage/distfiles/libXext* -rw-rw-r-- 2 root portage 248688 Feb 16 19:34 /usr/portage/distfiles/libXext-1.0.0.tar.bz2 It looks like this is the problem I agree,

Re: [gentoo-user] emerge without download

2006-04-04 Thread Devon Miller
Are you sure it's not a dependency? Try emerge -pD libXext to get a list of everything that is needed to build and install that library.dcmOn 4/4/06, go moko [EMAIL PROTECTED] wrote:Hi, all I've no internet connexion on my Gentoo machine, so Idownload first all the files and put them

Re: [gentoo-user] emerge without download

2006-04-04 Thread go moko
--- Devon Miller [EMAIL PROTECTED] wrote: Are you sure it's not a dependency? Try emerge -pD libXext to get a list of everything that is needed to build and install that library. dcm No, I've checked that. And libXext is just an example, but other packages (a minority) act as this one.

Re: [gentoo-user] emerge without download

2006-04-04 Thread Richard Fish
On 4/4/06, go moko [EMAIL PROTECTED] wrote: --- Devon Miller [EMAIL PROTECTED] wrote: Are you sure it's not a dependency? Try emerge -pD libXext to get a list of everything that is needed to build and install that library. dcm No, I've checked that. And libXext is just an example,

Re: [gentoo-user] emerge without download

2006-04-04 Thread Gabriel Dain
I download first all the files and put them in /usr/portage/distfiles. After that, I can make an emerge package. So you download them manually? If so, its better to use emerge -f package. It automatically downloads the files and all dependencies to /usr/portage/distfiles, and you can be 100%