Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 157374
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Joe Sapp <nixphoeni@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: August Hörandl <hoea@gmx.at>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 157374 depends on: Show dependency tree
Bug 157374 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-12-06 15:05 0000
after downlaoding the *ger* file the ebuild tries to unpack the *eng* file:


>>> Emerging (1 of 1) sci-electronics/eagle-4.16_p1 to /
 * eagle-lin-ger-4.16r1.tgz MD5 ;-) ...                                        
          [ ok ]
 * eagle-lin-ger-4.16r1.tgz RMD160 ;-) ...                                     
          [ ok ]
 * eagle-lin-ger-4.16r1.tgz SHA1 ;-) ...                                       
          [ ok ]
 * eagle-lin-ger-4.16r1.tgz SHA256 ;-) ...                                     
          [ ok ]
 * eagle-lin-ger-4.16r1.tgz size ;-) ...                                       
          [ ok ]
 * checking ebuild checksums ;-) ...                                           
          [ ok ]
 * checking auxfile checksums ;-) ...                                          
          [ ok ]
 * checking miscfile checksums ;-) ...                                         
          [ ok ]
 * checking eagle-lin-ger-4.16r1.tgz ;-) ...                                   
          [ ok ]
>>> Unpacking source...
>>> Unpacking eagle-lin-eng-4.16r1.tgz to /home/portage/portage/sci-electronics/eagle-4.16_p1/work

!!! ERROR: sci-electronics/eagle-4.16_p1 failed.

------- Comment #1 From Jakub Moc (RETIRED) 2006-12-06 15:14:23 0000 -------
Eh, not here...

# LINGUAS="de" emerge -av eagle

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] sci-electronics/eagle-4.16_p1  USE="-doc" LINGUAS="de" 8,492 kB 

Total: 1 package (1 new), Size of downloads: 8,492 kB

Would you like to merge these packages? [Yes/No] 

>>> Emerging (1 of 1) sci-electronics/eagle-4.16_p1 to /
>>> Downloading 'ftp://ftp.sh.cvut.cz/MIRRORS/gentoo/gentoo/distfiles/eagle-lin-ger-4.16r1.tgz'
--00:12:05-- 
ftp://ftp.sh.cvut.cz/MIRRORS/gentoo/gentoo/distfiles/eagle-lin-ger-4.16r1.tgz
           => `/usr/portage/distfiles/eagle-lin-ger-4.16r1.tgz'
Resolving ftp.sh.cvut.cz... 147.32.127.222
Connecting to ftp.sh.cvut.cz|147.32.127.222|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /MIRRORS/gentoo/gentoo/distfiles ... done.
==> PASV ... done.    ==> RETR eagle-lin-ger-4.16r1.tgz ... done.
Length: 8,695,183 (8.3M) (unauthoritative)

100%[===================================================================================================>]
8,695,183    234.81K/s    ETA 00:00

00:12:42 (228.09 KB/s) - `/usr/portage/distfiles/eagle-lin-ger-4.16r1.tgz'
saved [8695183]

 * checking ebuild checksums ;-) ...                                           
                                                         [ ok ]
 * checking auxfile checksums ;-) ...                                          
                                                         [ ok ]
 * checking miscfile checksums ;-) ...                                         
                                                         [ ok ]
 * checking eagle-lin-ger-4.16r1.tgz ;-) ...                                   
                                                         [ ok ]
>>> Unpacking source...
>>> Unpacking eagle-lin-ger-4.16r1.tgz to /var/tmp/portage/sci-electronics/eagle-4.16_p1/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/sci-electronics/eagle-4.16_p1/work/eagle-lin-ger-4.16r1 ...
>>> Source compiled.
>>> Test phase [not enabled]: sci-electronics/eagle-4.16_p1

------- Comment #2 From August Hörandl 2006-12-06 15:44:41 0000 -------
OK - just rechecked:
it fails for LINGUAS="de en"
if only LINGUAS="de" is set, it works

------- Comment #3 From Jakub Moc (RETIRED) 2006-12-06 16:27:48 0000 -------
OK, this works...

<snip>
case "${LINGUAS}" in
        *de*)
                MY_LANG="ger";;
        *)
                MY_LANG="eng";;
esac
</snip>

------- Comment #4 From Joe Sapp 2006-12-06 20:20:09 0000 -------
Thanks jakub, I verified the fix and it's in CVS now.

August, please close this bug when you can verify it's fixed (or I'll do it in
a week).

------- Comment #5 From August Hörandl 2006-12-10 06:48:50 0000 -------
just emerged eagle with no problems - thanks

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug