Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 357249 - net-misc/dropbear-0.53.1 fails with as-needed/static
Summary: net-misc/dropbear-0.53.1 fails with as-needed/static
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Gentoo Team
URL: http://thread.gmane.org/gmane.network...
Whiteboard:
Keywords:
Depends on:
Blocks: as-needed
  Show dependency tree
 
Reported: 2011-03-03 18:46 UTC by J.Taimr
Modified: 2011-07-01 01:52 UTC (History)
4 users (show)

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


Attachments
Patch for --as-needed (dropbear-0.53.1-as-needed.patch,778 bytes, text/plain)
2011-03-03 18:46 UTC, J.Taimr
Details
The modified ebuild (dropbear-0.53.1.ebuild,2.68 KB, text/plain)
2011-03-03 18:47 UTC, J.Taimr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J.Taimr 2011-03-03 18:46:00 UTC
If LDFLAGS contain '--as-needed' then emerge of the dropbear-0.53.1 fails with undefined crypt symbol

Reproducible: Always

Steps to Reproduce:
1. Put --as-neede into LDFLAGS
2.
3.

Actual Results:  
Compilation fails with undefined 'crypt' symbol

Expected Results:  
It should compile even with --as-needed

It can be fixed by the attached patch and the appropriately modified (also attached) ebuild
Comment 1 J.Taimr 2011-03-03 18:46:58 UTC
Created attachment 264601 [details]
Patch for --as-needed
Comment 2 J.Taimr 2011-03-03 18:47:22 UTC
Created attachment 264603 [details]
The modified ebuild
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2011-03-04 00:50:29 UTC
Comment on attachment 264601 [details]
Patch for --as-needed

oops
Comment 4 SpanKY gentoo-dev 2011-03-04 08:21:47 UTC
this was explicitly supposed to be fixed in 0.53.1 over 0.53 ...
Comment 5 Piotr Szymaniak 2011-06-23 21:53:46 UTC
(In reply to comment #4)
> this was explicitly supposed to be fixed in 0.53.1 over 0.53 ...

Can we include the patch then? It still fails to compile right now…