Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 818535 - app-text/dictd-1.13.0-r3: error 2rlibtool: lconf: openat(4,"libtool",O_RDONLY,0) = -1 [ENOENT].
Summary: app-text/dictd-1.13.0-r3: error 2rlibtool: lconf: openat(4,"libtool",O_RDONLY...
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: PullRequest
Depends on:
Blocks: slibtool rlibtool
  Show dependency tree
 
Reported: 2021-10-17 01:11 UTC by Alessandro Barbieri
Modified: 2022-06-17 23:45 UTC (History)
2 users (show)

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


Attachments
emerge_info (emerge_info,35.76 KB, text/plain)
2021-10-17 01:11 UTC, Alessandro Barbieri
Details
dictd-1.13.0-r3:20211017-011043.log (dictd-1.13.0-r3:20211017-011043.log,17.16 KB, text/plain)
2021-10-17 01:11 UTC, Alessandro Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2021-10-17 01:11:11 UTC
This package fails to build on an unstable system. Attached relevant logs and emerge --info
Comment 1 Alessandro Barbieri 2021-10-17 01:11:22 UTC
Created attachment 745251 [details]
emerge_info

emerge --info
Comment 2 Alessandro Barbieri 2021-10-17 01:11:24 UTC
Created attachment 745254 [details]
dictd-1.13.0-r3:20211017-011043.log

build log
Comment 3 Larry the Git Cow gentoo-dev 2022-06-17 23:45:01 UTC
The bug has been closed via the following commit(s):

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

commit c560e10dafb0b60bc0a7a8cf2619e6c634aee2ee
Author:     orbea <orbea@riseup.net>
AuthorDate: 2022-06-17 23:30:24 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-17 23:44:54 +0000

    app-text/dictd: Fix the build with rlibtool
    
    The configure.in lacks LT_INIT which generates libtool and allows the
    build to work with rlibtool which depends on this file to determine if
    it should build shared or static libraries.
    
    Closes: https://bugs.gentoo.org/818535
    Signed-off-by: orbea <orbea@riseup.net>
    Closes: https://github.com/gentoo/gentoo/pull/25948
    Signed-off-by: Sam James <sam@gentoo.org>

 app-text/dictd/dictd-1.13.0-r4.ebuild           | 123 ++++++++++++++++++++++++
 app-text/dictd/files/dictd-1.13.0-libtool.patch |  56 +++++++++++
 2 files changed, 179 insertions(+)