* [Buildroot] [Bug 6770] New: openssl bump
@ 2014-01-08 14:20 bugzilla at busybox.net
2014-01-08 14:21 ` [Buildroot] [Bug 6770] " bugzilla at busybox.net
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2014-01-08 14:20 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6770
Summary: openssl bump
Product: buildroot
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: mlweber1 at rockwellcollins.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Noticed a couple packages failing after the openssl bump
(http://git.buildroot.net/buildroot/commit/?id=757690a262fa050ee18847ecee02672f16383b49)
netsnmp (arm build)
....
"checking for authentication support... configure: error: Asked to use OpenSSL
but I couldn't find it."
...
wpa_supplicant (ppc build)
....
LD wpa_cli
CC ../src/crypto/crypto_openssl.c
/accts/mlweber1/proj/br-continuous/cfgs/30-fis-x86-glibc-ext/host/usr/i686-buildroot-linux-gnu/sysroot/usr/lib/libcrypto.a(dso_dlfcn.o):
In function `dlfcn_globallookup':
dso_dlfcn.c:(.text+0x21): undefined reference to `dlopen'
dso_dlfcn.c:(.text+0x37): undefined reference to `dlsym'
...
I've attached configs to reproduce and error logs. I won't get a chance to
investigate these for ~week, but should have some time to test if someone beats
me to a fix :-)
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 6770] openssl bump
2014-01-08 14:20 [Buildroot] [Bug 6770] New: openssl bump bugzilla at busybox.net
@ 2014-01-08 14:21 ` bugzilla at busybox.net
2014-01-08 16:47 ` bugzilla at busybox.net
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2014-01-08 14:21 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6770
--- Comment #1 from mlweber1 at rockwellcollins.com 2014-01-08 14:21:36 UTC ---
Created attachment 5168
--> https://bugs.busybox.net/attachment.cgi?id=5168
defconfigs and build logs
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 6770] openssl bump
2014-01-08 14:20 [Buildroot] [Bug 6770] New: openssl bump bugzilla at busybox.net
2014-01-08 14:21 ` [Buildroot] [Bug 6770] " bugzilla at busybox.net
@ 2014-01-08 16:47 ` bugzilla at busybox.net
2014-01-09 3:51 ` bugzilla at busybox.net
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2014-01-08 16:47 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6770
Gustavo Zacarias <gustavo@zacarias.com.ar> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at buildroot.uclibc |gustavo at zacarias.com.ar
|.org |
--- Comment #2 from Gustavo Zacarias <gustavo@zacarias.com.ar> 2014-01-08 16:47:05 UTC ---
Tried a simple i386/i586 sourcery 2012.09 + ARM A9 EABI linaro 2013.11 target
with openssl + wpa_supplicant + netsnmp enabled without issues.
And i'm not seeing any failure in the autobuilders either.
And i've personally built for uClibc toolchains with e300c3 & e500v2 targets
without issues either (which include netsnmp, wpa_supplicant and other packages
that use openssl).
So i can't get a failure scenario.
Sure there's nothing else going on? (specially since you're using your own
toolchains) and the problem lies somewhere else?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 6770] openssl bump
2014-01-08 14:20 [Buildroot] [Bug 6770] New: openssl bump bugzilla at busybox.net
2014-01-08 14:21 ` [Buildroot] [Bug 6770] " bugzilla at busybox.net
2014-01-08 16:47 ` bugzilla at busybox.net
@ 2014-01-09 3:51 ` bugzilla at busybox.net
2014-01-09 13:35 ` bugzilla at busybox.net
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2014-01-09 3:51 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6770
--- Comment #3 from mlweber1 at rockwellcollins.com 2014-01-09 03:51:22 UTC ---
I'm wondering if what I'm seeing is ccache related. I'll clear out my cache
and rebuild to night and see where things stand. Everything had built find up
to that openssl bump and that bump wasn't a major set of changes is what
confused me.
Sorry should have tried clearing the cash before posting the bug. Didn't think
it could just stale cached objs. I'll tomorrow with results/clarification of
the issue.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 6770] openssl bump
2014-01-08 14:20 [Buildroot] [Bug 6770] New: openssl bump bugzilla at busybox.net
` (2 preceding siblings ...)
2014-01-09 3:51 ` bugzilla at busybox.net
@ 2014-01-09 13:35 ` bugzilla at busybox.net
2014-01-09 22:59 ` [Buildroot] [Bug 6770] openssl 1.0.1f fails with ccache bugzilla at busybox.net
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2014-01-09 13:35 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6770
--- Comment #4 from mlweber1 at rockwellcollins.com 2014-01-09 13:35:44 UTC ---
It looks like it's ccache related, below is output from the build of openssl.
It wasn't creating libcrypto.so, which would explain netsnmp and wpa_supplicant
failing.
I would add ccache to your test build and that should reproduce it.
This was caught by our nightly builder, I think the only difference between the
autobuilder builds and what we do, is that we use ccache (So that might explain
why it didn't catch it).
make[5]: Entering directory
`/accts/mlweber1/proj/br-continuous/cfgs/10-omap-arm-eglibc-ext/build/openssl-1.0.1f'
/accts/mlweber1/proj/br-continuous/cfgs/10-omap-arm-eglibc-ext/host/usr/bin/ccache:
invalid option -- 'f'
Usage:
ccache [options]
ccache compiler [compiler options]
compiler [compiler options] (via symbolic link)
Options:
-c, --cleanup delete old files and recalculate size counters
(normally not needed as this is done automatically)
-C, --clear clear the cache completely
-F, --max-files=N set maximum number of files in cache to N (use 0 for
no limit)
-M, --max-size=SIZE set maximum size of cache to SIZE (use 0 for no
limit; available suffixes: G, M and K; default
suffix: G)
-s, --show-stats show statistics summary
-z, --zero-stats zero statistics counters
-h, --help print this help text
-V, --version print version and copyright information
See also <http://ccache.samba.org>.
make[5]: *** [link_a.gnu] Error 1
make[5]: Leaving directory
`/accts/mlweber1/proj/br-continuous/cfgs/10-omap-arm-eglibc-ext/build/openssl-1.0.1f'
make[4]: *** [do_linux-shared] Error 2
make[4]: Leaving directory
`/accts/mlweber1/proj/br-continuous/cfgs/10-omap-arm-eglibc-ext/build/openssl-1.0.1f'
make[4]: Entering directory
`/accts/mlweber1/proj/br-continuous/cfgs/10-omap-arm-eglibc-ext/build/openssl-1.0.1f'
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 6770] openssl 1.0.1f fails with ccache
2014-01-08 14:20 [Buildroot] [Bug 6770] New: openssl bump bugzilla at busybox.net
` (3 preceding siblings ...)
2014-01-09 13:35 ` bugzilla at busybox.net
@ 2014-01-09 22:59 ` bugzilla at busybox.net
2014-01-09 23:21 ` bugzilla at busybox.net
2014-02-07 8:39 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2014-01-09 22:59 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6770
Gustavo Zacarias <gustavo@zacarias.com.ar> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|openssl bump |openssl 1.0.1f fails with
| |ccache
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 6770] openssl 1.0.1f fails with ccache
2014-01-08 14:20 [Buildroot] [Bug 6770] New: openssl bump bugzilla at busybox.net
` (4 preceding siblings ...)
2014-01-09 22:59 ` [Buildroot] [Bug 6770] openssl 1.0.1f fails with ccache bugzilla at busybox.net
@ 2014-01-09 23:21 ` bugzilla at busybox.net
2014-02-07 8:39 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2014-01-09 23:21 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6770
--- Comment #5 from Gustavo Zacarias <gustavo@zacarias.com.ar> 2014-01-09 23:21:01 UTC ---
Patch sent to the BR list and rt at openssl.org
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 6770] openssl 1.0.1f fails with ccache
2014-01-08 14:20 [Buildroot] [Bug 6770] New: openssl bump bugzilla at busybox.net
` (5 preceding siblings ...)
2014-01-09 23:21 ` bugzilla at busybox.net
@ 2014-02-07 8:39 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2014-02-07 8:39 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6770
Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #6 from Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> 2014-02-07 08:39:14 UTC ---
Patch sent by Gustavo has been accepted now. Problem solved.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-02-07 8:39 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-08 14:20 [Buildroot] [Bug 6770] New: openssl bump bugzilla at busybox.net
2014-01-08 14:21 ` [Buildroot] [Bug 6770] " bugzilla at busybox.net
2014-01-08 16:47 ` bugzilla at busybox.net
2014-01-09 3:51 ` bugzilla at busybox.net
2014-01-09 13:35 ` bugzilla at busybox.net
2014-01-09 22:59 ` [Buildroot] [Bug 6770] openssl 1.0.1f fails with ccache bugzilla at busybox.net
2014-01-09 23:21 ` bugzilla at busybox.net
2014-02-07 8:39 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox