From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 16 17:56:19 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B7413E7 for ; Tue, 16 Dec 2014 17:56:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC801359 for ; Tue, 16 Dec 2014 17:56:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBGHuIvT046398 for ; Tue, 16 Dec 2014 17:56:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196033] New: [PATCH] multimedia/libx264 missing symbols on armv6 Date: Tue, 16 Dec 2014 17:56:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikael.urankar@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2014 17:56:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196033 Bug ID: 196033 Summary: [PATCH] multimedia/libx264 missing symbols on armv6 Product: Ports Tree Version: Latest Hardware: arm OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: koobs@FreeBSD.org Reporter: mikael.urankar@gmail.com CC: sbruno@FreeBSD.org Flags: maintainer-feedback?(koobs@FreeBSD.org) Assignee: koobs@FreeBSD.org Created attachment 150649 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150649&action=edit armv6 fix 102 packages are currently broken on armv6 (multimedia/x264, multimedia/ffmpeg...) because of missing symbols in libx264.so: /nxb-bin/usr/bin/cc -L/usr/local/lib -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.LCQ0ocrJ /tmp/ffconf.sMcTyhSD.o -lx264 -lvpx -lvpx -lvpx -lvpx -lvorbisenc -lvorbis -logg -L/usr/local/lib -lv4l2 -ltheoraenc -ltheoradec -logg -L/usr/local/lib -lschroedinger-1.0 /usr/local/lib/libopencv_core.so /usr/local/lib/libopencv_imgproc.so -L/usr/local/lib -lfreetype -lfontconfig -L/usr/local/lib -lfreetype -/usr/local/lib -lgnutls -lm -lbz2 -lz -pthread -pthread /usr/local/lib/libx264.so: undefined reference to `x264_predict_8x8c_init_arm' /usr/local/lib/libx264.so: undefined reference to `x264_sub8x8_dct_dc_neon' /usr/local/lib/libx264.so: undefined reference to `x264_pixel_sad_x3_8x16_neon' /usr/local/lib/libx264.so: undefined reference to `x264_pixel_ssd_4x4_neon' ... The attached patch fixes that. I changed the cpu flag to arm1136jf-s so that it is compatible with the raspberry-pi (it defaults to cortex-a8 otherwise, which is armv7) multimedia/x264 needs the same 'cpu' treatment, it's a one line patch but I can provide it if needed. To apply the patch: cd /usr/ports/multimedia/libx264; patch < /path/to/patch build logs for libx264 and x264: http://mikael.urankar.free.fr/FreeBSD/arm/build_logs/libx264-0.142.2455.log http://mikael.urankar.free.fr/FreeBSD/arm/build_logs/x264-0.142.2455.log --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer koobs@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.