Summary: | art-sharp emerge failed - "gapi-fixup: Command not found " | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Matt MacLeod <mmacleod> |
Component: | [OLD] Development | Assignee: | dotnet project <dotnet> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Emerge log |
Description
Matt MacLeod
2004-12-05 09:47:25 UTC
(silly carlo, herds are for kids) Okay, What version of gtk-sharp do you have installed? Can you post the output of "etcat -f gtk-sharp | grep gapi-fixup" (you'll need gentoolkit, iirc) emerge unmerge -av gtk-sharp
>>> These are the packages that I would unmerge:
dev-dotnet/gtk-sharp
selected: 1.0.4-r1
----------------------
etcat -f gtk-sharp | grep gapi-fixup
/usr/bin/i686-pc-linux-gnu-gapi-fixup
/usr/bin/gapi-fixup.exe
----------------------
I'm assuming that ".exe" may be part of the problem. The other file is a shell script consisting of the following:
#!/bin/sh
/usr/bin/mono /usr/bin/gapi-fixup.exe "$@"
------
Should there maybe be a symlink created from 'gapi-fixup' to the specific [arch]-gnu-gapi-fixup??
That [arch]-gnu-gapi-fixup is just totally wrong... wtf? You've re-emerged gtk-sharp and it still names it that? I'm away from my dev box currently, but when i get a chance i'll check out why that might have ended up named like that. Created attachment 45378 [details]
Emerge log
Tried re-emerging, same problem. Here's the log. The [arch] files were
definitely created by this emerge...they're dated December 6th, 8:23 am.
Check out bug #73538, it seems that this may be a consistent problem with some combination of autotools. What version of automake, autoconf, libtool, etc do you have installed? autoconf 2.59-r5 automake 1.85-r1 libtool 1.52-r7 binutils 2.15.90.0.1.1-r3 m4 1.4.1 |