git can't pull? truss included
jungle Boogie
jungleboogie0 at gmail.com
Thu Sep 29 22:44:36 PDT 2016
Hello All,
Running this commit on my laptop:
http://gitweb.dragonflybsd.org/dragonfly.git/commit/c7dd9e99aa3a73a2b238442b114742b3b527b906
I'm attempting to git pull on a number of github repos in my local bin
directory, but instead of getting some new bits to build against, git
core dumps, generating a git-remote-https.core file.
Running git with truss, I see things like this:
lstat("/etc/libmap.conf",0x7fffffffef40) ERR#2 'No such file
or directory'
access("/usr/lib/libz.so.3",0) ERR#2 'No such file
or directory'
access("/usr/lib/gcc50/libz.so.3",0) ERR#2 'No such file
or directory'
access("/usr/lib/libintl.so.8",0) ERR#2 'No such file
or directory'
access("/usr/lib/gcc50/libintl.so.8",0) ERR#2 'No such file
or directory'
access("/lib/libintl.so.8",0) ERR#2 'No such file
or directory'
access("/usr/lib/libintl.so.8",0) ERR#2 'No such file
or directory'
access("/usr/lib/libcrypto.so.5",0) ERR#2 'No such file
or directory'
access("/usr/lib/gcc50/libcrypto.so.5",0) ERR#2 'No such file
or directory'
full truss is here:
https://clbin.com/h1juZ
It looks like git can find all the right libraries:
libz.so.3 => /lib/libz.so.3 (0x80060d000)
libintl.so.8 => /usr/local/lib/libintl.so.8 (0x800622000)
libcrypto.so.5 => /lib/libcrypto.so.5 (0x80062c000)
librt.so.0 => /usr/lib/librt.so.0 (0x80085f000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x800862000)
libc.so.8 => /lib/libc.so.8 (0x80087a000)
I'm also able to use git on /usr/src, so any clues why it's core
dumping on an attempt to update some repos?
I've pkg upgrade -f all my packages in hopes some shared library
changed, but the results are the same.
--
-------
inum: 883510009027723
sip: jungleboogie at sip2sip.info
More information about the Users
mailing list