Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 43208

Summary: opera-7.50_alpha2.ebuild (update)
Product: Gentoo Linux Reporter: Park Ji-in <tisphie>
Component: New packagesAssignee: Heinrich Wendel (RETIRED) <lanius>
Status: RESOLVED LATER    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for opera-7.50_alpha2.ebuild

Description Park Ji-in 2004-02-28 08:53:16 UTC
opera-7.50_alpha2 's static or shared version determine process doesn't work for me.

so I changed 
'if' statement 

Reproducible: Always
Steps to Reproduce:





Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.3)
=================================================================
System uname: 2.6.3 i686 Intel(R) Celeron(TM) CPU                1200MHz
Gentoo Base System version 1.4.3.13
distcc 2.12.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://ftp.gentoo.or.kr 
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage-bmg /usr/local/portage_mith"
SYNC="rsync://rsync.xinicks.com/gentoo-x86-portage"
USE="X aalib apm avi berkdb canna cdr cjk crypt cups dedicated djbfft doc dvb
dvd encode esd evo foomaticdb gdbm ggi gif gnome gpm gtk2 guile imap imlib
innodb ipv4 ipv6 java joystick jpeg ldap libg++ libwww mad mikmod mmx motif
mozilla mozsvg mpeg ncurses net nls nptl oggvorbis opengl oss pam pdflib perl
pic png postgres python quicktime radeon readline ruby samba sdl slang spell sse
ssl tcltk tcpd tetex threads tiff truetype usb x86 xml2 xv zlib"
Comment 1 Park Ji-in 2004-02-28 08:55:51 UTC
Created attachment 26525 [details, diff]
patch for opera-7.50_alpha2.ebuild

patch for ebuild. not used by ebuild
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2004-02-28 10:57:38 UTC
you have to specify static in make.conf bevor emerge rsync, the if-clause is only a temporary workaround because portage has a bug with nested use flags in SRC_URI when FEATURES="cvs" is set
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2004-02-28 10:58:02 UTC
will change it to your solution when portage is fixed