Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2014 18:36:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195251] New: [PATCH] devel/deforaos-libsystem fails to build on arm
Message-ID:  <bug-195251-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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 <bugzilla@FreeBSD.org> ---
Maintainer CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.



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