View previous topic :: View next topic |
Author |
Message |
gummibear n00b


Joined: 16 Aug 2007 Posts: 2
|
Posted: Thu Aug 16, 2007 8:10 pm Post subject: Help! (Ps3 emerge problem) (SOLVED) |
|
|
Hello,
I just installed Gentoo on my ps3, after completing the long installation i have been trying to donwload and install KDE and snes9x emu, bot have given me errors so i hope
someone here is able to help.
sorry if its a noob problem,,
This is the error messege i get from "emerge -vg kdebase" , (trying to emerge snes9x gives pretty much same msg)
Quote: | * Could not find a usable .config in the kernel source directory
* Please ensure that /Usr/src/linux points to a configured set of Linux sources
* If you are using KBUILD_OUTPUT, please set the enviroment var so that
* it points to the necessary object directory so that it might find .config
*
* ERROR: sys-fs/cryptsetup-luks-1.0.4-r3 failed
* Call stack:
* ebuild.sh, line 1670: called dyn_setup
* ebuild.sh, line 719: called qa_call "pkg_setup"
* ebuild.sh, line 44: called pkg_setup
* Cryptsetup-luks-1.0.4-r3.ebuild, line 47: called linux-info_pkg_setup
* linux-info.eclass, line:554: called die
*
* Unable to calculate Linux kernel version
* if you need support................ |
Any help/solution would be greatly appreciated 
Last edited by gummibear on Fri Aug 24, 2007 8:04 pm; edited 1 time in total |
|
Back to top |
|
 |
corsair Retired Dev

Joined: 06 Oct 2003 Posts: 451 Location: Aachen, Germany
|
Posted: Fri Aug 17, 2007 2:17 pm Post subject: |
|
|
didn't you compile your kernel? you really should have done that while installing.. How did you install your kernel?
this are the steps to get some compiled kernel sources (and so fix the error):
Code: |
$ cd /usr/src/linux
$ make ps3_defconfig
($ make menuconfig)
$ make
|
the "make menuconfig" step is optitional as ps3_defconfig should give you a good kernel config. |
|
Back to top |
|
 |
gummibear n00b


Joined: 16 Aug 2007 Posts: 2
|
Posted: Sat Aug 18, 2007 5:37 pm Post subject: |
|
|
thanks alot
that did the the trick , after some more annoying but manageable problems, i have finally gotten VLC + some emus upp and running
again thank you!!!!!!!!!!! |
|
Back to top |
|
 |
Pseudonimo Guru


Joined: 10 Mar 2007 Posts: 393
|
Posted: Fri Aug 24, 2007 3:26 pm Post subject: |
|
|
please add solved _________________ Please search *well* before posting, look for bugs (check all status), use google syntax and *please* read the man pages and think. All obvious steps, frequently ignored. Add [solved] when finished. |
|
Back to top |
|
 |
Philippe23 Tux's lil' helper

Joined: 20 Dec 2006 Posts: 119 Location: Rome, NY
|
|
Back to top |
|
 |
|