Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2009 13:15:00 GMT
From:      Justin Hibbits <jrh29@alumni.cwru.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/133462: multimedia/x264 build fails on powerpc
Message-ID:  <200904071315.n37DF0ml010873@www.freebsd.org>
Resent-Message-ID: <200904071320.n37DK30N029813@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904071315.n37DF0ml010873>