Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 881857 - app-misc/datovka-4.20.0 fails to compile: internal_type_conversion.h:111:24: error: use of enum isds_vault_type without previous declaration
Summary: app-misc/datovka-4.20.0 fails to compile: internal_type_conversion.h:111:24: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amy Liffey
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-19 07:56 UTC by Agostino Sarubbo
Modified: 2022-12-12 12:04 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,264.83 KB, text/plain)
2022-11-19 07:56 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-11-19 07:56:50 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/datovka-4.20.0 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-11-19 07:56:53 UTC
Created attachment 833575 [details]
build.log

build log and emerge --info
Comment 2 David Kredba 2022-11-19 11:20:42 UTC
Version 4.21 works with libdatovka version 0.2.1.
Comment 3 Martin Mokrejš 2022-11-20 16:09:15 UTC
I hit the same issue but copying 
app-misc/libdatovka-0.2.0-r1 to app-misc/libdatovka-0.2.1
and
app-misc/datovka-4.20.0 to app-misc/datovka-4.21.0 fixed the issue for me.

Make sure =app-misc/datovka-4.21.0 requires >=app-misc/libdatovka-0.2.1
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-22 08:03:12 UTC
(In reply to David Kredba from comment #2)
> Version 4.21 works with libdatovka version 0.2.1.

Yeah, it's clear from the release notes :|
Comment 5 Larry the Git Cow gentoo-dev 2022-11-22 08:11:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e47149b7bfae18f24d959dfd3df06bd3f6ff5b

commit 12e47149b7bfae18f24d959dfd3df06bd3f6ff5b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-11-22 08:11:13 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-11-22 08:11:13 +0000

    app-misc/datovka: add 4.21.0
    
    Closes: https://bugs.gentoo.org/881857
    Signed-off-by: Sam James <sam@gentoo.org>

 app-misc/datovka/Manifest              |  1 +
 app-misc/datovka/datovka-4.21.0.ebuild | 58 ++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b42406f27386659a148d487629d24b0bb1b397

commit 21b42406f27386659a148d487629d24b0bb1b397
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-11-22 08:07:28 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-11-22 08:08:35 +0000

    app-misc/datovka: tighten libdatovka dep
    
    Closes: https://bugs.gentoo.org/881857
    Signed-off-by: Sam James <sam@gentoo.org>

 app-misc/datovka/{datovka-4.20.0.ebuild => datovka-4.20.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

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

commit e8ca0f74c38822838e182f1b2c2483f72dc8685d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-11-22 08:06:40 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-11-22 08:08:35 +0000

    app-misc/libdatovka: add 0.2.1
    
    Bug: https://bugs.gentoo.org/881857
    Signed-off-by: Sam James <sam@gentoo.org>

 app-misc/libdatovka/Manifest                |  1 +
 app-misc/libdatovka/libdatovka-0.2.1.ebuild | 55 +++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)
Comment 6 Amy Liffey gentoo-dev 2022-12-12 12:04:33 UTC
Hello, Sorry for that... Weirdly worked for me fine..

Thanks for fast fix sam