Control: retitle -1 libgcc-6-dev: Missing crtfastmath.o on kfreebsd-* Control: affects -1 + src:vlc
On Tue, 9 Aug 2016 11:39:54 +0200 Matthias Klose <d...@debian.org> wrote: > > I'm unable to build a package because crtfastmath.o is missing from this > > package. Architecture is kfreebsd-i386. I don't see this bug on the > > kfreebsd-amd64 > > > > ,---- > > | cc -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre > > -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 > > -D_LARGEFILE_SOURCE -fPIC -pthread luma.c -o luma > > | /usr/bin/ld: cannot find crtfastmath.o: No such file or directory > > `---- > > https://buildd.debian.org/status/fetch.php?pkg=gcc-6&arch=kfreebsd-i386&ver=6.1.1-11&stamp=1470331624 > > looks like this is never built, and the install step succeeds despite it > complains about not finding this file. Seems to be specific to gcc-6, the file is available in libgcc-4.9-dev, libgcc-5-dev, and gcc-snapshot (7.0.0). This bug is the cause for the FTBFS of vlc on both kfreebsd-amd64 and kfreebsd-i386: https://buildd.debian.org/status/fetch.php?pkg=vlc&arch=kfreebsd-amd64&ver=2.2.4-3%2Bb4&stamp=1472902929 https://buildd.debian.org/status/fetch.php?pkg=vlc&arch=kfreebsd-i386&ver=2.2.4-3%2Bb4&stamp=1472905628 Andreas