Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 757312 - dev-lang/jsonnet-0.17.0: multiple ebuild regressions
Summary: dev-lang/jsonnet-0.17.0: multiple ebuild regressions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: David Coles
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-28 06:45 UTC by Georgy Yakovlev
Modified: 2020-11-28 21:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georgy Yakovlev archtester gentoo-dev 2020-11-28 06:45:09 UTC
Hi, I spent some time fixing jsonnet ebuild but I see it bumped and all work reverted.

it no longer installs headers, libraries, docs or examples. also no longer installs jsonnetfmt, which is VERY useful.
also it dropped pypy3 support, less critical, but still.

the 2 lib symlinks it installs are recursive and no actual object file.

ls -la /usr/lib64/libjsonnet*
/usr/lib64/libjsonnet++.so -> libjsonnet++.so.0
/usr/lib64/libjsonnet.so -> libjsonnet.so.0


can you please rebase on jsonnet-0.16.0-r2.ebuild which has all those features?
Comment 1 Larry the Git Cow gentoo-dev 2020-11-28 21:43:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81041b3c67c62a14f29deb71cfc3f40aeff242fb

commit 81041b3c67c62a14f29deb71cfc3f40aeff242fb
Author:     Patrick McLean <chutzpah@gentoo.org>
AuthorDate: 2020-11-28 21:42:47 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2020-11-28 21:43:02 +0000

    dev-lang/jsonnet-0.17.0-r1: Fix regressions in last bump (bug #757312)
    
    Made a mistake and started from the wrong ebuild when bumping.
    Closes: https://bugs.gentoo.org/757312
    Package-Manager: Portage-3.0.10, Repoman-3.0.2
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 ...nnet-0.17.0.ebuild => jsonnet-0.17.0-r1.ebuild} | 27 ++++++++++++++--------
 1 file changed, 17 insertions(+), 10 deletions(-)