https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228433

Guido Falsi <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]
 Attachment #193639|                            |maintainer-approval?(vbox@F
              Flags|                            |reeBSD.org)

--- Comment #1 from Guido Falsi <[email protected]> ---
Created attachment 193639
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193639&action=edit
Tantive patch

I've hit this myself just now.

Having a look at the failing part of the source code it looks like what they
define as a kludge is not necessary anymore and has been fixed in base r324622.

I also suspect the kludge was already not necessary when they switched from
including stddef.h to including sys/stddef.h, which has never diverged from
types.h in the definition of offsetof.

I've made a very simple patch removing the kludge and simply including the
required files. It does compile, but I still have to test it at runtime, which
I will do once building a bunch of other packages is done and report back.

I'm anyway attaching my patch for reference.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "[email protected]"

Reply via email to