[Bug 195251] New: [PATCH] devel/deforaos-libsystem fails to build on arm

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 21 18:36:31 UTC 2014


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 at FreeBSD.org
          Reporter: mikael.urankar at gmail.com
                CC: olivier at cochard.me, sbruno at FreeBSD.org
                CC: olivier at cochard.me
             Flags: maintainer-feedback?(olivier at 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 at FreeBSD.org> ---
Maintainer CC'd

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


More information about the freebsd-ports-bugs mailing list