New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 705766 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

daisy incremental not passing build_image: test_elf_deps Failed dependency check

Project Member Reported by gwendal@chromium.org, Mar 27 2017

Issue description

Daisy incremental has similar issue to crbug/655284 with iptable:

https://build.chromium.org/p/chromiumos/builders/daisy-incremental/builds/34638

INFO    : The target platform does not use bootloader templates.
/mnt/host/source/src/scripts/build_library/test_image_content.sh: line 41: echo: write error: Broken pipe
ERROR   : test_elf_deps: Failed dependency check
ERROR   : Package: net-firewall/iptables-1.4.21-r1
ERROR   : /mnt/host/source/src/build/images/daisy/R59-9398.0.2017_03_24_2034-a1/rootfs/usr/lib/xtables/libxt_connlabel.so (interpreter => None)
ERROR   :     libxtables.so.10 => /mnt/host/source/src/build/images/daisy/R59-9398.0.2017_03_24_2034-a1/rootfs/lib/libxtables.so.10
ERROR   :         libdl.so.2 => /mnt/host/source/src/build/images/daisy/R59-9398.0.2017_03_24_2034-a1/rootfs/lib/libdl.so.2
ERROR   :         ld-linux-armhf.so.3 => /mnt/host/source/src/build/images/daisy/R59-9398.0.2017_03_24_2034-a1/rootfs/lib/ld-linux-armhf.so.3
ERROR   :     libnetfilter_conntrack.so.3 => None
ERROR   :     libc.so.6 => /mnt/host/source/src/build/images/daisy/R59-9398.0.2017_03_24_2034-a1/rootfs/lib/libc.so.6

libnetfilter_conntrack.so.3 => None


Locally, iptables for daisy did not produce libxt_connlabel.so that wants libnetfilter_conntrack.


Could it be a leftover from a previous build?

 
The library libxt_connlabel.so is present on veyron, but not daisy, although both uses the same flag. Keep digging.

Comment 2 by vapier@chromium.org, Mar 28 2017

if iptables is built with USE=conntrack, the lib should exist.  if it doesn't, that's a bug we should fix.
Status: WontFix (was: Untriaged)
Transient error:
The build failed up to 34696 (34697 was interrupted). 

The build 34698 to 34701 fails because of crbug.com/705693 and it is green now.

libxt_connlabel.so  should not have been presented to lddtree in latest release (it is not used anymore).

Sign in to add a comment