[MacPorts] #28786: benchmarks/polygraph @4.3.1 build failure
#28786: benchmarks/polygraph @4.3.1 build failure ----------------------------------+----------------------------------------- Reporter: pixilla@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: polygraph ----------------------------------+----------------------------------------- Build errors with: {{{ ../../src/xstd/Select.h: In member function 'bool FD_Set::isSet(int) const': ../../src/xstd/Select.h:29: error: invalid conversion from 'const fd_set*' to 'fd_set*' ../../src/xstd/Select.h:29: error: initializing argument 2 of 'int __darwin_fd_isset(int, fd_set*)' ../../src/xstd/Select.h: In member function 'bool FD_Set::isReady(int) const': ../../src/xstd/Select.h:30: error: invalid conversion from 'const fd_set*' to 'fd_set*' ../../src/xstd/Select.h:30: error: initializing argument 2 of 'int __darwin_fd_isset(int, fd_set*)' mv -f .deps/Rnd.Tpo .deps/Rnd.Po /usr/bin/g++-4.0 -DHAVE_CONFIG_H -I../.. -I../../src -I../.. -I../../src -I/opt/macports-test/include -I/usr/include -pipe -O2 -arch i386 -MT Size.o -MD -MP -MF .deps/Size.Tpo -c -o Size.o Size.cc make[3]: *** [Select.o] Error 1 }}} Port log attached. -- Ticket URL: <https://trac.macports.org/ticket/28786> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28786: benchmarks/polygraph @4.3.1 build failure ----------------------------------+----------------------------------------- Reporter: pixilla@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: polygraph ----------------------------------+----------------------------------------- Comment(by fclaire@…): Could you please try to install polygraph port with root privileges ? -- Ticket URL: <https://trac.macports.org/ticket/28786#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28786: benchmarks/polygraph @4.3.1 build failure ----------------------------------+----------------------------------------- Reporter: pixilla@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: polygraph ----------------------------------+----------------------------------------- Comment(by pixilla@…): Replying to [comment:1 fclaire@…]:
Could you please try to install polygraph port with root privileges ? I'm not sure what you mean. I originally ran "sudo port install polygraph" which runs the port command as root, right?[[BR]] If I issue "sudo -s" and then "port install polygraph" I get the same result.
-- Ticket URL: <https://trac.macports.org/ticket/28786#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28786: benchmarks/polygraph @4.3.1 build failure ----------------------------------+----------------------------------------- Reporter: pixilla@… | Owner: fclaire@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: polygraph ----------------------------------+----------------------------------------- Changes (by pixilla@…): * cc: fclaire@… (removed) * owner: macports-tickets@… => fclaire@… -- Ticket URL: <https://trac.macports.org/ticket/28786#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28786: benchmarks/polygraph @4.3.1 build failure ----------------------------------+----------------------------------------- Reporter: pixilla@… | Owner: fclaire@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: polygraph ----------------------------------+----------------------------------------- Comment(by fclaire@…): In your log there is messages "Privilege de-escalation not attempted as not running as root" and I don't have them in mine. I was a bit confused. I'm using gcc 4.2 to compile and it works well. You're using 4.0. Header files must differ as well. I only have 10.6 Macs, you're trying to install the port on 10.5. I'll try to write a patch for your version but I'll be unable to test it. -- Ticket URL: <https://trac.macports.org/ticket/28786#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28786: benchmarks/polygraph @4.3.1 build failure ----------------------------------+----------------------------------------- Reporter: pixilla@… | Owner: fclaire@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: polygraph ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: Please check if you still see the problem with 4.3.2 which was just committed. -- Ticket URL: <https://trac.macports.org/ticket/28786#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28786: benchmarks/polygraph @4.3.1 build failure ----------------------------------+----------------------------------------- Reporter: pixilla@… | Owner: fclaire@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: polygraph ----------------------------------+----------------------------------------- Comment(by pixilla@…): 4.3.2 still fails to build on ppc 10.5.x with the same error (Select.h). I patched Select.h changing "fd_set theSet;" to "mutable fd_set theSet;" and "fd_set theReadySet;" to "mutable fd_set theReadySet;". Now 4.3.2 builds on ppc 10.5.x and continues to build on intel 10.6.x. I will test functionality if someone can provide me the method. -- Ticket URL: <https://trac.macports.org/ticket/28786#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28786: benchmarks/polygraph @4.3.1 build failure -----------------------------------+---------------------------------------- Reporter: pixilla@… | Owner: fclaire@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: polygraph | -----------------------------------+---------------------------------------- Changes (by pixilla@…): * status: new => closed * resolution: => fixed Comment: Fixed r80067 -- Ticket URL: <https://trac.macports.org/ticket/28786#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts