Summary: | Can't merge net-im/sim-0.9.3-r2: sanbox access violation | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nick Demchenko <root> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
The diff between two ebuilds
The working ebuild Diff between the one in Portage tree and my modification of it |
Description
Nick Demchenko
2004-04-15 00:54:45 UTC
Created attachment 29312 [details, diff]
The diff between two ebuilds
Here the attachment of the difference between the two ebuilds of sim (revision
1 to revision 2). I haven't tried modifying the ebuild according to the patch,
but it might help adding the following back (see the diff):
-if [ $( use kde ) ]; then
- inherit kde-base eutils
- need-kde 3
-else
- inherit base kde-functions eutils
- need-qt 3
-fi
Created attachment 29321 [details]
The working ebuild
This is the modified ebuild for revision 2 with some sources from revision 1.
This one works.
Created attachment 29323 [details, diff]
Diff between the one in Portage tree and my modification of it
This modification is, however, purely based on the ebuild of
net-im/sim-0.9.3-r1 in Portage tree.
Just want to say that I have the same exact error. Haven't tried the patch thought. Simply take the ebuild supplied in comment #2. To be honest, though, there's no source difference between the 2 revisions. That's only the revision of the ebuild (no additional patches and similar, only new deps and the ebuild self got rewritten) - talking of the official -r2 in Portage tree. Had the same problem, but this did the trick: FEATURES="-sandbox" ACCEPT_KEYWORDS="~x86" emerge sim @#6: Sure it lets you compile that but what's the purpose of sandbox, if you have to disable it, then? :) @NeoNik: I still wonder the same. Heard that OpenOffice hav had problems with it too. Maybe someone should investigate (I don't have the time and knowledge). |