Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677544 - dev-scheme/guile-git-0.0.20171110 : make: *** [Makefile:<snip>: git.go] Error 1
Summary: dev-scheme/guile-git-0.0.20171110 : make: *** [Makefile:<snip>: git.go] Error 1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergei Trofimovich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-09 15:05 UTC by Toralf Förster
Modified: 2019-02-17 10:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.62 KB, text/plain)
2019-02-09 15:05 UTC, Toralf Förster
Details
dev-scheme:guile-git-0.0.20171110:20190209-150044.log (dev-scheme:guile-git-0.0.20171110:20190209-150044.log,4.86 KB, text/plain)
2019-02-09 15:05 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,140.95 KB, text/plain)
2019-02-09 15:05 UTC, Toralf Förster
Details
environment (environment,14.78 KB, text/plain)
2019-02-09 15:05 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.62 KB, application/x-bzip)
2019-02-09 15:05 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,2.64 KB, application/x-bzip)
2019-02-09 15:05 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,6.66 KB, application/x-bzip)
2019-02-09 15:05 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-02-09 15:05:26 UTC
ice-9/boot-9.scm:752:25: In procedure dispatch-exception:
In procedure dynamic-pointer: Symbol not found: giterr_last
make: *** [Makefile:1437: git.go] Error 1
 * ERROR: dev-scheme/guile-git-0.0.20171110::gentoo failed (compile phase):
 *   emake failed
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-systemd_20190207-072302

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.32.0 *



emerge -qpvO dev-scheme/guile-git
[ebuild  N    ] dev-scheme/guile-git-0.0.20171110
Comment 1 Toralf Förster gentoo-dev 2019-02-09 15:05:29 UTC
Created attachment 564330 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-02-09 15:05:32 UTC
Created attachment 564332 [details]
dev-scheme:guile-git-0.0.20171110:20190209-150044.log
Comment 3 Toralf Förster gentoo-dev 2019-02-09 15:05:37 UTC
Created attachment 564334 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-02-09 15:05:40 UTC
Created attachment 564336 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-02-09 15:05:43 UTC
Created attachment 564338 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-02-09 15:05:47 UTC
Created attachment 564340 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-02-09 15:05:50 UTC
Created attachment 564342 [details]
temp.tbz2
Comment 8 Sergei Trofimovich (RETIRED) gentoo-dev 2019-02-12 22:07:40 UTC
> In procedure dynamic-pointer: Symbol not found: giterr_last

Possibly newer dev-libs/libgit2 stopped exporting that symbol.
Comment 9 Sergei Trofimovich (RETIRED) gentoo-dev 2019-02-16 23:44:11 UTC
(In reply to Sergei Trofimovich from comment #8)
> > In procedure dynamic-pointer: Symbol not found: giterr_last
> 
> Possibly newer dev-libs/libgit2 stopped exporting that symbol.

https://github.com/libgit2/libgit2/commit/20961b9871f12814790ebed80d88692fbb962d4f#diff-9bf682f9becf36adc581a3d812bd46a2
Comment 10 Sergei Trofimovich (RETIRED) gentoo-dev 2019-02-17 10:58:10 UTC
Oh, it's even more interesting:
- dev-libs/libgit2-0.28.0_rc1-r1 (deleted from ::gentoo) did not contain deprecated giterr_last symbol
- dev-libs/libgit2-0.28.1 restored it back

Was likely fixed by not disabling deprecated symbols unconditionally: https://github.com/libgit2/libgit2/commit/dcf81cdbcc1b8be991433c53e6e1b12c94ef782b

From commit wording I guess deprecated symbols are not going away any time soon.

Let's close it when/if upstream actually decides to disable them.