Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910179 - net-im/dino-0.4.2-r1: error: Package `libadwaita-1' not found in specified Vala API directories or GObject-Introspection GIR directories
Summary: net-im/dino-0.4.2-r1: error: Package `libadwaita-1' not found in specified Va...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-10 07:26 UTC by Serg
Modified: 2023-07-10 08:58 UTC (History)
1 user (show)

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


Attachments
build log (dino-build.log,535.34 KB, text/x-log)
2023-07-10 07:26 UTC, Serg
Details
emerge info (emerge-info.txt,19.02 KB, text/plain)
2023-07-10 07:27 UTC, Serg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Serg 2023-07-10 07:26:59 UTC
Created attachment 865325 [details]
build log

$ sudo emerge -pqv '=net-im/dino-0.4.2-r1::gentoo'
[ebuild     U ] net-im/dino-0.4.2-r1 [0.3.2] USE="http notification-sound omemo rtp%* -gpg -test"
Comment 1 Serg 2023-07-10 07:27:42 UTC
Created attachment 865326 [details]
emerge info
Comment 2 Florian Schmaus gentoo-dev 2023-07-10 08:28:46 UTC
Hmm, dino has >=gui-libs/libadwaita-1.2.0:1 in its (R)DEPEND. But I see "introspection" mentioned. Maybe it should be ">=gui-libs/libadwaita-1.2.0[introspection]:1"?

Do you have
- libadwaita installed?
- libadwaita[introspection] installed?
  - if not, does it work if you enable USE=introspection?
Comment 3 Serg 2023-07-10 08:35:44 UTC
(In reply to Florian Schmaus from comment #2)
> Hmm, dino has >=gui-libs/libadwaita-1.2.0:1 in its (R)DEPEND. But I see
> "introspection" mentioned. Maybe it should be
> ">=gui-libs/libadwaita-1.2.0[introspection]:1"?
> 
> Do you have
> - libadwaita installed?
> - libadwaita[introspection] installed?
>   - if not, does it work if you enable USE=introspection?

I have fixed my issue manually by reinstalling libadwaita with vala USE-flag enabled. Current bug report was created when USE-flag vala for package libadwaita was disabled.
Comment 4 Larry the Git Cow gentoo-dev 2023-07-10 08:58:00 UTC
The bug has been closed via the following commit(s):

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

commit 46bea462d5422a00b82f6790d8eda5bdfa66d312
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2023-07-10 08:56:17 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2023-07-10 08:57:42 +0000

    net-im/dino: add 'vala' USE flag to libadwaita
    
    Thanks to Serg for reporting this.
    
    Closes: https://bugs.gentoo.org/910179
    Signed-off-by: Florian Schmaus <flow@gentoo.org>
    Reported-by: Serg <g00g1+gentoo.org@at.encryp.ch>

 net-im/dino/{dino-0.4.2-r1.ebuild => dino-0.4.2-r2.ebuild} | 2 +-
 net-im/dino/dino-9999.ebuild                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)