Opened 6 years ago

Closed 5 years ago

#135 closed defect (fixed)

commit 3169 breaks build with gcc on Linux Fedora 26 +

Reported by: Sérgio Monteiro Basto Owned by: Sérgio Monteiro Basto
Priority: major Milestone:
Component: kBuild Version:
Keywords: Cc:

Description

http://trac.netlabs.org/kbuild/changeset/3169/trunk/src/kmk/kmkbuiltin.c

#define BUILTIN_ENTRY(a_fn, a_sz, a_uFnSignature, fMpSafe, fNeedEnv) \
{  { { sizeof(a_sz) - 1, a_sz, } }, \
       (uintptr_t)a_fn, a_uFnSignature,   fMpSafe, fNeedEnv }
, } } ,

?!??

Attachments (2)

missing-makefile.patch (1.2 KB) - added by Sérgio Monteiro Basto 6 years ago.
debian patch more 2 patches
build.log (134.7 KB) - added by Sérgio Monteiro Basto 6 years ago.
build.log

Download all attachments as: .zip

Change History (5)

Changed 6 years ago by Sérgio Monteiro Basto

Attachment: missing-makefile.patch added

debian patch more 2 patches

Changed 6 years ago by Sérgio Monteiro Basto

Attachment: build.log added

build.log

comment:1 Changed 6 years ago by Sérgio Monteiro Basto

now build ends with :

kmkbuiltin/getopt_r.h:29:0: warning: "_GETOPT_H" redefined
# define _GETOPT_H "getopt.h was included already"

I hope that can help you

comment:2 Changed 5 years ago by Sérgio Monteiro Basto

Owner: set to Sérgio Monteiro Basto
Status: newassigned

seems fixed testing with version of today

comment:3 Changed 5 years ago by Sérgio Monteiro Basto

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.