Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685700 - net-fs/nfs-utils-2.3.4 only compiles with sqlite, dependency missing
Summary: net-fs/nfs-utils-2.3.4 only compiles with sqlite, dependency missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-12 09:30 UTC by Andreas Billmeier
Modified: 2019-05-12 10:20 UTC (History)
0 users

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


Attachments
output of my emerge --info (emerge-info.txt,5.55 KB, text/plain)
2019-05-12 09:30 UTC, Andreas Billmeier
Details
build.log of failed build (build.log,92.04 KB, text/plain)
2019-05-12 09:35 UTC, Andreas Billmeier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Billmeier 2019-05-12 09:30:55 UTC
Created attachment 576142 [details]
output of my emerge --info

sqlite.c:60:10: fatal error: sqlite3.h: No such file or directory
 #include <sqlite3.h>
          ^~~~~~~~~~~
compilation terminated.

After manually installing dev-db/sqlite-3.27.2 it compiles without errors
Comment 1 Andreas Billmeier 2019-05-12 09:35:12 UTC
Created attachment 576144 [details]
build.log of failed build
Comment 2 Larry the Git Cow gentoo-dev 2019-05-12 10:20:54 UTC
The bug has been closed via the following commit(s):

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

commit fdaa3ebdf73ddd79cbccb4bc3bb9ebdf135a8767
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-05-12 10:20:26 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-05-12 10:20:48 +0000

    net-fs/nfs-utils: Depend on dev-db/sqlite unconditionally
    
    Closes: https://bugs.gentoo.org/685700
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 net-fs/nfs-utils/nfs-utils-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)