freebsd / freebsd-wifi-build

freebsd-wifi-build
141 stars 59 forks source link

missing mips-portbld-freebsd12.0-gcc #111

Open dpintaric opened 7 years ago

dpintaric commented 7 years ago

Hi,

I tried to build a carambola2 image but the build failed at building dropbear because configure script could not find mips-portbld-freebsd12.0-gcc.

pkg installed /usr/local/bin/mips-unknown-freebsd12.0-gcc when I installed mips-gcc-6.3.0

$ sudo pkg which mips-unknown-freebsd12.0-* /usr/local/bin/mips-unknown-freebsd12.0-c++ was installed by package mips-gcc-6.3.0 /usr/local/bin/mips-unknown-freebsd12.0-cpp was installed by package mips-gcc-6.3.0 /usr/local/bin/mips-unknown-freebsd12.0-g++ was installed by package mips-gcc-6.3.0 /usr/local/bin/mips-unknown-freebsd12.0-gcc was installed by package mips-gcc-6.3.0 /usr/local/bin/mips-unknown-freebsd12.0-gcc-6.3.0 was installed by package mips-gcc-6.3.0 /usr/local/bin/mips-unknown-freebsd12.0-gcc-ar was installed by package mips-gcc-6.3.0 /usr/local/bin/mips-unknown-freebsd12.0-gcc-nm was installed by package mips-gcc-6.3.0 /usr/local/bin/mips-unknown-freebsd12.0-gcc-ranlib was installed by package mips-gcc-6.3.0 /usr/local/bin/mips-unknown-freebsd12.0-gcov was installed by package mips-gcc-6.3.0 /usr/local/bin/mips-unknown-freebsd12.0-gcov-tool was installed by package mips-gcc-6.3.0

I symlinked mips-portbld- to mips-unknown- and the build passed. But I don't know why this happened? Are your scripts out of sync with what pkg installs when installing mips-gcc package or this has something to do with my system.

I'm running FreeBSD current r310361.

dpintaric commented 7 years ago

Looks like there is already a pull request for this issue:

https://github.com/freebsd/freebsd-wifi-build/pull/102