From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 30 06:30:13 2015 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 EE7DC7B1 for ; Sat, 30 May 2015 06:30:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D0A90157B for ; Sat, 30 May 2015 06:30:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4U6UCY3085127 for ; Sat, 30 May 2015 06:30:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 200535] multimedia/libvpx: fails to build on armv6 Date: Sat, 30 May 2015 06:30:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rwestlun@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ashish@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 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2015 06:30:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200535 Bug ID: 200535 Summary: multimedia/libvpx: fails to build on armv6 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ashish@FreeBSD.org Reporter: rwestlun@gmail.com Assignee: ashish@FreeBSD.org Flags: maintainer-feedback?(ashish@FreeBSD.org) Created attachment 157276 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157276&action=edit libvpx-1.3.0 build log I'm using poudriere-devel with qemu-user-static to cross compile for armv6. libvpx-1.3.0 fails with: cc -O -pipe -fno-strict-aliasing -march=armv6 -mtune=armv6 -O3 -fPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement - Wdisabled-optimization -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized -Wunused-variable -fno-strict-aliasing -Wno-unused-function -I. -I"/ wrkdirs/usr/ports/multimedia/libvpx/work/libvpx-1.3.0" -c -o vp9/decoder/vp9_dsubexp.c.o vp9/decoder/vp9_dsubexp.c cc -O -pipe -fno-strict-aliasing -march=armv6 -mtune=armv6 -O3 -fPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement - Wdisabled-optimization -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized -Wunused-variable -fno-strict-aliasing -Wno-unused-function -I. -I"/ wrkdirs/usr/ports/multimedia/libvpx/work/libvpx-1.3.0" -c -o vpx_config.c.o vpx_config.c [CREATE] vpx_config.asm /wrkdirs/usr/ports/multimedia/libvpx/work/libvpx-1.3.0/libs.mk:361: recipe for target 'vpx_config.asm' failed gmake[2]: *** [vpx_config.asm] Error 1 Makefile:17: recipe for target '.DEFAULT' failed gmake[1]: *** [.DEFAULT] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/multimedia/libvpx/work/libvpx-1.3.0' *** Error code 1 Stop. make: stopped in /usr/ports/multimedia/libvpx ====>> Cleaning up wrkdir ===> Cleaning for libvpx-1.3.0 ^[[1;33m====>>^[[0;0m ^[[1;33mWarning: Leftover processes: ^[[0;0mUSER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND build of multimedia/libvpx ended at Sat May 30 01:52:11 EDT 2015 build time: 00:09:07 !!! build failure encountered !!! Full build log is attached. -- You are receiving this mail because: You are the assignee for the bug.