[MacPorts] #38005: wireshark doesn't build on 10.8 without libpng
#38005: wireshark doesn't build on 10.8 without libpng --------------------+-------------------------------- Reporter: jkh@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: --------------------+-------------------------------- --- Portfile (revision 102878) +++ Portfile (working copy) @@ -36,6 +36,7 @@ port:libgcrypt \ port:libgeoip \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ + port:libpng \ port:libsmi \ port:lua \ port:gnutls \ At least gets wireshark building again. Perhaps libpng should be the dependency of some other port in the dependency list. -- Ticket URL: <https://trac.macports.org/ticket/38005> MacPorts <http://www.macports.org/> Ports system for Mac OS
#38005: wireshark doesn't build without libpng -----------------------------------------+------------------------------ Reporter: jkh@… | Owner: opendarwin.org@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: wireshark, wireshark-devel | -----------------------------------------+------------------------------ Changes (by ryandesign@…): * cc: hsivank@… (added) * owner: macports-tickets@… => opendarwin.org@… * port: => wireshark, wireshark-devel Old description:
--- Portfile (revision 102878) +++ Portfile (working copy) @@ -36,6 +36,7 @@ port:libgcrypt \ port:libgeoip \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ + port:libpng \ port:libsmi \ port:lua \ port:gnutls \
At least gets wireshark building again. Perhaps libpng should be the dependency of some other port in the dependency list.
New description: {{{ --- Portfile (revision 102878) +++ Portfile (working copy) @@ -36,6 +36,7 @@ port:libgcrypt \ port:libgeoip \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ + port:libpng \ port:libsmi \ port:lua \ port:gnutls \ }}} At least gets wireshark building again. Perhaps libpng should be the dependency of some other port in the dependency list. -- Comment: Remember to use WikiFormatting, to fill in the Port field and to Cc the maintainer of that port. If wireshark is affected, I'll bet wireshark-devel is affected as well. wireshark already depends on libpng indirectly (wireshark depends on gtk2 which depends on libpng). What exactly is the problem you see? -- Ticket URL: <https://trac.macports.org/ticket/38005#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#38005: wireshark doesn't build without libpng -----------------------------------------+------------------------------ Reporter: jkh@… | Owner: opendarwin.org@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: wireshark, wireshark-devel | -----------------------------------------+------------------------------ Comment (by ryandesign@…): Jordan, could you attach a log of the problem or tell me more about it? -- Ticket URL: <https://trac.macports.org/ticket/38005#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#38005: wireshark doesn't build without libpng -----------------------------------------+------------------------------ Reporter: jkh@… | Owner: opendarwin.org@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: wireshark, wireshark-devel | -----------------------------------------+------------------------------ Comment (by hsivank@…): I try with differents gtk2, cairo and wireshark variants ... I cannot reproduce this bug on my system -- Ticket URL: <https://trac.macports.org/ticket/38005#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#38005: wireshark doesn't build without libpng -----------------------------------------+------------------------------ Reporter: jkh@… | Owner: opendarwin.org@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: wireshark, wireshark-devel | -----------------------------------------+------------------------------ Comment (by egall@…): According to my [https://github.com/cooljeanius/macportsscripts/blob/master/port- depcheck.sh port-depcheck.sh] script, there's a whole host of libraries (besides just libpng) that wireshark links against but doesn't declare a dependency on. I'll attach a diff next. -- Ticket URL: <https://trac.macports.org/ticket/38005#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts