Opened 11 years ago

Closed 11 years ago

#40101 closed defect (wontfix)

libgsf @1.14.28: build shows non-fatal gobject-introspection-related syntax errors

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.99
Keywords: Cc:
Port: libgsf

Description

The non-fatal errors show up here:

  CCLD     libgsf-1.la
powerpc-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread'
warning: no debug map in executable (-arch ppc)
  GISCAN Gsf-1.gir
/usr/include/libkern/ppc/OSByteOrder.h:46: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/ppc/OSByteOrder.h:52: syntax error, unexpected ';' in '    __asm__ ("lhbrx %0, %2, %1"' at ';'
/usr/include/libkern/ppc/OSByteOrder.h:62: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/ppc/OSByteOrder.h:68: syntax error, unexpected ';' in '    __asm__ ("lwbrx %0, %2, %1"' at ';'
/usr/include/libkern/ppc/OSByteOrder.h:78: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/ppc/OSByteOrder.h:88: syntax error, unexpected ';' in '    __asm__ ("lwbrx %0, %3, %2\n\t"' at ';'
/usr/include/libkern/ppc/OSByteOrder.h:101: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/ppc/OSByteOrder.h:106: syntax error, unexpected ';' in '    __asm__ ("sthbrx %1, %3, %2"' at ';'
/usr/include/libkern/ppc/OSByteOrder.h:116: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/ppc/OSByteOrder.h:121: syntax error, unexpected ';' in '    __asm__ ("stwbrx %1, %3, %2"' at ';'
/usr/include/libkern/ppc/OSByteOrder.h:131: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/ppc/OSByteOrder.h:139: syntax error, unexpected ';' in '    __asm__ ("stwbrx %1, %4, %3\n\t"' at ';'
/usr/include/libkern/ppc/OSByteOrder.h:149: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/ppc/OSByteOrder.h:158: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/ppc/OSByteOrder.h:167: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/OSByteOrder.h:88: syntax error, unexpected '{', expecting ',' or ';' in 'OSHostByteOrder(void) {' at '{'
/usr/include/libkern/OSByteOrder.h:115: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/OSByteOrder.h:116: syntax error, unexpected ')', expecting identifier or '(' in '    return *(volatile uint16_t *)((uintptr_t)base + byteOffset);' at ')'
/usr/include/libkern/OSByteOrder.h:125: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/OSByteOrder.h:126: syntax error, unexpected ')', expecting identifier or '(' in '    return *(volatile uint32_t *)((uintptr_t)base + byteOffset);' at ')'
/usr/include/libkern/OSByteOrder.h:135: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/OSByteOrder.h:136: syntax error, unexpected ')', expecting identifier or '(' in '    return *(volatile uint64_t *)((uintptr_t)base + byteOffset);' at ')'
/usr/include/libkern/OSByteOrder.h:148: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/OSByteOrder.h:149: syntax error, unexpected ')', expecting identifier or '(' in '    *(volatile uint16_t *)((uintptr_t)base + byteOffset) = data;' at ')'
/usr/include/libkern/OSByteOrder.h:159: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/OSByteOrder.h:160: syntax error, unexpected ')', expecting identifier or '(' in '    *(volatile uint32_t *)((uintptr_t)base + byteOffset) = data;' at ')'
/usr/include/libkern/OSByteOrder.h:170: syntax error, unexpected '{', expecting ',' or ';' in '{' at '{'
/usr/include/libkern/OSByteOrder.h:171: syntax error, unexpected ')', expecting identifier or '(' in '    *(volatile uint64_t *)((uintptr_t)base + byteOffset) = data;' at ')'
powerpc-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread'
  GICOMP Gsf-1.gir
gmake[2]: Leaving directory `/opt/local/var/macports/build/_opt_mports_trunk_dports_gnome_libgsf/libgsf/work/libgsf-1.14.28/gsf'

They look similar to those in #39144.

Change History (2)

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

gobject-introspection always does that, I'm pretty sure those messages can safely be ignored...

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: Gsf-1.gir SByteOrder.h removed
Resolution: wontfix
Status: newclosed
Summary: Build of libgsf 1.14.28 shows syntax errorslibgsf @1.14.28: build shows non-fatal gobject-introspection-related syntax errors

If it doesn't cause libgsf to fail to build, and libgsf works afterward, then I guess we'll just ignore it, since Eric says it's normal.

Note: See TracTickets for help on using tickets.