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

Bug 64175

Summary: vsftpd-1.2.2.ebuild fails while trying to install on ppc64 (XServe G5)
Product: Gentoo Linux Reporter: Leo Mocofan <leo>
Component: New packagesAssignee: ppc64 architecture team <ppc64>
Status: VERIFIED FIXED    
Severity: major    
Priority: High    
Version: 2004.2   
Hardware: PPC64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch for gentoo-specific paths to vsftpd

Description Leo Mocofan 2004-09-15 14:09:35 UTC
I tried to install vsftpd on ppc64 platform and the compilation stops with the message:

gcc -c standalone.c -O2 -pipe -DUSE_PAM -idirafter dummyinc
gcc -c hash.c -O2 -pipe -DUSE_PAM -idirafter dummyinc
gcc -c tcpwrap.c -O2 -pipe -DUSE_PAM -idirafter dummyinc
gcc -c ipv6parse.c -O2 -pipe -DUSE_PAM -idirafter dummyinc
gcc -c access.c -O2 -pipe -DUSE_PAM -idirafter dummyinc
gcc -c sysutil.c -O2 -pipe -DUSE_PAM -idirafter dummyinc
gcc -c sysdeputil.c -O2 -pipe -DUSE_PAM -idirafter dummyinc
sysdeputil.c: In function `capset':
sysdeputil.c:160: error: asm-specifier for variable `__sc_4' conflicts with asm clobber list
make: *** [sysdeputil.o] Error 1
make: *** Waiting for unfinished jobs....

Reproducible: Always
Steps to Reproduce:
1.do an emerge vsftp on a ppc64 platform
2.
3.

Actual Results:  
Compilation stoped

Expected Results:  
install vsftp on the system
Comment 1 Leo Mocofan 2004-09-15 14:11:36 UTC
Portage 2.0.50-r11 (default-ppc64-2004.2, gcc-3.4.1, glibc-2.3.4.20040808-r0, 2.6.8-gentoo-r1)
=================================================================
System uname: 2.6.8-gentoo-r1 ppc64 PPC970FX, altivec supported
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="ppc64"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe"
CHOST="powerpc64-unknown-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/nfs/pub/gentoo/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/nfs/pub/gentoo/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/nfs/pub/gentoo/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="berkdb bitmap-fonts cups dvd foomaticdb gdbm gif gpm imlib jpeg libwww mitshm nls oggvorbis oss pam perl png ppc64 python readline sdl slang ssl tcpd truetype xprint xv"
Comment 2 rajas 2004-09-24 03:21:22 UTC
Created attachment 40279 [details]
Patch for gentoo-specific paths to vsftpd

Adopted gentoo-diff from version 1.2 to version 2.0
Comment 3 rajas 2004-09-24 03:23:03 UTC
Sorry, wrong bug. Please ignore the attachment.
Comment 4 Tom Gall (RETIRED) gentoo-dev 2004-09-28 20:14:29 UTC
Thank Leonid,  fix commited
Comment 5 Tom Gall (RETIRED) gentoo-dev 2004-09-28 20:14:44 UTC
Stick a fork in it!