[MacPorts] #59880: grep: links with libsigsegv

MacPorts noreply at macports.org
Wed Jan 1 21:55:23 UTC 2020


#59880: grep: links with libsigsegv
-------------------------+-------------------------
  Reporter:  ryandesign  |      Owner:  Schamschula
      Type:  defect      |     Status:  closed
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:  fixed       |   Keywords:
      Port:  grep        |
-------------------------+-------------------------

Comment (by ned-deily):

 Are you sure that the new default (no libsegsegv) variant works?  I
 upgraded to grep @3.3_1 from source and when I tried to install the built
 archive on another system it reported a broken port for grep. Running
 {{{
 port -d rev-upgrade
 }}}

 showed that the problem was a missing libsigsegv on this machine and
 examining grep on the build machine (which does have the libsigsegv port
 installed), I see that grep was linked to it even though I did not specify
 the +libsigsegv variant.


 {{{
 # port info grep
 grep @3.3_1 (sysutils)
 Variants:             libsigsegv, universal

 Description:          Grep searches one or more input files for lines
 containing a match to a specified pattern. By default, grep prints the
 matching lines.
 Homepage:             https://www.gnu.org/software/grep/grep.html

 Extract Dependencies: xz
 Library Dependencies: pcre, gettext
 Platforms:            darwin
 License:              GPL-3+
 Maintainers:          Email: mps at macports.org, GitHub: Schamschula
                       Policy: openmaintainer
 # otool -L /opt/macports/bin/ggrep
 /opt/macports/bin/ggrep:
         /opt/macports/lib/libintl.8.dylib (compatibility version 10.0.0,
 current version 10.5.0)
 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
 (compatibility version 150.0.0, current version 1673.126.0)
         /opt/macports/lib/libiconv.2.dylib (compatibility version 9.0.0,
 current version 9.1.0)
         /opt/macports/lib/libpcre.1.dylib (compatibility version 4.0.0,
 current version 4.11.0)
         /opt/macports/lib/libsigsegv.2.dylib (compatibility version 3.0.0,
 current version 3.5.0)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 1281.0.0)
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/59880#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list