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

Joined: 04 Oct 2010 Posts: 18
|
Posted: Fri Jul 27, 2012 5:31 am Post subject: unpack_myself: commando not found |
|
|
Hi guys!
Emerging privateer gold from sunrise overlay, when unpacking it throw:
unpack_myself: commando not found
and then it wont to install, because the unpacking error.
Analyzing the ebuild i found this:
| Code: |
src_unpack() {
unpack_makeself
}
|
And I think is something missing.....
Any ideas? |
|
| Back to top |
|
 |
sebaro Veteran


Joined: 03 Jul 2006 Posts: 1028 Location: Romania
|
Posted: Fri Jul 27, 2012 10:11 am Post subject: |
|
|
The "unpack_makeself" function is in the unpacker eclass.
Add the eclass in the ebuild: inherit eutils games unpacker then recreate the manifest: ebuild package.ebuild manifest. _________________ My Smooth Computer
MB: VIA 82C598MVP on DFI P5BV3+/Rev. B+
CPU: AMD K6-II 333 MHz | RAM: 256 MB SDRAM
Video: Asus MB19TU on nVidia GeForce MX4000 64 MB
Sound: CM8738 | Net: RTL-8139
PATA HDD WD 80 GB & DVD-RW LG 16x |
|
| Back to top |
|
 |
joser n00b

Joined: 04 Oct 2010 Posts: 18
|
Posted: Fri Jul 27, 2012 4:44 pm Post subject: |
|
|
Thank you sebaro!
The games install OK, but then It dont run because a python version problem, I think! |
|
| Back to top |
|
 |
hasufell Developer

Joined: 29 Oct 2011 Posts: 123
|
Posted: Sun Jul 29, 2012 12:16 pm Post subject: |
|
|
report at #gentoo-sunrise and propose the fix (this ain't going into the tree anyway, cause it depends on gtk+:1)
cannot reproduce any problems with python version, but I did not have a deep look at the stuff |
|
| Back to top |
|
 |
|