Changes between Initial Version and Version 7 of Ticket #64396


Ignore:
Timestamp:
Jan 9, 2022, 5:32:18 PM (3 years ago)
Author:
BjarneDMat
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64396

    • Property Cc evanmiller added
    • Property Summary changed from [samba4] Undefined symbols for architecture x86_64 in charset_macosxfs.c.1.o to [samba4] use of undeclared identifier 'O_CLOEXEC' in tdb_wrap.c
  • Ticket #64396 – Description

    initial v7  
    11{{{
    2 [ 761/3660] Linking bin/default/lib/util/libsamba-util.dylib
    3 Undefined symbols for architecture x86_64:
    4   "_DEBUG", referenced from:
    5       _macosxfs_encoding_pull in charset_macosxfs.c.1.o
    6       _macosxfs_encoding_push in charset_macosxfs.c.1.o
    7 ld: symbol(s) not found for architecture x86_64
     2[1052/3660] Compiling lib/tdb_wrap/tdb_wrap.c
     3../../lib/tdb_wrap/tdb_wrap.c:107:16: error: use of undeclared identifier 'O_CLOEXEC'
     4        open_flags |= O_CLOEXEC;
     5                      ^
    86}}}
    9 
    10 Ok - this is with an updated Portfile
     7Ok - this is with an updated Portfile