[MacPorts] #50207: shibboleth @2.5.5_0 fails to create mod_shib_24.so
#50207: shibboleth @2.5.5_0 fails to create mod_shib_24.so -------------------------------+-------------------------------- Reporter: shailesh.hemdev@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: -------------------------------+-------------------------------- I am trying to install NativeSPMacInstall using MacPorts. I ran the following commands as per the documentation port install curl +ssl port install shibboleth During shibboleth install, it fails with error during the build of mod_shib_24.sso. I have OSX EI Capitan v10.11.2 and I have checked that the default Apache is 2.4 i386 x86_64 Am attaching the error log file /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_shibboleth/shibboleth/main.log -- Ticket URL: <https://trac.macports.org/ticket/50207> MacPorts <https://www.macports.org/> Ports system for OS X
#50207: shibboleth @2.5.5_0 fails to create mod_shib_24.so --------------------------------+------------------- Reporter: shailesh.hemdev@… | Owner: snc@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: shibboleth | --------------------------------+------------------- Changes (by mf2k@…): * cc: scantor@… (added) * owner: macports-tickets@… => snc@… * port: => shibboleth Comment: In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers ({{{port info --maintainers shibboleth}}}), if any. -- Ticket URL: <https://trac.macports.org/ticket/50207#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#50207: shibboleth @2.5.5_0 fails to create mod_shib_24.so --------------------------------+------------------- Reporter: shailesh.hemdev@… | Owner: snc@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: shibboleth | --------------------------------+------------------- Description changed by mf2k@…: Old description:
I am trying to install NativeSPMacInstall using MacPorts. I ran the following commands as per the documentation
port install curl +ssl port install shibboleth
During shibboleth install, it fails with error during the build of mod_shib_24.sso. I have OSX EI Capitan v10.11.2 and I have checked that the default Apache is 2.4 i386 x86_64
Am attaching the error log file /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_shibboleth/shibboleth/main.log
New description: I am trying to install NativeSPMacInstall using MacPorts. I ran the following commands as per the documentation {{{ port install curl +ssl port install shibboleth }}} During shibboleth install, it fails with error during the build of mod_shib_24.sso. I have OSX EI Capitan v10.11.2 and I have checked that the default Apache is 2.4 i386 x86_64 Am attaching the error log file {{{/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_shibboleth/shibboleth/main.log}}} -- -- Ticket URL: <https://trac.macports.org/ticket/50207#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#50207: shibboleth @2.5.5_0 fails to create mod_shib_24.so --------------------------------+------------------- Reporter: shailesh.hemdev@… | Owner: snc@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: shibboleth | --------------------------------+------------------- Comment (by snc@…): From the log: {{{ :info:build In file included from mod_shib_24.cpp:70: :info:build ./mod_shib.cpp:71:10: fatal error: 'httpd.h' file not found :info:build #include <httpd.h> :info:build ^ }}} -- Ticket URL: <https://trac.macports.org/ticket/50207#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#50207: shibboleth @2.5.5_0 fails to create mod_shib_24.so --------------------------------+------------------- Reporter: shailesh.hemdev@… | Owner: snc@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: shibboleth | --------------------------------+------------------- Comment (by scantor@…): An Apache variant is not objectionable, but the purpose of this port was to support Apple's Apache because that's what people in the Shibboleth community expected, so it's working as intended. -- Ticket URL: <https://trac.macports.org/ticket/50207#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#50207: shibboleth @2.5.5_0 fails to create mod_shib_24.so --------------------------------+------------------- Reporter: shailesh.hemdev@… | Owner: snc@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: shibboleth | --------------------------------+------------------- Comment (by snc@…): I'm unable to replicate this issue. The user's Shibboleth appears to be unable to find the system's Apache httpd.h even though it correctly has `-I/usr/include/apache2`. {{{ :info:build Making all in apache :info:build make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_shibboleth/shibboleth/work /shibboleth-sp-2.5.5/apache' :info:build /bin/sh ../libtool --silent --tag=CXX --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I.. -I../shibsp -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include -D_THREAD_SAFE -pthread -Wall -pipe -Os -arch x86_64 -stdlib=libc++ -O2 -DNDEBUG -I/opt/local/include -I/opt/local/include -I/opt/local/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/apache2 -Wall -pipe -Os -arch x86_64 -stdlib=libc++ -O2 -DNDEBUG -MT }}} -- Ticket URL: <https://trac.macports.org/ticket/50207#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
#50207: shibboleth @2.5.5_0 fails to create mod_shib_24.so --------------------------------+------------------- Reporter: shailesh.hemdev@… | Owner: snc@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: shibboleth | --------------------------------+------------------- Comment (by shailesh.hemdev@…): Wanted to add that I haven't modified the Apache that comes with Mac. Also I did try clean all and then port install shibboleth but got the same error -- Ticket URL: <https://trac.macports.org/ticket/50207#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts