Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266542 - ebuild for the shmup exception_conflict
Summary: ebuild for the shmup exception_conflict
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Games
URL: http://i-saint.skr.jp/exception_confl...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2009-04-17 13:41 UTC by Account removed
Modified: 2010-03-17 10:51 UTC (History)
1 user (show)

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


Attachments
games-action/exception_conflict/exception_conflict-1.03.ebuild (exception_conflict-1.03.ebuild,1.31 KB, text/plain)
2009-04-17 13:42 UTC, Account removed
Details
games-action/exception_conflict/files/linuxfixes.patch (linuxfixes.patch,2.95 KB, patch)
2009-04-17 13:42 UTC, Account removed
Details | Diff
games-action/exception_conflict/files/exception_conflict.png (exception_conflict.png,460 bytes, image/png)
2009-04-17 13:42 UTC, Account removed
Details
games-action/exception_conflict/files/gcc-4.3-fixes.patch (gcc-4.3-fixes.patch,343 bytes, text/plain)
2009-07-15 08:26 UTC, Account removed
Details
games-action/exception_conflict/exception_conflict-1.03.ebuild (exception_conflict-1.03.ebuild,1.35 KB, text/plain)
2009-07-15 08:27 UTC, Account removed
Details
games-action/exception_conflict/exception_conflict-1.09.ebuild (exception_conflict-1.09.ebuild,1.50 KB, text/plain)
2009-07-15 10:49 UTC, Account removed
Details
games-action/exception_conflict/files/disable-netplay-1.09.patch (disable-netplay-1.09.patch,1.09 KB, patch)
2009-07-15 10:49 UTC, Account removed
Details | Diff
games-action/exception_conflict/files/gcc-4.3-fixes-1.09.patch (gcc-4.3-fixes-1.09.patch,351 bytes, patch)
2009-07-15 10:50 UTC, Account removed
Details | Diff
games-action/exception_conflict/files/linuxfixes-1.09.patch (linuxfixes-1.09.patch,3.62 KB, patch)
2009-07-15 10:50 UTC, Account removed
Details | Diff
exception_conflict licence (copyrights,3.51 KB, text/plain)
2009-07-22 07:39 UTC, Account removed
Details
games-action/exception_conflict/files/linuxfixes-1.09.patch (linuxfixes-1.09.patch,3.98 KB, patch)
2009-07-22 09:45 UTC, Account removed
Details | Diff
exception_conflict/files/gcc-4.3-fixes-1.09.patch (gcc-4.3-fixes-1.09.patch,957 bytes, text/plain)
2009-08-27 06:45 UTC, Account removed
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Account removed 2009-04-17 13:41:34 UTC
initial ebuild for the shmup exception_conflict

Reproducible: Always
Comment 1 Account removed 2009-04-17 13:42:08 UTC
Created attachment 188683 [details]
games-action/exception_conflict/exception_conflict-1.03.ebuild
Comment 2 Account removed 2009-04-17 13:42:25 UTC
Created attachment 188684 [details, diff]
games-action/exception_conflict/files/linuxfixes.patch
Comment 3 Account removed 2009-04-17 13:42:43 UTC
Created attachment 188686 [details]
games-action/exception_conflict/files/exception_conflict.png
Comment 4 Account removed 2009-07-15 08:26:57 UTC
Created attachment 198018 [details]
games-action/exception_conflict/files/gcc-4.3-fixes.patch

gcc-4.3 patch. only built with 4.1.2 before.
Comment 5 Account removed 2009-07-15 08:27:32 UTC
Created attachment 198020 [details]
games-action/exception_conflict/exception_conflict-1.03.ebuild

updated ebuild using the gcc-4.3 patch
Comment 6 Account removed 2009-07-15 10:49:31 UTC
Created attachment 198027 [details]
games-action/exception_conflict/exception_conflict-1.09.ebuild

update to newest version 1.09.
netplay is disabled with a seperate patch as its code is windows-dependant.
Comment 7 Account removed 2009-07-15 10:49:48 UTC
Created attachment 198028 [details, diff]
games-action/exception_conflict/files/disable-netplay-1.09.patch
Comment 8 Account removed 2009-07-15 10:50:00 UTC
Created attachment 198029 [details, diff]
games-action/exception_conflict/files/gcc-4.3-fixes-1.09.patch
Comment 9 Account removed 2009-07-15 10:50:15 UTC
Created attachment 198030 [details, diff]
games-action/exception_conflict/files/linuxfixes-1.09.patch
Comment 10 Account removed 2009-07-22 07:39:53 UTC
Created attachment 198767 [details]
exception_conflict licence
Comment 11 Account removed 2009-07-22 09:45:21 UTC
Created attachment 198776 [details, diff]
games-action/exception_conflict/files/linuxfixes-1.09.patch

