#17994: BB wants to build polarssl even when it is not selected
-----------------------+-----------------------------------
Reporter: anonymous | Owner: developers
Type: defect | Status: new
Priority: highest | Milestone: Barrier Breaker 14.07
Component: packages | Version: Trunk
Keywords: polarssl |
-----------------------+-----------------------------------
There are two problems:
1. The polarssl download site is having issues and downloads cannot be
completed
2. BB make wants to download and build polarssl even when it is not
required.
See the build output below, even when libpolarssl is clearly not
selected, the build process insist on trying to download the source.
Because the download website is having issues serving the complete file,
it's a show stopper for the build process to move on and complete the
rest.
{{{
ouch /home/openwrt/staging_dir/target-
mips_24kc_uClibc-0.9.33.2/stamp/.openssl_installed
WARNING: skipping openssl-util -- package not selected
make[3]: Leaving directory `/home/openwrt/package/libs/openssl'
make[3]: Entering directory `/home/openwrt/package/libs/polarssl'
WARNING: skipping libpolarssl -- package not selected
mkdir -p /home/openwrt/dl
/home/openwrt/scripts/download.pl "/home/openwrt/dl"
"polarssl-1.3.8-gpl.tgz" "d1a2b4f21727e888f143414d2e3144e6"
"https://polarssl.org/code/releases"
--2014-09-28 12:25:17--
https://polarssl.org/code/releases/polarssl-1.3.8-gpl.tgz
Resolving polarssl.org (polarssl.org)... 79.170.91.36
Connecting to polarssl.org (polarssl.org)|79.170.91.36|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1725531 (1.6M) [application/x-gzip]
Saving to: 'STDOUT'
18% [=============>
] 326,624 42.8KB/s in 7.4s
2014-09-28 12:25:26 (42.8 KB/s) - Connection closed at byte 326624.
Retrying.
--2014-09-28 12:25:27-- (try: 2)
https://polarssl.org/code/releases/polarssl-1.3.8-gpl.tgz
Connecting to polarssl.org (polarssl.org)|79.170.91.36|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1725531 (1.6M) [application/x-gzip]
Saving to: 'STDOUT'
32% [========================>
] 555,968 56.1KB/s in 10s
2014-09-28 12:25:39 (53.0 KB/s) - Connection closed at byte 555968.
Retrying.
}}}
I'm pretty sure polarssl is not selected in my configuration that I can
verify using "make menuconfig". This is the only line in .config:
{{{
$ grep "OLAR\|olar|" .config
# CONFIG_LIBCURL_POLARSSL is not set
}}}
--
Ticket URL: <https://dev.openwrt.org/ticket/17994>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets