On Wed, Jul 29, 2009 at 10:45 AM, Miklos Vajna<[email protected]> wrote: > On Wed, Jul 29, 2009 at 08:32:04AM +1000, Russell Dickenson > <[email protected]> wrote: >> Great! I also noticed a problem ("bug") with a fresh 1.1pre2 >> installation, where I'd chosen only a few groups. Everything looked >> OK until I did a "git pull". The pull started OK, but in the middle >> of the transaction I got an error message telling me that the library >> libgmp.so.3 could not be found. I installed the "gmp" package and all >> was then OK. >> >> I had this on my TODO list to report, but hadn't yet got around to doing so. > > Could you reproduce the error with 'GIT_TRACE=1 git pull'? > > That should help us to see what binary misses the gmp dependency - git > itself does not depend on gmp. > > Thanks.
Here's the output produced with the above command when doing a "git pull" of the homepage-ng repo: <<< START OF TRACE >>> trace: exec: 'git-pull' trace: run_command: 'git-pull' trace: built-in: git 'rev-parse' '--git-dir' trace: built-in: git 'rev-parse' '--is-inside-work-tree' trace: built-in: git 'rev-parse' '--show-cdup' trace: built-in: git 'ls-files' '-u' trace: built-in: git 'symbolic-ref' '-q' 'HEAD' trace: built-in: git 'config' '--bool' 'branch.master.rebase' trace: built-in: git 'update-index' '--ignore-submodules' '--refresh' trace: built-in: git 'diff-files' '--ignore-submodules' '--quiet' trace: built-in: git 'diff-index' '--ignore-submodules' '--cached' '--quiet' 'HEAD' '--' trace: built-in: git 'rev-parse' '-q' '--git-dir' trace: built-in: git 'symbolic-ref' '-q' 'HEAD' trace: built-in: git 'config' '--get' 'branch.master.remote' trace: built-in: git 'rev-parse' '-q' '--verify' 'refs/remotes/origin/' trace: built-in: git 'rev-parse' '-q' '--verify' 'HEAD' trace: built-in: git 'fetch' '--update-head-ok' trace: run_command: 'ssh' '[email protected]' 'git-upload-pack '\''/pub/other/homepage-ng'\''' Enter passphrase for key '/home/russell/.ssh/id_dsa': trace: run_command: 'rev-list' '--quiet' '--objects' '22713a1a7fcf7abdf68ce11e323564f0deeece31' '--not' '--all' trace: built-in: git 'rev-parse' '-q' '--verify' 'HEAD' trace: built-in: git 'fmt-merge-msg' trace: built-in: git 'rev-parse' '--git-dir' trace: built-in: git 'rev-parse' '--is-inside-work-tree' trace: built-in: git 'rev-parse' '--show-cdup' trace: built-in: git 'config' '--bool' 'rebase.stat' trace: built-in: git 'update-index' '--ignore-submodules' '--refresh' trace: built-in: git 'diff-index' '--cached' '--name-status' '-r' '--ignore-submodules' 'HEAD' '--' trace: built-in: git 'rev-parse' '--verify' '22713a1a7fcf7abdf68ce11e323564f0deeece31^0' trace: built-in: git 'rev-parse' '--verify' '22713a1a7fcf7abdf68ce11e323564f0deeece31^0' trace: built-in: git 'symbolic-ref' 'HEAD' trace: built-in: git 'symbolic-ref' '-q' 'HEAD' expr: error while loading shared libraries: libgmp.so.3: cannot open shared object file: No such file or directory trace: built-in: git 'rev-parse' '--verify' '^0' fatal: Needed a single revision <<< END OF TRACE >>> I hope this helps. May you always be Frugal, Russell Dickenson (AKA phayz) _______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