updated patch. thx to lazy_bum for feedback!
Comment 12 steffen stramm 2009-08-26 21:16:05 UTC
i cant compile 1.09:

In file included from vector.h:5,                                                                                                                                                                                                                                      
                 from ist_i3d.h:10,                                                                                                                                                                                                                                    
                 from ist_i3d_gl.cc:2:                                                                                                                                                                                                                                 
bstream.h: In function 'ist::bostream& operator<<(ist::bostream&, const ist::bbuffer&)':                                                                                                                                                                               
bstream.h:300: error: ambiguous overload for 'operator<<' in 'b << ((const ist::bbuffer*)v)->ist::bbuffer::size()'                                                                                                                                                     
bstream.h:276: note: candidates are: ist::bostream& operator<<(ist::bostream&, char)                                                                                                                                                                                   
bstream.h:277: note:                 ist::bostream& operator<<(ist::bostream&, unsigned char)                                                                                                                                                                          
bstream.h:278: note:                 ist::bostream& operator<<(ist::bostream&, short int)                                                                                                                                                                              
bstream.h:279: note:                 ist::bostream& operator<<(ist::bostream&, short unsigned int)                                                                                                                                                                     
bstream.h:280: note:                 ist::bostream& operator<<(ist::bostream&, int)                                                                                                                                                                                    
bstream.h:281: note:                 ist::bostream& operator<<(ist::bostream&, unsigned int)                                                                                                                                                                           
bstream.h:282: note:                 ist::bostream& operator<<(ist::bostream&, float)                                                                                                                                                                                  
bstream.h:283: note:                 ist::bostream& operator<<(ist::bostream&, double)                                                                                                                                                                                 
bstream.h:284: note:                 ist::bostream& operator<<(ist::bostream&, bool)                                                                                                                                                                                   
bstream.h:285: note:                 ist::bostream& operator<<(ist::bostream&, wchar_t)  


Portage 2.2_rc40 (default/linux/amd64/2008.0/desktop, gcc-4.4.1, glibc-2.10.1-r0, 2.6.31-rc6 x86_64)
=================================================================
System uname: Linux-2.6.31-rc6-x86_64-Intel-R-_Core-TM-2_CPU_6600_@_2.40GHz-with-gentoo-2.0.1
Timestamp of tree: Wed, 26 Aug 2009 13:30:01 +0000
app-shells/bash:     4.0_p28
dev-lang/python:     2.6.2-r1, 3.1.1
dev-util/cmake:      2.6.4-r2
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.4.3-r3
sys-apps/sandbox:    2.1
sys-devel/autoconf:  2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2, 1.11
sys-devel/binutils:  2.19.1-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O3 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=native -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests distlocks fixpackages parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.mneisen.org/ ftp://91.121.124.139/gentoo-distfiles/ http://mirror.cambrium.nl/pub/os/linux/gentoo/ http://de-mirror.org/distro/gentoo/"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/qting-edge /usr/local/portage/layman/kde-testing /usr/local/portage/layman/x11 /usr/local/portage/layman/roslin /usr/local/portage/layman/gamerlay /usr/local/portage/layman/custom"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 avahi bash-completion branding bzip2 cdr cli consolekit crypt curl dbus dirac dri dts dvd dvdr eds emboss encode evo expat firefox flac gif git gmp gnutls graphite hal iconv idn inotify ipv6 isdnlog jpeg kde mad mdnsresponder-compat mikmod mmx mng mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly ogg openal openexr opengl openmp otr pam pcre pdf pic png policykit ppds pppd qt3support qt4 quicktime raster readline reflection rss rtsp schroedinger sdl semantic-desktop session sftp spl sqlite sse sse2 sse3 ssl ssse3 startup-notification subversion svg symlink sysfs tcpd tftp theora threads threadsafe thumbnail thunar tiff tordns truetype unicode usb vim-syntax vorbis webdav-serf webkit x264 xattr xcomposite xml xorg xulrunner xv xvid zeroconf zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" SANE_BACKENDS="plustek" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 13 Account removed 2009-08-27 06:45:57 UTC
Created attachment 202375 [details]
exception_conflict/files/gcc-4.3-fixes-1.09.patch
Comment 14 Account removed 2009-08-27 06:47:12 UTC
I also got a compile error with gcc-4.4.1, although at an other place.
my new gcc-4.3-fixes-1.09.patch works for me.
I'm on ~x86, using -O2 in CFLAGS.
btw main maintainance of this (and many other) ebuild(s) will be in
the gamerlay overlay in the future.
atm most ebuilds (including exception conflict) are in devel state, and need
to be reviewed, before they are available via "layman gamerlay"
Comment 15 steffen stramm 2009-08-27 23:55:24 UTC
hm.. even with the new patch i have still the same issue.
Comment 16 Account removed 2010-03-16 12:40:25 UTC
game is in official overlay gamerlay