View previous topic :: View next topic |
Author |
Message |
Philippe23 Tux's lil' helper
Joined: 20 Dec 2006 Posts: 130 Location: Central NY
|
Posted: Wed Mar 06, 2024 11:13 pm Post subject: pkgcheck scan error in GURU |
|
|
pkgcheck is giving me a strange error when run in my GURU git folder. Anybody know why?
Code: | ~/git/guru $ pkgcheck scan
pkgcheck scan: error: failed running git log: fatal: Invalid revision range a7fef86c091af82233106fe5802164520e964de7..origin/HEAD
~/git/guru $ git log a7fef86c091af82233106fe5802164520e964de7
fatal: bad object a7fef86c091af82233106fe5802164520e964de7
~/git/guru $ git log --oneline --no-abbrev-commit origin/HEAD^1..HEAD
5870a586a3577e18c8d550b2ae51a9d75034f422 (HEAD -> work, munin-contrib-bump-0.2024.03.04-r1) net-analyzer/munin-contrib: EAPI=8 and other tweaks
049ca3482dfbc799cdaf174ec18ec5b08d08f6f5 (origin/dev, xapian-bump-1.7.6, dev) net-mail/dovecot-fts-xapian: bump to 1.7.6
aa6a21b035591e452e94178d65e21aa7988e6610 app-misc/catt: new package, add 0.12.12
6046a1ef6c7d9a33ad7c3271308a097ef6531c3f gui-apps/nwg-displays: add 0.3.14
084dbf9bce5b5f62f649e14ef275fb3b50259abf gui-apps/nwg-shell: add 0.5.33
ed15412c775ea94addaa19d9af0fb781ad335b16 gui-apps/nwg-panel: add 0.9.25
2e7559ab6b27202d1b55a23c4a5f2cd0b6d24f0b app-misc/nwg-shell-wallpapers: add 1.5
76ed870fcd4ab54ebf4f5f161eb28249d19ca893 media-libs/wivrn: update SRC_URI
c9fad07f592309c675a626a6a04ba284981fd9a1 media-libs/wivrn: add metadata file
a19282285db422aef71a21b83a3c377649e2d128 dev-python/pure-protobuf: drop 2.3.0
6571879228aed91f33db2e05ada7abb911a38277 dev-python/pure-protobuf: add 3.0.1
ea018323fea62a445ef6d3c29bd024c75fd2868c (origin/master, origin/HEAD) games-puzzle/aaaaxy: add 1.5.42, drop 1.4.137
|
No idea where it's getting that a7fef86c091af82233106fe5802164520e964de7 commit hash from.
Code: | ~/git/guru $ pkgcheck --version
pkgcheck 0.10.28 |
|
|
Back to top |
|
|
jayofdoom n00b
Joined: 27 Jun 2013 Posts: 6
|
Posted: Thu Mar 28, 2024 11:00 pm Post subject: |
|
|
Hey,
I experienced the same error. I found that by clearing my cache via `pkgcheck cache -R` was sufficient to remove the error.
I have no idea if this is a bug, something environmental we share, or what -- but hopefully this helps. _________________ Jay Faulkner
JayF on OFTC/Libera
https://jay.jvf.cc/about |
|
Back to top |
|
|
Philippe23 Tux's lil' helper
Joined: 20 Dec 2006 Posts: 130 Location: Central NY
|
Posted: Fri Mar 29, 2024 12:20 am Post subject: |
|
|
You're a life-saver! That fixed it! Thanks a ton! |
|
Back to top |
|
|
vitaly-zdanevich Tux's lil' helper
Joined: 01 Dec 2019 Posts: 106 Location: Belarus
|
Posted: Tue Jun 04, 2024 4:15 am Post subject: |
|
|
Solved for me also, thanks. |
|
Back to top |
|
|
|