adelton/sketchup-container

can't build due to installation error...

masavini opened this issue · 2 comments

can't build on ubuntu 14.04.5
relevant messages:

$ docker --version
Docker version 17.05.0-ce, build 89658be
$ sudo docker build --build-arg=uid=$(id -u) -t sketchup .
[...]

  Verifying        : hostname-3.20-3.fc28.x86_64                        202/453Error unpacking rpm package iputils-20161105-9.fc28.x86_64
Error unpacking rpm package iputils-20161105-9.fc28.x86_64
iputils-20161105-9.fc28.x86_64 was supposed to be installed but is not!
 
  Verifying        : iputils-20161105-9.fc28.x86_64                     203/453 

[...]

Failed:
  iputils.x86_64 20161105-9.fc28                                                

Error: Transaction failed
The command '/bin/sh -c dnf install -y wine winetricks file xorg-x11-server-Xvfb p7zip mesa-dri-drivers cups-pdf uid_wrapper && dnf clean all' returned a non-zero code: 1

Is it possible that it's just the disk which is full? Or some corrupted package download?
I don't see anything weird in list of files installed for iputils-20161105-9.fc28.x86_64 which should cause the failure:

[root@96f17394c072 /]# rpm -ql iputils | xargs ls -lad
ls: cannot access '/usr/share/doc/iputils': No such file or directory
ls: cannot access '/usr/share/doc/iputils/README.bonding': No such file or directory
ls: cannot access '/usr/share/doc/iputils/RELNOTES': No such file or directory
ls: cannot access '/usr/share/man/man8/arping.8.gz': No such file or directory
ls: cannot access '/usr/share/man/man8/clockdiff.8.gz': No such file or directory
ls: cannot access '/usr/share/man/man8/ifenslave.8.gz': No such file or directory
ls: cannot access '/usr/share/man/man8/ping.8.gz': No such file or directory
ls: cannot access '/usr/share/man/man8/ping6.8.gz': No such file or directory
ls: cannot access '/usr/share/man/man8/rdisc.8.gz': No such file or directory
ls: cannot access '/usr/share/man/man8/tracepath.8.gz': No such file or directory
ls: cannot access '/usr/share/man/man8/tracepath6.8.gz': No such file or directory
-rwxr-xr-x. 1 root root 63224 Feb  8  2018 /usr/bin/ping
-rwxr-xr-x. 1 root root 15896 Feb  8  2018 /usr/bin/tracepath
drwxr-xr-x. 1 root root  4096 Apr 20  2018 /usr/lib/.build-id
drwxr-xr-x. 1 root root  4096 Jan 29 09:50 /usr/lib/.build-id/54
lrwxrwxrwx. 1 root root    24 Feb  8  2018 /usr/lib/.build-id/54/176ada95b89621503e80d4a77019be89bd1855 -> ../../../../usr/bin/ping
drwxr-xr-x. 1 root root  4096 Jan 29 09:50 /usr/lib/.build-id/58
lrwxrwxrwx. 1 root root    27 Feb  8  2018 /usr/lib/.build-id/58/46d93931246de3819b49731167b60f02dcc349 -> ../../../../usr/sbin/arping
drwxr-xr-x. 1 root root  4096 Jan 29 09:50 /usr/lib/.build-id/64
lrwxrwxrwx. 1 root root    30 Feb  8  2018 /usr/lib/.build-id/64/c372e07884274102efe05022bc811cfdab35f2 -> ../../../../usr/sbin/clockdiff
drwxr-xr-x. 1 root root  4096 Jan 29 09:50 /usr/lib/.build-id/83
lrwxrwxrwx. 1 root root    30 Feb  8  2018 /usr/lib/.build-id/83/0f54ab8b43ea32f2c54d3eb1d055c33fe992ac -> ../../../../usr/sbin/ifenslave
drwxr-xr-x. 1 root root  4096 Jan 29 09:50 /usr/lib/.build-id/c4
lrwxrwxrwx. 1 root root    29 Feb  8  2018 /usr/lib/.build-id/c4/069279bcbf40c02f04c87ebd161cd5875160cd -> ../../../../usr/bin/tracepath
drwxr-xr-x. 1 root root  4096 Jan 29 09:50 /usr/lib/.build-id/d9
lrwxrwxrwx. 1 root root    26 Feb  8  2018 /usr/lib/.build-id/d9/42eeb1cbd859b596d22435c53aa9f4d72df2b4 -> ../../../../usr/sbin/rdisc
-rw-r--r--. 1 root root   208 Feb  8  2018 /usr/lib/systemd/system/rdisc.service
-rwxr-xr-x. 1 root root 24240 Feb  8  2018 /usr/sbin/arping
-rwxr-xr-x. 1 root root 15896 Feb  8  2018 /usr/sbin/clockdiff
-rwxr-xr-x. 1 root root 24624 Feb  8  2018 /usr/sbin/ifenslave
lrwxrwxrwx. 1 root root    11 Feb  8  2018 /usr/sbin/ping -> ../bin/ping
lrwxrwxrwx. 1 root root    11 Feb  8  2018 /usr/sbin/ping6 -> ../bin/ping
-rwxr-xr-x. 1 root root 24208 Feb  8  2018 /usr/sbin/rdisc
lrwxrwxrwx. 1 root root    16 Feb  8  2018 /usr/sbin/tracepath -> ../bin/tracepath
lrwxrwxrwx. 1 root root    16 Feb  8  2018 /usr/sbin/tracepath6 -> ../bin/tracepath
drwxr-xr-x. 2 root root  4096 Jan 29 09:50 /usr/share/licenses/iputils
-rw-r--r--. 1 root root  1908 Feb  8  2018 /usr/share/licenses/iputils/bsd.txt
-rw-r--r--. 1 root root 18092 Feb  8  2018 /usr/share/licenses/iputils/gpl-2.0.txt

What happens when you run just

$ sudo docker run --rm -ti registry.fedoraproject.org/fedora:28 dnf install -y iputils

?

We seem to have lost traction here, closing.