Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 244725 - Working Packages on x86-solaris
Summary: Working Packages on x86-solaris
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 Solaris
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-28 09:28 UTC by Daniel Vergien
Modified: 2008-10-31 21:19 UTC (History)
0 users

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


Attachments
ebuild that works on x86-solaris (gvfs-1.0.2.ebuild,2.57 KB, text/plain)
2008-10-28 09:29 UTC, Daniel Vergien
Details
gvfs-1.0.2.ebuild.diff (gvfs-1.0.2.ebuild.diff,778 bytes, patch)
2008-10-29 18:17 UTC, Jeremy Olexa (darkside) (RETIRED)
Details | Diff
diff with appended CFLAGS (gvfs-1.0.2.ebuild.diff,839 bytes, patch)
2008-10-30 09:44 UTC, Daniel Vergien
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Vergien 2008-10-28 09:28:49 UTC
Just need the x86-solaris keyword:

gnome-base/gnome-light-2.22.0
x11-terms/gnome-terminal-2.22.3-r1
x11-libs/vte-0.16.14
media-libs/libcddb-1.3.0-r1
app-cdr/cdrkit-1.1.8
gnome-base/gnome-session-2.22.3
x11-libs/libnotify-0.4.4
x11-misc/notification-daemon-0.3.7
x11-libs/libsexy-0.1.11
dev-libs/fribidi-0.10.9
x11-themes/gnome-themes-2.24.1
x11-themes/gtk-engines-2.16.1
gnome-base/gnome-control-center-2.22.2.1
media-plugins/gst-plugins-meta-0.10-r2
media-plugins/gst-plugins-x-0.10.20
media-plugins/gst-plugins-gconf-0.10.8-r1
media-libs/gst-plugins-base-0.10.20
dev-libs/liboil-0.3.15
media-libs/gstreamer-0.10.20
gnome-base/gnome-settings-daemon-2.22.2.1
gnome-base/libgnomekbd-2.22.0
app-text/iso-codes-3.3
x11-misc/xkeyboard-config-1.4
x11-apps/xkbcomp-1.0.5
x11-apps/xmodmap-1.0.3
gnome-base/nautilus-2.22.5.1-r1
gnome-base/eel-2.22.2
gnome-extra/yelp-2.22.1-r11
app-text/scrollkeeper-9999-r1
app-text/scrollkeeper-dtd-1.0
app-text/rarian-0.8.1
net-analyzer/nmap-4.76
net-libs/libpcap-0.9.8
sys-apps/smartmontools-5.38

Needs some extra CFLAGS on Solaris and a workaround for missing mkdtemp:
gnome-base/gvfs-1.0.2
Comment 1 Daniel Vergien 2008-10-28 09:29:22 UTC
Created attachment 170077 [details]
ebuild that works on x86-solaris
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-10-28 14:12:44 UTC
missing keywords added.
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-10-29 18:17:58 UTC
Created attachment 170242 [details, diff]
gvfs-1.0.2.ebuild.diff

Daniel,
It makes everyone's life alot easier if you provide unified diff'd patches to the ebuilds that you are modifiying. It allows us to easily see what has changed. (diff -u oldfile newfile) Addtionally, see http://www.gentoo.org/proj/en/gentoo-alt/prefix/ecopy.xml#doc_chap2

grobian: please review this modification to the ebuild.
Comment 4 Fabian Groffen gentoo-dev 2008-10-29 19:07:06 UTC
(In reply to comment #3)
> grobian: please review this modification to the ebuild.

Can't you use append-flags in the first case?

apart from that, ugly, but I guess hard to get by another way...
Comment 5 Daniel Vergien 2008-10-30 09:44:17 UTC
Created attachment 170301 [details, diff]
diff with appended CFLAGS

It also works with appended CFLAGS.
Comment 6 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-10-31 21:19:56 UTC
(In reply to comment #5)
> Created an attachment (id=170301) [edit]
> diff with appended CFLAGS
> 
> It also works with appended CFLAGS. 
> 

Oh, grobian meant append-flags like this:
http://overlays.gentoo.org/proj/alt/changeset/33638

done.