Re: Problem installation on FreeBSD 13.2

2023-11-10 Thread David S.
Hello,

Yes, using port source installation is working.

Thank you for your help.


Best regards,
David S.

e. da...@zeromail.us
w. pnyet.web.id
p. 087881216110


On Fri, Nov 10, 2023 at 3:56 PM Ömür YAVUZ  wrote:

> I'm used port for bir2 installation. Installation successfully completed
> and using without any problem on freebsd 13.2.
>
>- pkg install net/bird2
>
> ---
> *Ömür yavuz*
>
> 10 Kasım 2023 11:49, "Marek Zarychta"  >
> yazdı:
>
> W dniu 10.11.2023 o 09:05, David S. pisze:
>
> Step to reproduce the issue:
> 1. Download Bird-2.14 from
> https://bird.network.cz/download/bird-2.14.tar.gz
> 2. tar -zxvf bird-2.14.tar.gz
> 3. cd bird-2.14
> 4. ./configure
> 5. gmake
>
>
> Please try to build with the help of the ports tree[1].
>
> BIRD 2.14 is available as net/bird2.
>
> [1] https://docs.freebsd.org/en/books/handbook/ports/#ports-using
>
> --
> Marek Zarychta
>
>


Re: Problem installation on FreeBSD 13.2

2023-11-10 Thread Ömür YAVUZ via Bird-users
I'm used port for bir2 installation. Installation successfully completed and 
using without any problem on freebsd 13.2.
* pkg install net/bird2

---
Ömür yavuz

10 Kasım 2023 11:49, "Marek Zarychta" mailto:zarych...@plan-b.pwste.edu.pl?to=%22Marek%20Zarychta%22%20)>
 yazdı:
W dniu 10.11.2023 o 09:05, David S. pisze: Step to reproduce the issue:
1. Download Bird-2.14 from
https://bird.network.cz/download/bird-2.14.tar.gz 
(https://bird.network.cz/download/bird-2.14.tar.gz)
2. tar -zxvf bird-2.14.tar.gz
3. cd bird-2.14
4. ./configure
5. gmake
Please try to build with the help of the ports tree[1].

BIRD 2.14 is available as net/bird2.

[1] https://docs.freebsd.org/en/books/handbook/ports/#ports-using 
(https://docs.freebsd.org/en/books/handbook/ports/#ports-using)

--
Marek Zarychta


Re: Problem installation on FreeBSD 13.2

2023-11-10 Thread Marek Zarychta

W dniu 10.11.2023 o 09:05, David S. pisze:

Step to reproduce the issue:
1. Download Bird-2.14 from 
https://bird.network.cz/download/bird-2.14.tar.gz

2. tar -zxvf bird-2.14.tar.gz
3. cd bird-2.14
4. ./configure
5. gmake


Please try to build with the help of the ports tree[1].

BIRD 2.14 is available as net/bird2.

[1] https://docs.freebsd.org/en/books/handbook/ports/#ports-using

--
Marek Zarychta



Problem installation on FreeBSD 13.2

2023-11-10 Thread David S.
Dear Lists,

I'm trying to install a bird-2.14 from the source on FreeBSD 13.2 and found
the following error message:

make[1]: "/root/installer/bird-2.14/Makefile" line 45: Invalid line type
make[1]: "/root/installer/bird-2.14/Makefile" line 47: Invalid line type
make[1]: "/root/installer/bird-2.14/Makefile" line 49: Invalid line type
make[1]: "/root/installer/bird-2.14/Makefile" line 51: Invalid line type
make[1]: "/root/installer/bird-2.14/Makefile" line 53: Invalid line type
make[1]: "/root/installer/bird-2.14/Makefile" line 56: Invalid line type
make[1]: "/root/installer/bird-2.14/Makefile" line 59: Invalid line type
make[1]: "/root/installer/bird-2.14/Makefile" line 61: Invalid line type
make[1]: "/root/installer/bird-2.14/Makefile" line 63: Invalid line type
make[1]: "/root/installer/bird-2.14/Makefile" line 93: Invalid line type
make[1]: "/root/installer/bird-2.14/Makefile" line 95: Invalid line type
make[1]: "/root/installer/bird-2.14/Makefile" line 97: Invalid line type
make[1]: "/root/installer/bird-2.14/Makefile" line 99: Invalid line type
make[1]: "/root/installer/bird-2.14/Makefile" line 102: Invalid line type
make[1]: /root/installer/bird-2.14/: read error: Is a directory

Step to reproduce the issue:
1. Download Bird-2.14 from https://bird.network.cz/download/bird-2.14.tar.gz
2. tar -zxvf bird-2.14.tar.gz
3. cd bird-2.14
4. ./configure
5. gmake

Please see the attached file for the details

Thank you.

Best regards,
David S.

e. da...@zeromail.us
w. pnyet.web.id
p. 087881216110
fatal: not a git repository (or any of the parent directories): .git
MKDIR -p obj/client obj/conf obj/doc obj/filter obj/lib obj/nest obj/test 
obj/proto/aggregator obj/proto/bfd obj/proto/babel obj/proto/bgp 
obj/proto/l3vpn obj/proto/mrt obj/proto/ospf obj/proto/perf obj/proto/pipe 
obj/proto/radv obj/proto/rip obj/proto/rpki obj/proto/static obj/sysdep/unix 
obj/sysdep/bsd obj/doc
gm4 -s -P conf/gen_parser.m4 conf/confbase.Y conf/flowspec.Y client/cmds.Y 
filter/config.Y nest/config.Y nest/mpls.Y proto/aggregator/config.Y 
proto/bfd/config.Y proto/babel/config.Y proto/bgp/config.Y proto/l3vpn/config.Y 
proto/mrt/config.Y proto/ospf/config.Y proto/perf/config.Y proto/pipe/config.Y 
proto/radv/config.Y proto/rip/config.Y proto/rpki/config.Y 
proto/static/config.Y sysdep/unix/config.Y sysdep/unix/krt.Y 
sysdep/bsd/krt-sock.Y >obj/conf/cf-parse.y
bison  -Dparse.lac=full -Dparse.error=verbose -dv -pcf_ -b obj/conf/cf-parse 
obj/conf/cf-parse.y
obj/conf/cf-parse.y: warning: 2 shift/reduce conflicts [-Wconflicts-sr]
obj/conf/cf-parse.y: note: rerun with option '-Wcounterexamples' to generate 
conflict counterexamples
gm4 -s -P conf/gen_keywords.m4 conf/confbase.Y conf/flowspec.Y client/cmds.Y 
filter/config.Y nest/config.Y nest/mpls.Y proto/aggregator/config.Y 
proto/bfd/config.Y proto/babel/config.Y proto/bgp/config.Y proto/l3vpn/config.Y 
proto/mrt/config.Y proto/ospf/config.Y proto/perf/config.Y proto/pipe/config.Y 
proto/radv/config.Y proto/rip/config.Y proto/rpki/config.Y 
proto/static/config.Y sysdep/unix/config.Y sysdep/unix/krt.Y 
sysdep/bsd/krt-sock.Y >obj/conf/keywords.h
gm4 -s -P conf/gen_commands.m4 conf/confbase.Y conf/flowspec.Y client/cmds.Y 
filter/config.Y nest/config.Y nest/mpls.Y proto/aggregator/config.Y 
proto/bfd/config.Y proto/babel/config.Y proto/bgp/config.Y proto/l3vpn/config.Y 
proto/mrt/config.Y proto/ospf/config.Y proto/perf/config.Y proto/pipe/config.Y 
proto/radv/config.Y proto/rip/config.Y proto/rpki/config.Y 
proto/static/config.Y sysdep/unix/config.Y sysdep/unix/krt.Y 
sysdep/bsd/krt-sock.Y >obj/conf/commands.h
gm4 -s -DTARGET=I -P filter/decl.m4 filter/f-inst.c obj/.dir-stamp 
>obj/filter/inst-interpret.c
gm4 -s -DTARGET=H -P filter/decl.m4 filter/f-inst.c obj/.dir-stamp 
>obj/filter/inst-gen.h
GEN obj/nest/proto-build.c
GEN obj/sysdep/paths.h
CC -o obj/conf/cf-parse.tab.o -c obj/conf/cf-parse.tab.c
flex  -f -s -B -8 -Pcf_ -oobj/conf/cf-lex.c conf/cf-lex.l
CC -o obj/conf/cf-lex.o -c obj/conf/cf-lex.c
CC -o obj/conf/conf.o -c conf/conf.c
CC -o obj/filter/filter.o -c filter/filter.c
CC -o obj/filter/data.o -c filter/data.c
CC -o obj/filter/f-util.o -c filter/f-util.c
CC -o obj/filter/tree.o -c filter/tree.c
CC -o obj/filter/trie.o -c filter/trie.c
gm4 -s -DTARGET=C -P filter/decl.m4 filter/f-inst.c obj/.dir-stamp 
>obj/filter/inst-gen.c
CC -o obj/filter/inst-gen.o -c obj/filter/inst-gen.c
CC -o obj/lib/bitmap.o -c lib/bitmap.c
CC -o obj/lib/bitops.o -c lib/bitops.c
CC -o obj/lib/blake2s.o -c lib/blake2s.c
CC -o obj/lib/blake2b.o -c lib/blake2b.c
CC -o obj/lib/checksum.o -c lib/checksum.c
CC -o obj/lib/event.o -c lib/event.c
CC -o obj/lib/flowspec.o -c lib/flowspec.c
CC -o obj/lib/idm.o -c lib/idm.c
CC -o obj/lib/ip.o -c lib/ip.c
CC -o obj/lib/lists.o -c lib/lists.c
CC -o obj/lib/mac.o -c lib/mac.c
CC -o obj/lib/md5.o -c lib/md5.c
CC -o obj/lib/mempool.o -c lib/mempool.c
CC -o obj/lib/net.o -c lib/net.c
CC -o obj/lib/patmatch.o -c