Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126834 - dev-libs/STLport-4.6.2-r2 does not build correctly on ppc64 - needs patch to ebuild
Summary: dev-libs/STLport-4.6.2-r2 does not build correctly on ppc64 - needs patch to ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 Linux
: High normal (vote)
Assignee: ppc64 architecture team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-19 10:13 UTC by Michael Prorock
Modified: 2006-05-01 05:38 UTC (History)
0 users

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


Attachments
patch to ebuild to bring in vector patch from ppc to ppc64 (STLport-4.6.2-r2.diff,376 bytes, patch)
2006-03-19 10:13 UTC, Michael Prorock
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Prorock 2006-03-19 10:13:04 UTC
STLport-4.6.2-r2.ebuild needs a check for ppc64 in order to bring in the vector patch from ppc

Gentoo Base System version 1.12.0_pre16
Portage 2.1_pre6-r3 (default-linux/ppc/ppc64/2006.0/64bit-userland/970/pmac, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-rc5 ppc64)
=================================================================
System uname: 2.6.16-rc5 ppc64 PPC970FX, altivec supported
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r4
ACCEPT_KEYWORDS="ppc64 ~ppc64"
AUTOCLEAN="yes"
CBUILD="powerpc64-unknown-linux-gnu"
CFLAGS="-O2 -mcpu=970 -mtune=970 -maltivec -mabi=altivec -pipe -fno-strict-aliasing -mpowerpc-gfxopt -mmultiple -mstring"
CHOST="powerpc64-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib64/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=970 -mtune=970 -maltivec -mabi=altivec -pipe -fno-strict-aliasing -mpowerpc-gfxopt -mmultiple -mstring"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage-xgl /usr/local/portage/openoffice"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac alsa altivec apache2 apm arts berkdb bitmap-fonts bzip2 cairo cdr cli crypt ctype cups dba dri dv dvd dvdr dvdread eds emacs emboss encode esd esound exif expat fastbuild fbcon ffmpeg fftw foomaticdb force-cgi-redirect fortran ftp gd gdbm gif glitz gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde libg++ libwww mad memlimit mikmod motif mp3 mpeg ncurses nls nptl offensive ogg opengl oss pam pcre pdflib perl png posix postfix ppc64 python qt quicktime readline real sdl session simplexml smp soap sockets spell spl ssl subtitles tcpd tiff tokenizer truetype truetype-fonts type1-fonts udev unicode usb vcd vorbis xml xmms xsl xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_ati video_cards_fbdev"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Michael Prorock 2006-03-19 10:13:51 UTC
Created attachment 82584 [details, diff]
patch to ebuild to bring in vector patch from ppc to ppc64
Comment 2 Markus Rothe (RETIRED) gentoo-dev 2006-05-01 05:38:57 UTC
thx! sorry, that this took so long... :-(

vector patch now applies on ppc64, too.