Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933002 - [guru] net-mail/dovecot-fts-xapian-1.7.12 misses package(s) in RDEPEND
Summary: [guru] net-mail/dovecot-fts-xapian-1.7.12 misses package(s) in RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Philippe Chaintreuil
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2024-05-28 11:50 UTC by Agostino Sarubbo
Modified: 2024-06-14 19:58 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,58.86 KB, text/plain)
2024-05-28 11:50 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 2024-05-28 11:50:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-mail/dovecot-fts-xapian-1.7.12 misses package(s) in RDEPEND.
Discovered on: amd64 (internal ref: guru_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0080
Comment 1 Agostino Sarubbo gentoo-dev 2024-05-28 11:50:42 UTC
Created attachment 894554 [details]
build.log

build log and emerge --info
Comment 2 Philippe Chaintreuil 2024-05-29 01:12:02 UTC
Yep.  There's been a SQLite dependency at least all the way back to 1.5.9 [the oldest ebuild currently in the tree].  https://github.com/grosjo/fts-xapian/blob/1.5.9/configure.ac#L135

https://github.com/gentoo/guru/commit/c5fb64fac03bd6c774c41a7ac0c4e96443496075 adds the SQLite RDEPEND to all packages.
Comment 3 Larry the Git Cow gentoo-dev 2024-05-29 08:35:02 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5fb64fac03bd6c774c41a7ac0c4e96443496075

commit c5fb64fac03bd6c774c41a7ac0c4e96443496075
Author:     Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
AuthorDate: 2024-05-29 01:03:08 +0000
Commit:     Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
CommitDate: 2024-05-29 01:08:16 +0000

    net-mail/dovecot-fts-xapian: Add missing sqlite RDEPEND
    
    Bug: https://bugs.gentoo.org/933002
    Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>

 net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.9.ebuild  | 1 +
 net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.10.ebuild | 1 +
 net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.11.ebuild | 1 +
 net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.12.ebuild | 1 +
 net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.6.ebuild  | 1 +
 net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.7.9.ebuild  | 1 +
 net-mail/dovecot-fts-xapian/dovecot-fts-xapian-9999.ebuild   | 1 +
 7 files changed, 7 insertions(+)