Opened 2 years ago

Closed 8 months ago

Last modified 8 months ago

#64759 closed defect (fixed)

zvbi @0.2.35+universal: error: ‘Z_BYTE_ORDER’ undeclared

Reported by: barracuda156 Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port: zvbi

Description

/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE -I/opt/local/include -I..  -D_REENTRANT -D_GNU_SOURCE -pipe -Os -arch ppc -arch ppc64 -c caption.c
caption.c: In function ‘draw_transparent_spaces’:
caption.c:217: error: ‘Z_BYTE_ORDER’ undeclared (first use in this function)
caption.c:217: error: (Each undeclared identifier is reported only once
caption.c:217: error: for each function it appears in.)
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE -I/opt/local/include -I..  -D_REENTRANT -D_GNU_SOURCE -pipe -Os -arch ppc -arch ppc64 -c osc.c
caption.c: In function ‘draw_transparent_spaces’:
caption.c:217: error: ‘Z_BYTE_ORDER’ undeclared (first use in this function)
caption.c:217: error: (Each undeclared identifier is reported only once
caption.c:217: error: for each function it appears in.)
fatal error: lipo: can't open input file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_zvbi/zvbi/work/.tmp/ccoI4uDp.out (No such file or directory)
make[2]: *** [caption.o] Error 1

Attachments (2)

config.log (72.9 KB) - added by barracuda156 2 years ago.
main.log (68.9 KB) - added by barracuda156 2 years ago.

Download all attachments as: .zip

Change History (5)

Changed 2 years ago by barracuda156

Attachment: config.log added

Changed 2 years ago by barracuda156

Attachment: main.log added

comment:1 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)

Keywords: powerpc Leopard ppc64 removed
Summary: zvbi fails to build for ppc+ppc64 on Leopardzvbi @0.2.35+universal: error: ‘Z_BYTE_ORDER’ undeclared

Duplicate #67956 shows the same problem when building universal for i386 and x86_64 on Darwin 10.

comment:2 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 6eb973ca5a39cf485542f272bbcc194f327fd0d5/macports-ports (master):

zvbi: Fix universal build on some OS versions

Closes: #64759

comment:3 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)

I believe this should fix it, however I did not see the problem when building universal on Monterey so if that doesn't work let me know.

It's an upstream problem that should be reported to them but I haven't bothered because there hasn't been an upstream release in a decade.

Last edited 8 months ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)
Note: See TracTickets for help on using tickets.