Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

updating binutils brings error:[SOLVED]

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
9 posts • Page 1 of 1
Author
Message
vishnja
n00b
n00b
Posts: 30
Joined: Tue Sep 23, 2003 12:08 pm

updating binutils brings error:[SOLVED]

  • Quote

Post by vishnja » Mon Jul 04, 2005 3:36 pm

Hi,
I want to update my system, but when portage reaches the binutils:

[ebuild U ] sys-devel/binutils-2.15.92.0.2-r10 [2.15.92.0.2-r1]

I get this error message.
Seems to me quite strange.

Code: Select all

&& rm -f $file && PATH=../src:$PATH /usr/bin/gmsgfmt -o $file /var/tmp/portage/binutils-2.15.92.0.2-r10/work/binutils-2.15.92.0.2/bfd/po/tr.po
usage: msgfmt [ -dv ] [ - ] [ name ... ]
/var/tmp/portage/binutils-2.15.92.0.2-r10/work/binutils-2.15.92.0.2/bfd/po/fr.gmo: No such file or directory
make[3]: *** [fr.gmo] Error 2
make[3]: *** Waiting for unfinished jobs....
usage: msgfmt [ -dv ] [ - ] [ name ... ]
/var/tmp/portage/binutils-2.15.92.0.2-r10/work/binutils-2.15.92.0.2/bfd/po/tr.gmo: No such file or directory
make[3]: *** [tr.gmo] Error 2
make[3]: Leaving directory `/var/tmp/portage/binutils-2.15.92.0.2-r10/work/build/bfd/po'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/binutils-2.15.92.0.2-r10/work/build/bfd'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/binutils-2.15.92.0.2-r10/work/build/bfd'
make: *** [all-bfd] Error 2

!!! ERROR: sys-devel/binutils-2.15.92.0.2-r10 failed.
!!! Function toolchain-binutils_src_compile, Line 133, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
Is there a workaround for this?

cheers, Kathrin
Last edited by vishnja on Thu Jul 07, 2005 5:32 am, edited 1 time in total.
Top
gesiel
Apprentice
Apprentice
User avatar
Posts: 197
Joined: Sun Feb 13, 2005 6:31 pm
Location: Brasil - Rio de Janeiro
Contact:
Contact gesiel
Website

  • Quote

Post by gesiel » Tue Jul 05, 2005 4:51 am

what do you have in /etc/locales.build ?
Top
vishnja
n00b
n00b
Posts: 30
Joined: Tue Sep 23, 2003 12:08 pm

  • Quote

Post by vishnja » Tue Jul 05, 2005 5:33 am

Hi gesiel,

The usual stuff:

en_US/ISO-8859-1
en_US.UTF-8/UTF-8
en_HK/ISO-8859-1
en_PH/ISO-8859-1
de_DE/ISO-8859-1
de_DE@euro/ISO-8859-15
fa_IR/UTF-8
fr_FR/ISO-8859-1
fr_FR@euro/ISO-8859-15

Should I delete the French entries?
Top
Maedhros
Bodhisattva
Bodhisattva
User avatar
Posts: 5511
Joined: Wed Apr 14, 2004 8:10 pm
Location: Durham, UK

  • Quote

Post by Maedhros » Tue Jul 05, 2005 11:57 am

Moved from Installing Gentoo to Portage & Programming.
No-one's more important than the earthworm.
Top
gesiel
Apprentice
Apprentice
User avatar
Posts: 197
Joined: Sun Feb 13, 2005 6:31 pm
Location: Brasil - Rio de Janeiro
Contact:
Contact gesiel
Website

  • Quote

Post by gesiel » Tue Jul 05, 2005 1:05 pm

Hi
vishnja wrote:en_US/ISO-8859-1
en_US.UTF-8/UTF-8
en_HK/ISO-8859-1
en_PH/ISO-8859-1
de_DE/ISO-8859-1
de_DE@euro/ISO-8859-15
fa_IR/UTF-8
fr_FR/ISO-8859-1
fr_FR@euro/ISO-8859-15
do you need the all this locales? I need only one or maybe two locales.

Verify if the option is valide.
vishnja wrote:fa_IR/UTF-8
I don't believe it
vishnja wrote:Should I delete the French entries?
I think so, if you don't use.

Please, make the command:

Code: Select all

locale
and post the result.
Top
vishnja
n00b
n00b
Posts: 30
Joined: Tue Sep 23, 2003 12:08 pm

  • Quote

Post by vishnja » Wed Jul 06, 2005 6:56 pm

Hi gesiel :-)

the LANG variable is not set:

the "locale command gives this:

Code: Select all

LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
Thank you!
Top
gesiel
Apprentice
Apprentice
User avatar
Posts: 197
Joined: Sun Feb 13, 2005 6:31 pm
Location: Brasil - Rio de Janeiro
Contact:
Contact gesiel
Website

  • Quote

Post by gesiel » Wed Jul 06, 2005 7:39 pm

ok, is default... well, verify the locale

Code: Select all

fa_IR/UTF-8
(fix or remove) and maybe all be works.
Top
vishnja
n00b
n00b
Posts: 30
Joined: Tue Sep 23, 2003 12:08 pm

  • Quote

Post by vishnja » Thu Jul 07, 2005 5:33 am

Yeah, it just worked :-)
Just updated the system. Thank you gesiel!
Top
gesiel
Apprentice
Apprentice
User avatar
Posts: 197
Joined: Sun Feb 13, 2005 6:31 pm
Location: Brasil - Rio de Janeiro
Contact:
Contact gesiel
Website

  • Quote

Post by gesiel » Thu Jul 07, 2005 5:17 pm

vishnja wrote:Yeah, it just worked
Great...
vishnja wrote:Thank you gesiel!
You're welcome.
Top
Post Reply

9 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic