Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Broken system: no root account, read only user account
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5 ... 26, 27, 28  Next  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:38 am    Post subject: Reply with quote

openrc also failed

make[2]: *** No rule to make target `.depend', needed by `depend'. Stop.
make[2]: Leaving directory `/var/tmp/portage/sys-apps/openrc-0.11.8/work/openrc-0.11.8/src/libeinfo'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/sys-apps/openrc-0.11.8/work/openrc-0.11.8/src'
make: *** [all] Error 2
* ERROR: sys-apps/openrc-0.11.8::gentoo failed (compile phase):
* emake failed
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:45 am    Post subject: Reply with quote

DONAHUE wrote:
so:


will
Code:
emerge openrc
run?

it does not
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:46 am    Post subject: Reply with quote

DONAHUE wrote:
Code:
ln-s  /lib64/rc/sh/functions.sh /etc/init.d/functions.sh

neither file exists
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 12:52 am    Post subject: Reply with quote

Code:
emerge -1eav --nodeps openrc
?
??
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:54 am    Post subject: Reply with quote

DONAHUE wrote:
Code:
emerge -1eav --nodeps openrc
?
??

Nope..

make[2]: *** No rule to make target `.depend', needed by `depend'. Stop.
make[2]: Leaving directory `/var/tmp/portage/sys-apps/openrc-0.11.8/work/openrc-0.11.8/src/libeinfo'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/sys-apps/openrc-0.11.8/work/openrc-0.11.8/src'
make: *** [all] Error 2
* ERROR: sys-apps/openrc-0.11.8::gentoo failed (compile phase):
* emake failed
*
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:56 am    Post subject: Reply with quote

will this help
emerge --info '=sys-apps/openrc-0.11.8::gentoo' |wgetpaste
Your paste can be seen here: http://bpaste.net/show/132299/
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 12:57 am    Post subject: Reply with quote

Code:
emerge -1eav --nodeps gcc
???
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:57 am    Post subject: Reply with quote

maybe this is the culprit

/usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.5/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directo
ry
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 1:01 am    Post subject: Reply with quote

DONAHUE wrote:
Code:
emerge -1eav --nodeps gcc
???

hmm...

* ERROR: sys-devel/gcc-4.6.3::gentoo failed (compile phase):
* failed to run configure
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 4259: Called toolchain_src_compile
* environment, line 4941: Called gcc_do_configure
* environment, line 2416: Called die
* The specific snippet of code:
* "${S}"/configure "${confgcc[@]}" || die "failed to run configure";
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 1:05 am    Post subject: Reply with quote

Code:
gcc-config x86_64-pc-linux-gnu-4.5.3-r2
env-update && source /etc/profile
emerge --oneshot libtool
??
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 1:06 am    Post subject: Reply with quote

it bailed out on the first line:

gcc-config x86_64-pc-linux-gnu-4.5.3-r2
/usr/bin/gcc-config: line 18: /etc/init.d/functions.sh: No such file or directory
gcc-config: Could not source /etc/init.d/functions.sh!
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 1:12 am    Post subject: Reply with quote

it appears that the livecd has functions.sh
/lib/rc/sh/functions.sh

can I copy it over?
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 1:22 am    Post subject: Reply with quote

yes I was about to send one but that solution is better
you will probably still have to make a symlink and set it executable

did you
Code:
env-update && source /etc/profile
emerge --oneshot libtool

_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 1:25 am    Post subject: Reply with quote

DONAHUE wrote:
yes I was about to send one but that solution is better
you will probably still have to make a symlink and set it executable

did you
Code:
env-update && source /etc/profile
emerge --oneshot libtool

Not yet. Let me link this file, and see what happens with gcc thing
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 1:26 am    Post subject: Reply with quote

Ok copying over functions.sh did not do too good..

gcc-config x86_64-pc-linux-gnu-4.5.3-r2
/etc/init.d/functions.sh: line 101: eval_ecolors: command not found
/usr/bin/gcc-config: line 24: eerror: command not found
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 1:29 am    Post subject: Reply with quote

auddoula wrote:
DONAHUE wrote:
yes I was about to send one but that solution is better
you will probably still have to make a symlink and set it executable

did you
Code:
env-update && source /etc/profile
emerge --oneshot libtool

Not yet. Let me link this file, and see what happens with gcc thing


I get essentially the same error as before with other things:
* ERROR: sys-devel/libtool-2.4-r1::gentoo failed (configure phase):
* econf failed
*
* Call stack:
* ebuild.sh, line 93: Called src_configure
* environment, line 2972: Called default
* phase-functions.sh, line 796: Called __eapi2_src_configure
* phase-helpers.sh, line 626: Called econf
* phase-helpers.sh, line 521: Called die
* The specific snippet of code:
* die "econf failed"
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 1:31 am    Post subject: Reply with quote

see if
Code:
gcc-config -l
will run
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 1:37 am    Post subject: Reply with quote

DONAHUE wrote:
see if
Code:
gcc-config -l
will run

OK, previously I did not have a chance to make the functions.sh an executable, now I get

gcc-config -l
/etc/init.d/functions.sh: line 101: eval_ecolors: command not found
[1] x86_64-pc-linux-gnu-4.4.5 *
[2] x86_64-pc-linux-gnu-4.5.3

but still

gcc-config x86_64-pc-linux-gnu-4.5.3-r2
/etc/init.d/functions.sh: line 101: eval_ecolors: command not found
/usr/bin/gcc-config: line 24: eerror: command not found
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 1:54 am    Post subject: Reply with quote

Code:
gcc-config 2
env-update && source /etc/profile
emerge --oneshot libtool
??
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 1:57 am    Post subject: Reply with quote

DONAHUE wrote:
Code:
gcc-config 2
env-update && source /etc/profile
emerge --oneshot libtool
??


gcc-config 2
/etc/init.d/functions.sh: line 101: eval_ecolors: command not found
/usr/bin/gcc-config: line 375: ebegin: command not found
>>> Regenerating /etc/ld.so.cache...
/usr/bin/gcc-config: line 487: eend: command not found

/usr/bin/gcc-config: line 491: ewarn: command not found
/usr/bin/gcc-config: line 492: ewarn: command not found

/usr/bin/gcc-config: line 494: ewarn: command not found


* ERROR: sys-devel/libtool-2.4-r1::gentoo failed (configure phase):
* econf failed
*
* Call stack:
* ebuild.sh, line 93: Called src_configure
* environment, line 2972: Called default
* phase-functions.sh, line 796: Called __eapi2_src_configure
* phase-helpers.sh, line 626: Called econf
* phase-helpers.sh, line 521: Called die
* The specific snippet of code:
* die "econf failed"
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 2:22 am    Post subject: Reply with quote

Code:
gcc-config -l
now?
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 2:24 am    Post subject: Reply with quote

DONAHUE wrote:
Code:
gcc-config -l
now?

it worked,

gcc-config -l
/etc/init.d/functions.sh: line 101: eval_ecolors: command not found
[1] x86_64-pc-linux-gnu-4.4.5
[2] x86_64-pc-linux-gnu-4.5.3 *
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 2:44 am    Post subject: Reply with quote

I think i will call it day..
I tried to emerge system again, and don't quite understand I could get such an error:


* ERROR: kde-base/kdelibs-4.10.5-r1::gentoo failed (pretend phase):
* Sorry, but gcc-4.3 and earlier won't work for KDE SC 4.6 (see bug #354837).
*
* Call stack:
* ebuild.sh, line 93: Called pkg_pretend
* kdelibs-4.10.5-r1.ebuild, line 148: Called die
* The specific snippet of code:
* [[ $(gcc-major-version) -lt 4 ]] || \
* ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 3 ]] ) \
* && die "Sorry, but gcc-4.3 and earlier won't work for KDE SC 4.6 (see bug #354837)."

especially since:

gcc --version
gcc (Gentoo 4.5.3-r2 p1.5, pie-0.4.7) 4.5.3


Thank you for your help so far. if you have some more ideas, i will certainly entertain.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 2:50 am    Post subject: Reply with quote

i'm about ready to suggest downloading and extracting a current stage 3.
after preserving a few more files of course
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 3:23 am    Post subject: Reply with quote

DONAHUE wrote:
i'm about ready to suggest downloading and extracting a current stage 3.
after preserving a few more files of course

sure, I am all ears. I will do tomorrow though since I just got home...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2, 3, 4, 5 ... 26, 27, 28  Next
Page 4 of 28

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum