Error message when trying to do make install from int-new on Debian 9 with kernel 4.18.0 (Was: Re: Incomprehensible error concerning identical babel config for bird and bird6 (bird-v1.6.4 on ubuntu18.04.1))

Christoffer Hansen netravnen at gmail.com
Fri Nov 16 16:54:16 CET 2018


Hi Ondrej,

On 14/11/2018 03:10, Ondrej Zajicek wrote:
> I don't know about Ubuntu, but on Debian it is straightforward (although
> note that main devel branch is called 'int-new', while 'master' is still
> 1.6.x branch), you just need basic devel environment (build-essential
> package), libreadline-dev, autoconf, bison, flex, and git. With that just:
> 
>   git clone https://gitlab.labs.nic.cz/labs/bird.git
>   cd bird
>   git checkout int-new
>   autoreconf
>   ./configure
>   make

Have installed 2 VM's very recently with Debian 9 and backported kernel
release 4.18.0-0.bpo.1-amd64 from stretch-backports.
Update all packages & installed necessary dependencies.
Followed current guides lines & NOW runs into the following error
message when trying to compile code from int-new branch as of commit
f2d8e6801e88a84b1e57da72d078d7569598a5f5.

----------------------------------------------------------------
$ make install
/usr/bin/install -c -d //usr/local/sbin //usr/local/etc //usr/local/var/run
for BIN in bird birdcl birdc ; do
                        \
        /usr/bin/install -c ./$BIN //usr/local/sbin/$BIN ;              \
done
if ! test -f //usr/local/etc/bird.conf ; then
                \
        /usr/bin/install -c -m 644 ./doc/bird.conf.example
//usr/local/etc/bird.conf ;  \
else
                \
        echo "Not overwriting old bird.conf" ;
                \
fi
Not overwriting old bird.conf
----------------------------------------------------------------

Am I the only one running into the error message?

Because I have a hard time making heads 'n tails for the content of it.
When having only just installed the Debian VM's 30 minutes beforehand.
(Yes, happens on both VM's. VM's having identical configuration)

-- 
Christoffer Hansen
netravnen [at] gmail.com
0xC8B382A8A1CDCDB771FEB24CC654948FDA86BECD

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20181116/3cf8b132/attachment.sig>


More information about the Bird-users mailing list