From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 7 13:20:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E8331065677 for ; Tue, 7 Apr 2009 13:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 575E18FC31 for ; Tue, 7 Apr 2009 13:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n37DK38A029814 for ; Tue, 7 Apr 2009 13:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n37DK30N029813; Tue, 7 Apr 2009 13:20:03 GMT (envelope-from gnats) Resent-Date: Tue, 7 Apr 2009 13:20:03 GMT Resent-Message-Id: <200904071320.n37DK30N029813@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Justin Hibbits Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5460B106564A for ; Tue, 7 Apr 2009 13:15:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 27E308FC0A for ; Tue, 7 Apr 2009 13:15:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n37DF0fv010882 for ; Tue, 7 Apr 2009 13:15:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n37DF0ml010873; Tue, 7 Apr 2009 13:15:00 GMT (envelope-from nobody) Message-Id: <200904071315.n37DF0ml010873@www.freebsd.org> Date: Tue, 7 Apr 2009 13:15:00 GMT From: Justin Hibbits To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/133462: multimedia/x264 build fails on powerpc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2009 13:20:04 -0000 >Number: 133462 >Category: ports >Synopsis: multimedia/x264 build fails on powerpc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 07 13:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Justin Hibbits >Release: 8-CURRENT >Organization: >Environment: FreeBSD narn.knownspace 8.0-CURRENT FreeBSD 8.0-CURRENT #15 r190714: Sun Apr 5 15:52:28 EDT 2009 root@narn.knownspace:/usr/obj/usr/src/sys/NARN powerpc >Description: Building multimedia/x264 on freebsd/ppc fails with link errors: libx264.a(common.o)(.text+0xf0c): In function `x264_param_default': : undefined reference to `x264_cpu_detect' libx264.a(common.o)(.text+0x1640): In function `x264_param_parse': : undefined reference to `x264_cpu_detect' libx264.a(mc.o)(.text+0x1358): In function `x264_mc_init': : undefined reference to `x264_mc_altivec_init' libx264.a(predict.o)(.text+0x35e0): In function `x264_predict_16x16_init': : undefined reference to `x264_predict_16x16_init_altivec' libx264.a(pixel.o)(.text+0x7ee0): In function `x264_pixel_init': : undefined reference to `x264_pixel_altivec_init' libx264.a(frame.o)(.got2+0x20): undefined reference to `x264_deblock_v_luma_altivec' libx264.a(frame.o)(.got2+0x24): undefined reference to `x264_deblock_h_luma_altivec' libx264.a(dct.o)(.got2+0x30): undefined reference to `x264_sub4x4_dct_altivec' libx264.a(dct.o)(.got2+0x34): undefined reference to `x264_sub8x8_dct_altivec' libx264.a(dct.o)(.got2+0x38): undefined reference to `x264_sub16x16_dct_altivec' libx264.a(dct.o)(.got2+0x3c): undefined reference to `x264_add4x4_idct_altivec' libx264.a(dct.o)(.got2+0x40): undefined reference to `x264_add8x8_idct_altivec' libx264.a(dct.o)(.got2+0x44): undefined reference to `x264_add16x16_idct_altivec' libx264.a(dct.o)(.got2+0x48): undefined reference to `x264_sub8x8_dct8_altivec' libx264.a(dct.o)(.got2+0x4c): undefined reference to `x264_sub16x16_dct8_altivec' libx264.a(dct.o)(.got2+0x50): undefined reference to `x264_add8x8_idct8_altivec' libx264.a(dct.o)(.got2+0x54): undefined reference to `x264_add16x16_idct8_altivec' libx264.a(dct.o)(.got2+0x74): undefined reference to `x264_zigzag_scan_4x4_field_altivec' libx264.a(dct.o)(.got2+0x88): undefined reference to `x264_zigzag_scan_4x4_frame_altivec' libx264.a(quant.o)(.got2+0x40): undefined reference to `x264_quant_2x2_dc_altivec' libx264.a(quant.o)(.got2+0x44): undefined reference to `x264_quant_4x4_dc_altivec' libx264.a(quant.o)(.got2+0x48): undefined reference to `x264_quant_4x4_altivec' libx264.a(quant.o)(.got2+0x4c): undefined reference to `x264_quant_8x8_altivec' libx264.a(quant.o)(.got2+0x50): undefined reference to `x264_dequant_4x4_altivec' libx264.a(quant.o)(.got2+0x54): undefined reference to `x264_dequant_8x8_altivec' >How-To-Repeat: Build multimedia/x264 on freebsd/ppc >Fix: Update x264 port source to post-20090120 snapshot. >Release-Note: >Audit-Trail: >Unformatted: