Forums

Skip to content

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

emerge problem, no such file or directory

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
11 posts • Page 1 of 1
Author
Message
ilyatau
n00b
n00b
Posts: 45
Joined: Wed Sep 27, 2006 8:56 am

emerge problem, no such file or directory

  • Quote

Post by ilyatau » Tue Dec 30, 2008 9:42 pm

Hello
I almost crazy. I updated my kernel to last kernel 2.6.28 and recieved some problems. my mouse don't move at all. X start smoothly ant don't have errors. After that I started look for problem, but find other. I can't emerge many of packages.
but all the time I recieved something like that :

Code: Select all

env:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -march=k8 -O2 -pipe -MT gunichartables.lo -MD -MP -MF .deps/gunichartables.Tpo -c ../src/CLucene/config/gunichartables.cpp  -fPIC -DPIC -o .libs/gunichartables.o
env: ru_RU.UTF-8: No such file or directory
ru_RU.UTF-8: No such file or directory
make[3]: *** [gunichartables.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [StdHeader.lo] Error 1
 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -march=k8 -O2 -pipe -MT repl_lltot.lo -MD -MP -MF .deps/repl_lltot.Tpo -c ../src/CLucene/config/repl_lltot.cpp  -fPIC -DPIC -o .libs/repl_lltot.o
[b]env: ru_RU.UTF-8: No such file or directory[/b]
make[3]: *** [repl_lltot.lo] Error 1
make[3]: Leaving directory `/home/ilyatau/portage/tmp/portage/dev-cpp/clucene-0.9.21b/work/clucene-core-0.9.21b/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ilyatau/portage/tmp/portage/dev-cpp/clucene-0.9.21b/work/clucene-core-0.9.21b/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ilyatau/portage/tmp/portage/dev-cpp/clucene-0.9.21b/work/clucene-core-0.9.21b'
make: *** [all] Error 2

ERROR: dev-cpp/clucene-0.9.21b failed.
[b]Call stack:
               ebuild.sh, line   49:  Called src_compile[/b]
             environment, line  162:  Called die
 [b]The specific snippet of code:
       emake || die "emake failed";
  The die message:
   emake failed[/b]

 If you need support, post the topmost build error, and the call stack if relevant.
 A complete build log is located at '/home/ilyatau/portage/tmp/portage/dev-cpp/clucene-0.9.21b/temp/build.log'.
 The ebuild environment file is located at '/home/ilyatau/portage/tmp/portage/dev-cpp/clucene-0.9.21b/temp/environment'.
 
bold words whitch I see evry time if emerge fail.
I tried evrything what I know. it's didn't help.
Any ideas?
Thanks.
Top
outermeasure
Apprentice
Apprentice
Posts: 194
Joined: Wed Nov 26, 2008 10:58 am
Location: ping6 ff02::1

Re: emerge problem, no such file or directory

  • Quote

Post by outermeasure » Wed Dec 31, 2008 1:43 pm

ilyatau wrote:Hello
I almost crazy. I updated my kernel to last kernel 2.6.28 and recieved some problems. my mouse don't move at all. X start smoothly ant don't have errors. After that I started look for problem, but find other. I can't emerge many of packages.
but all the time I recieved something like that :

Code: Select all

env:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -march=k8 -O2 -pipe -MT gunichartables.lo -MD -MP -MF .deps/gunichartables.Tpo -c ../src/CLucene/config/gunichartables.cpp  -fPIC -DPIC -o .libs/gunichartables.o
env: ru_RU.UTF-8: No such file or directory
ru_RU.UTF-8: No such file or directory
make[3]: *** [gunichartables.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [StdHeader.lo] Error 1
 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -march=k8 -O2 -pipe -MT repl_lltot.lo -MD -MP -MF .deps/repl_lltot.Tpo -c ../src/CLucene/config/repl_lltot.cpp  -fPIC -DPIC -o .libs/repl_lltot.o
[b]env: ru_RU.UTF-8: No such file or directory[/b]
make[3]: *** [repl_lltot.lo] Error 1
make[3]: Leaving directory `/home/ilyatau/portage/tmp/portage/dev-cpp/clucene-0.9.21b/work/clucene-core-0.9.21b/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ilyatau/portage/tmp/portage/dev-cpp/clucene-0.9.21b/work/clucene-core-0.9.21b/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ilyatau/portage/tmp/portage/dev-cpp/clucene-0.9.21b/work/clucene-core-0.9.21b'
make: *** [all] Error 2

ERROR: dev-cpp/clucene-0.9.21b failed.
[b]Call stack:
               ebuild.sh, line   49:  Called src_compile[/b]
             environment, line  162:  Called die
 [b]The specific snippet of code:
       emake || die "emake failed";
  The die message:
   emake failed[/b]

 If you need support, post the topmost build error, and the call stack if relevant.
 A complete build log is located at '/home/ilyatau/portage/tmp/portage/dev-cpp/clucene-0.9.21b/temp/build.log'.
 The ebuild environment file is located at '/home/ilyatau/portage/tmp/portage/dev-cpp/clucene-0.9.21b/temp/environment'.
 
bold words whitch I see evry time if emerge fail.
I tried evrything what I know. it's didn't help.
Any ideas?
Thanks.
The first error

Code: Select all

env: ru_RU.UTF-8: No such file or directory
suggests something went wrong in the env settings...
Top
Elbar Thera
n00b
n00b
Posts: 60
Joined: Thu May 15, 2008 9:04 am

  • Quote

Post by Elbar Thera » Wed Dec 31, 2008 5:07 pm

hi there,

first try to make sure that your locale is indeed not installed by using

Code: Select all

locale -a
It should give you all locales on your system. Then read

Code: Select all

man locale.gen
and check /etc/locale.gen and /etc/locale.build (that's the one for glibc).

If that doesn't help, i'm running out of ideas fast 8)

Greets,
Elbar
Top
yngwin
Retired Dev
Retired Dev
User avatar
Posts: 4572
Joined: Thu Dec 19, 2002 1:22 pm
Location: Suzhou, China

  • Quote

Post by yngwin » Wed Dec 31, 2008 5:13 pm

Can you copy/paste your /etc/make.conf? It might gave a typo. Also your /etc/env.d/02locale if you have that.
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Top
d2_racing
Bodhisattva
Bodhisattva
User avatar
Posts: 13047
Joined: Mon Apr 25, 2005 2:25 pm
Location: Ste-Foy,Canada
Contact:
Contact d2_racing
Website

  • Quote

Post by d2_racing » Wed Dec 31, 2008 5:27 pm

And also your /etc/locale.gen
Top
ilyatau
n00b
n00b
Posts: 45
Joined: Wed Sep 27, 2006 8:56 am

  • Quote

Post by ilyatau » Thu Jan 01, 2009 12:33 pm

Elbar Thera wrote:hi there,

first try to make sure that your locale is indeed not installed by using

Code: Select all

locale -a
It should give you all locales on your system. Then read

Code: Select all

man locale.gen
and check /etc/locale.gen and /etc/locale.build (that's the one for glibc).

If that doesn't help, i'm running out of ideas fast 8)

Greets,
Elbar
it's didn't help. I dont't have /etc/locale.build at all.
thnaks
Top
ilyatau
n00b
n00b
Posts: 45
Joined: Wed Sep 27, 2006 8:56 am

  • Quote

Post by ilyatau » Thu Jan 01, 2009 12:49 pm

my /etc/make.conf

Code: Select all

CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
ACCEPT_KEYWORDS="~amd64"
USE="X alsa amd64 avi berkdb bitmap-fonts cairo cdr cli crypt cups dbus dlloader dri dvd dvdr eds elibc_glibc emboss encode esd fam firefox fortran gdbm gif gnome gpm gstreamer gtk gtk2 hal input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog jpeg kde kernel_linux ldap libg++ mad mikmod mp3 mpeg ncurses nls nptl nptlonly ogg opengl oss pam pcre pdflib perl png ppds pppd python qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd truetype truetype-fonts type1-fonts udev unicode userland_GNU vorbis xml xorg xv zlib win32codecs pdf symlink apache2 mysql"
INPUT_DEVICES="keyboard mouse"
ALSA_CARDS="via82xx"
LINGUAS="en_GB en_US ru he"

#PORTAGE CONFIG--------------------------------------
PORTDIR_OVERLAY="/home/ilyatau/portage"
PORTAGE_TMPDIR="/home/ilyatau/portage/tmp"
AUTOCLEAN="yes"
PORTDIR="/usr/portage"
source /usr/portage/local/layman/make.conf
and /usr/portage/local/layman/make.conf have only one row

Code: Select all

PORTDIR_OVERLAY="/usr/portage/local/layman/xeffects $PORTDIR_OVERLAY "
I have file /etc/env.d/02locale:

Code: Select all

LC_ALL="en_US.UTF-8"
LANG="en_US.UTF-8"
and my /etc/local.gen

Code: Select all

en_US.UTF-8 UTF-8
en_US ISO-8859-1
ru_RU.KOI8-R KOI8-R
ru_RU.UTF-8 UTF-8
ru_RU ISO-8859-5
ru_RU.CP1251 CP1251
he_IL.UTF-8 UTF-8
he_IL ISO-8859-8
Thnaks
Top
Genone
Retired Dev
Retired Dev
User avatar
Posts: 9656
Joined: Fri Mar 14, 2003 6:02 pm
Location: beyond the rim

  • Quote

Post by Genone » Thu Jan 01, 2009 2:55 pm

I'd not be so sure that it is even related to locale settings. Try to build the package with

Code: Select all

LINGUAS="" LC_ALL="C" emerge ...
if that also fails it's a more generic problem.
Top
ilyatau
n00b
n00b
Posts: 45
Joined: Wed Sep 27, 2006 8:56 am

  • Quote

Post by ilyatau » Thu Jan 01, 2009 8:15 pm

Genone wrote:I'd not be so sure that it is even related to locale settings. Try to build the package with

Code: Select all

LINGUAS="" LC_ALL="C" emerge ...
if that also fails it's a more generic problem.
It's fails :(
Top
ilyatau
n00b
n00b
Posts: 45
Joined: Wed Sep 27, 2006 8:56 am

  • Quote

Post by ilyatau » Sun Jan 04, 2009 8:15 pm

Ok, I see only one solution, linux reinstalation :(
Top
LordControl
n00b
n00b
Posts: 6
Joined: Sun Jun 01, 2003 6:51 pm

  • Quote

Post by LordControl » Sat Mar 14, 2009 12:04 am

Look here, that helps me

http://forums.gentoo.org/viewtopic-t-73 ... ctory.html
Top
Post Reply

11 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