Opened 10 years ago
Closed 10 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)
Change History (5)
comment:1 Changed 10 years ago by jul_bsd@…
Changed 10 years ago by jul_bsd@…
Attachment: | patch-py-tsk-Portfile.diff added |
---|
Changed 10 years ago by jul_bsd@…
Attachment: | patch-misc.h.diff added |
---|
comment:3 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
done r134021
Note: See
TracTickets for help on using
tickets.
fixed with upstream. new patch