Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2018 16:49:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232643] devel/git: git-daemon cannot find libpcre
Message-ID:  <bug-232643-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232643

            Bug ID: 232643
           Summary: devel/git: git-daemon cannot find libpcre
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: jwb@freebsd.org
                CC: ports-bugs@FreeBSD.org

Odd error when trying to start git-daemon:

<<<ROOT@unixdev.ceas>>> /home/bacon 1005 # service git_daemon restart
git_daemon not running?
Starting git_daemon.
Shared object "libpcre.so.1" not found, required by "git-daemon"
/usr/local/etc/rc.d/git_daemon: WARNING: failed to start git_daemon

Works fine if I start manually, though:

<<<ROOT@unixdev.ceas>>> /home/bacon 1006 #
/usr/local/libexec/git-core/git-daemon --syslog
--base-path=3D/home/bacon/Pkgsrc-git --export-all --reuseaddr --detach

<<<ROOT@unixdev.ceas>>> /home/bacon 1007 # ldconfig -r|grep pcre
        215:-lpcre.1 =3D> /usr/local/lib/libpcre.so.1
        341:-lpcre2-8.0 =3D> /usr/local/lib/libpcre2-8.so.0
        351:-lpcreposix.0 =3D> /usr/local/lib/libpcreposix.so.0
        354:-lpcre2-posix.2 =3D> /usr/local/lib/libpcre2-posix.so.2
        441:-lpcre2-32.0 =3D> /usr/local/lib/libpcre2-32.so.0
        462:-lpcrecpp.0 =3D> /usr/local/lib/libpcrecpp.so.0
        486:-lpcre16.0 =3D> /usr/local/lib/libpcre16.so.0
        593:-lpcre32.0 =3D> /usr/local/lib/libpcre32.so.0
        623:-lpcre2-16.0 =3D> /usr/local/lib/libpcre2-16.so.0

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232643-7788>