Opened 3 years ago

Closed 17 months ago

#61561 closed defect (fixed)

blackbox @0.76 does not build on PPC Tiger, Mac OS X 10.4.11,

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: kencu (Ken)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: tiger ppc Cc:
Port: blackbox

Description

/bin/sh ../libtool  --tag=CXX   --mode=compile /opt/local/bin/g++-mp-7 -DHAVE_CONFIG_H -I. -I..  -include config.h -I..    -I/opt/local/include -I/opt/local/include/LegacySupport  -pipe -Os -Wno-format-security -std=c++98 -fpermissive -arch ppc -c -o EWMH.lo EWMH.cc
libtool: compile:  /opt/local/bin/g++-mp-7 -DHAVE_CONFIG_H -I. -I.. -include config.h -I.. -I/opt/local/include -I/opt/local/include/LegacySupport -pipe -Os -Wno-format-security -std=c++98 -fpermissive -arch ppc -c EWMH.cc  -fno-common -DPIC -o .libs/EWMH.o
EWMH.cc: In member function 'void bt::EWMH::setStartupId(Window, Window) const':
EWMH.cc:799:14: error: 'getenv' was not declared in this scope
   if (!(id = getenv("DESKTOP_STARTUP_ID")))
              ^~~~~~
EWMH.cc:799:14: note: suggested alternative: 'getwc'
   if (!(id = getenv("DESKTOP_STARTUP_ID")))
              ^~~~~~
              getwc
EWMH.cc:805:3: error: 'unsetenv' was not declared in this scope
   unsetenv("DESKTOP_STARTUP_ID");
   ^~~~~~~~
EWMH.cc:805:3: note: suggested alternative: 'ungetwc'
   unsetenv("DESKTOP_STARTUP_ID");
   ^~~~~~~~
   ungetwc
make[2]: *** [EWMH.lo] Error 1
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_x11_blackbox/blackbox/work/blackbox-0.76/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_x11_blackbox/blackbox/work/blackbox-0.76'
make: *** [all] Error 2
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_x11_blackbox/blackbox/work/blackbox-0.76'
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_x11_blackbox/blackbox/work/blackbox-0.76" && /usr/bin/make -w all 
Exit code: 2

Is a new legacy support missing? It has (only):

      5 PortGroup               legacysupport 1.0

Attachments (2)

main.log (38.7 KB) - added by ballapete (Peter "Pete" Dyballa) 3 years ago.
Main.log from PPC Tiger, Mac OS X 10.4.11
lib_EWMH-include-stdlib.diff (217 bytes) - added by ballapete (Peter "Pete" Dyballa) 3 years ago.
Patch to add the missing C header file

Download all attachments as: .zip

Change History (6)

Changed 3 years ago by ballapete (Peter "Pete" Dyballa)

Attachment: main.log added

Main.log from PPC Tiger, Mac OS X 10.4.11

comment:1 Changed 3 years ago by kencu (Ken)

I'm not sure just why it is now needed, but explicitly adding #include <stdlib.h> to EWMH.cc after the other includes fixes the build.

comment:2 in reply to:  1 Changed 3 years ago by ballapete (Peter "Pete" Dyballa)

Replying to kencu:

This worked for me too. Patch added!

Changed 3 years ago by ballapete (Peter "Pete" Dyballa)

Patch to add the missing C header file

comment:3 Changed 3 years ago by ballapete (Peter "Pete" Dyballa)

Same failure and same cure on PPC Leopard, Mac OS X 10.5.8.

comment:4 Changed 17 months ago by kencu (Ken)

Owner: set to kencu
Resolution: fixed
Status: newclosed

In 8855e386d49f2752c5a2e5709821c26ebd6012fe/macports-ports (master):

blackbox: fix missing header on old systems

closes: #61561

Note: See TracTickets for help on using tickets.