Opened 9 years ago

Closed 9 years ago

#47103 closed update (fixed)

[update] py-tsk 20150111

Reported by: jul_bsd@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc: kurthindenburg (Kurt Hindenburg)
Port: py-tsk

Description

  • update version
  • move to github
  • currently build fails
building 'pytsk3' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_TSK_LIBTSK_H -I/opt/local/include -Italloc -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c class.c -o build/temp.macosx-10.10-intel-2.7/class.o
In file included from class.c:17:
./misc.h:150:10: error: expected ')'
uint64_t htonll(uint64_t n);
         ^
/usr/include/sys/_endian.h:141:25: note: expanded from macro 'htonll'
#define htonll(x)       __DARWIN_OSSwapInt64(x)
                        ^
/usr/include/libkern/_OSByteOrder.h:78:30: note: expanded from macro '__DARWIN_OSSwapInt64'
    (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt64(x) : _OSSwapInt64(x))
                             ^
./misc.h:150:10: note: to match this '('
/usr/include/sys/_endian.h:141:25: note: expanded from macro 'htonll'
#define htonll(x)       __DARWIN_OSSwapInt64(x)
                        ^
/usr/include/libkern/_OSByteOrder.h:78:5: note: expanded from macro '__DARWIN_OSSwapInt64'
    (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt64(x) : _OSSwapInt64(x))

Attachments (2)

patch-py-tsk-Portfile.diff (1.9 KB) - added by jul_bsd@… 9 years ago.
patch-misc.h.diff (257 bytes) - added by jul_bsd@… 9 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 9 years ago by jul_bsd@…

fixed with upstream. new patch

Changed 9 years ago by jul_bsd@…

Attachment: patch-py-tsk-Portfile.diff added

Changed 9 years ago by jul_bsd@…

Attachment: patch-misc.h.diff added

comment:2 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)

Cc: khindenburg@… added

Cc Me!

comment:3 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)

Resolution: fixed
Status: newclosed

done r134021

Note: See TracTickets for help on using tickets.