From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 21 18:36:31 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21440E14 for ; Fri, 21 Nov 2014 18:36:31 +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 E25A0918 for ; Fri, 21 Nov 2014 18:36:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sALIaUS3013844 for ; Fri, 21 Nov 2014 18:36:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195251] New: [PATCH] devel/deforaos-libsystem fails to build on arm Date: Fri, 21 Nov 2014 18:36:29 +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 Only Me X-Bugzilla-Who: mikael.urankar@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@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: Fri, 21 Nov 2014 18:36:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195251 Bug ID: 195251 Summary: [PATCH] devel/deforaos-libsystem fails to build on arm Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mikael.urankar@gmail.com CC: olivier@cochard.me, sbruno@FreeBSD.org CC: olivier@cochard.me Flags: maintainer-feedback?(olivier@cochard.me) Created attachment 149676 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149676&action=edit patch-src_error.c deforaos-libsystem fails to build on armv6 with this error: cc -I ../include -D WITH_SSL -W -Wall -fPIC -g -O2 -pedantic -c error.c error.c:49:31: error: passing 'void *' to parameter of incompatible type 'va_list' (aka '__builtin_va_list') return _error_do(NULL, NULL, NULL); ^~~~ /usr/include/sys/_null.h:32:14: note: expanded from macro 'NULL' #define NULL ((void *)0) This is the same kind of error that was fixed in databases/mysql55-client (see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193841 for details) build log on arm is available here: http://mikael.urankar.free.fr/FreeBSD/arm/build_logs/deforaos-libsystem/deforaos-libsystem-0.1.6_1.log redports is currently down so I can't provide build logs for other arch but it compiles successfully on current/amd64 --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug.