Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 765808 - net-misc/dropbear-2020.81-r1 fails to compile
Summary: net-misc/dropbear-2020.81-r1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-17 20:59 UTC by Agostino Sarubbo
Modified: 2021-01-17 21:26 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,13.73 KB, text/plain)
2021-01-17 20:59 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,129.87 KB, text/plain)
2021-01-17 20:59 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 2021-01-17 20:59:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/dropbear-2020.81-r1 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-01-17 20:59:21 UTC
Created attachment 683410 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-01-17 20:59:23 UTC
Created attachment 683413 [details]
1-config.log

1-config.log
Comment 3 Agostino Sarubbo gentoo-dev 2021-01-17 20:59:24 UTC
Possible context of error(s):

configure: error: Missing/old system libtomcrypt and --disable-bundled-libtom was specified
Comment 4 Larry the Git Cow gentoo-dev 2021-01-17 21:26:13 UTC
The bug has been closed via the following commit(s):

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

commit d46416cf0096fe3ff8ec3939234363ed51380ed6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-01-17 21:26:05 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-01-17 21:26:10 +0000

    net-misc/dropbear: fix static case (use bundled)
    
    We don't really want to expose static libs for libtomcrypt, so
    let's use the bundled sources instead.
    
    Closes: https://bugs.gentoo.org/765808
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/dropbear/dropbear-2020.81-r1.ebuild | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)