From owner-freebsd-ppc@FreeBSD.ORG Sat Feb 1 04:13:31 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE1C3FBA for ; Sat, 1 Feb 2014 04:13:31 +0000 (UTC) Received: from nk11p10mm-asmtp001.mac.com (nk11p10mm-asmtp001.mac.com [17.158.185.185]) by mx1.freebsd.org (Postfix) with ESMTP id 953CD1787 for ; Sat, 1 Feb 2014 04:13:31 +0000 (UTC) Received: from [192.168.0.6] (ip70-181-193-139.sd.sd.cox.net [70.181.193.139]) by nk11p10mm-asmtp001.mac.com (Oracle Communications Messaging Server 7u4-27.08(7.0.4.27.7) 64bit (built Aug 22 2013)) with ESMTPSA id <0N0A00K6KRMBOO70@nk11p10mm-asmtp001.mac.com> for freebsd-ppc@freebsd.org; Sat, 01 Feb 2014 03:13:25 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.11.87,1.0.14,0.0.0000 definitions=2014-01-31_07:2014-01-31,2014-01-31,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=1 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1308280000 definitions=main-1401310192 From: Cresente Ulit Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: quoted-printable Subject: x264 compile error on FreeBSD 10 Message-id: Date: Fri, 31 Jan 2014 19:13:23 -0800 To: freebsd-ppc@freebsd.org MIME-version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 04:13:31 -0000 Hi everyone, I=92m trying to compile x264 (for ffmpeg & musicpd) but I=92m stuck at = this error. I=92m using an early 2005 dual 2 GHz Power Mac G5. I = appreciate any help! =97Cresente FreeBSD [hostname redacted] 10.0-RELEASE FreeBSD 10.0-RELEASE #0 = r260789: Fri Jan 17 08:49:04 UTC 2014 = root@snap.freebsd.org:/usr/obj/powerpc.powerpc64/usr/src/sys/GENERIC64 = powerpc =3D=3D=3D> Building for x264-0.136.2358_1 gmake[6]: Entering directory = `/usr/ports/multimedia/x264/work/x264-snapshot-20130827-2245-stable' cc -o x264 x264.o input/input.o input/timecode.o input/raw.o = input/y4m.o output/raw.o output/matroska.o output/matroska_ebml.o = output/flv.o output/flv_bytestream.o filters/filters.o = filters/video/video.o filters/video/source.o filters/video/internal.o = filters/video/resize.o filters/video/cache.o filters/video/fix_vfr_pts.o = filters/video/select_every.o filters/video/crop.o filters/video/depth.o = input/thread.o output/mp4.o libx264.a -lgpac -lz -fstack-protector = -L/usr/local/lib -lm -pthread libx264.a(mc.o):(.text+0x1658): undefined reference to = `x264_mc_altivec_init' libx264.a(predict.o):(.text+0x2ac4): undefined reference to = `x264_predict_8x8c_init_altivec' libx264.a(predict.o):(.text+0x2b38): undefined reference to = `x264_predict_16x16_init_altivec' libx264.a(pixel.o):(.text+0x2660): undefined reference to = `x264_pixel_altivec_init' libx264.a(dct.o):(.got+0x88): undefined reference to = `x264_sub4x4_dct_altivec' libx264.a(dct.o):(.got+0x90): undefined reference to = `x264_sub8x8_dct_altivec' libx264.a(dct.o):(.got+0x98): undefined reference to = `x264_sub16x16_dct_altivec' libx264.a(dct.o):(.got+0xa0): undefined reference to = `x264_add4x4_idct_altivec' libx264.a(dct.o):(.got+0xa8): undefined reference to = `x264_add8x8_idct_altivec' libx264.a(dct.o):(.got+0xb0): undefined reference to = `x264_add16x16_idct_altivec' libx264.a(dct.o):(.got+0xb8): undefined reference to = `x264_sub8x8_dct8_altivec' libx264.a(dct.o):(.got+0xc0): undefined reference to = `x264_sub16x16_dct8_altivec' libx264.a(dct.o):(.got+0xc8): undefined reference to = `x264_add8x8_idct8_altivec' libx264.a(dct.o):(.got+0xd0): undefined reference to = `x264_add16x16_idct8_altivec' libx264.a(dct.o):(.got+0x128): undefined reference to = `x264_zigzag_scan_4x4_field_altivec' libx264.a(dct.o):(.got+0x130): undefined reference to = `x264_zigzag_scan_4x4_frame_altivec' libx264.a(quant.o):(.got+0xd0): undefined reference to = `x264_quant_2x2_dc_altivec' libx264.a(quant.o):(.got+0xd8): undefined reference to = `x264_quant_4x4_dc_altivec' libx264.a(quant.o):(.got+0xe0): undefined reference to = `x264_quant_4x4_altivec' libx264.a(quant.o):(.got+0xe8): undefined reference to = `x264_quant_8x8_altivec' libx264.a(quant.o):(.got+0xf0): undefined reference to = `x264_dequant_4x4_altivec' gmake[6]: *** [x264] Error 1 gmake[6]: Leaving directory = `/usr/ports/multimedia/x264/work/x264-snapshot-20130827-2245-stable' =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the = failure to the maintainer. *** Error code 1 Stop. make[5]: stopped in /usr/ports/multimedia/x264 *** Error code 1 Stop. make[4]: stopped in /usr/ports/multimedia/x264 *** Error code 1 Stop. make[3]: stopped in /usr/ports/multimedia/ffmpeg *** Error code 1 Stop. make[2]: stopped in /usr/ports/multimedia/ffmpeg *** Error code 1 Stop. make[1]: stopped in /usr/ports/audio/musicpd *** Error code 1 Stop. make: stopped in /usr/ports/audio/musicpd=