Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127226 - Feature request: WxWidgets for Aqua
Summary: Feature request: WxWidgets for Aqua
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: High enhancement (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-22 13:16 UTC by Dirk Schoenberger
Modified: 2008-05-16 22:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
basic bootstapping ebuild (wxwidgets-2.6.3.ebuild,326 bytes, text/plain)
2006-03-22 13:17 UTC, Dirk Schoenberger
Details
install into the proper destination dir to be picked up by emerge (Makefile-wxWidgets.patch,848 bytes, patch)
2006-03-24 13:49 UTC, Dirk Schoenberger
Details | Diff
evuild, v2 (wxCocoa-2.6.2.ebuild,413 bytes, text/plain)
2006-03-25 05:47 UTC, Dirk Schoenberger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schoenberger 2006-03-22 13:16:59 UTC
I would like to see WxWidgets for Native Aqua applications (i.e. no X)
WxWidgets supports a Carbon and a Cocoa based Mac implementation with varying feature completeness.
I attach a basic ebuild which could be used to emerge WxWidgets-2.6.3-rc2

The package builds, but somehow doesn't install any files. This may or maybe not have to do that the package has not found a place yet (I used a local overlay and app-misc/wxwidgets as package)

The ebuild has no dependencies yet.
Comment 1 Dirk Schoenberger 2006-03-22 13:17:55 UTC
Created attachment 82877 [details]
basic bootstapping ebuild
Comment 2 Dirk Schoenberger 2006-03-22 13:18:23 UTC
perhaps a better package name ould be wxCocoa resp. wxMac
Comment 3 Dirk Schoenberger 2006-03-24 12:44:46 UTC
The problem of the not installed files seems to be a sandbox problem. 
emerge seems to install into a temporary image folder, as in 

>>> Install wxwidgets-2.6.3 into /var/tmp/portage/wxwidgets-2.6.3/image/ category app-misc
man:
prepallstrip:
/usr/lib/portage/bin/prepstrip: line 1: scanelf: command not found
>>> Completed installing wxwidgets-2.6.3 into /var/tmp/portage/wxwidgets-2.6.3/image/


while the "make install" of wxWidgets copies directly into the prefix.
Comment 4 Dirk Schoenberger 2006-03-24 13:49:12 UTC
Created attachment 83045 [details, diff]
install into the proper destination dir to be picked up by emerge
Comment 5 Dirk Schoenberger 2006-03-25 05:47:34 UTC
Created attachment 83082 [details]
evuild, v2

A second try for an ebuild, based on wxWidgets eclass.
Doesn't  emerge cleanly on my system because of some package collisions
Comment 6 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-05-12 18:17:00 UTC
Dirk,
I'm trying to clean up some bugs here. Is this working better yet or even still requested? Let us know the status.