[DragonFlyBSD - Bug #2729] DragonFly_RELEASE_4_0 make buildkernel error

2014-11-05 Thread bugtracker-admin
Issue #2729 has been updated by ftigeot. Just to clarify, this is about building a special kernel without INET6 support, right ? Bug #2729: DragonFly_RELEASE_4_0 make buildkernel error http://bugs.dragonflybsd.org/issues/2729#change-12246 * Author:

[DragonFlyBSD - Bug #2729] DragonFly_RELEASE_4_0 make buildkernel error

2014-11-05 Thread bugtracker-admin
Issue #2729 has been updated by lhmwzy. YES,I don't have any inet6 now,so I don't need inet6. 2014-11-05 16:02 GMT+08:00 bugtracker-ad...@leaf.dragonflybsd.org: Issue #2729 has been updated by ftigeot. Just to clarify, this is about building a special kernel without INET6 support, right ?

[DragonFlyBSD - Bug #2729] DragonFly_RELEASE_4_0 make buildkernel error

2014-11-05 Thread bugtracker-admin
Issue #2729 has been updated by ftigeot. Thanks for the patch, it has been pushed to -master. Even though it allows pf(4) to build, I still wouldn't count on it working properly afterwards. Bug #2729: DragonFly_RELEASE_4_0 make buildkernel error

[DragonFlyBSD - Bug #2729] DragonFly_RELEASE_4_0 make buildkernel error

2014-11-05 Thread bugtracker-admin
Issue #2729 has been updated by lhmwzy. YES,there is still issue. After build complete,run kldload pf give error kldload: an error occurred while loading the module. Please check dmesg(8) for more details. dmesg shows: link_elf_obj_obj: symbol bpf_mtap_hdr undefined linker_load_file: Unsupported

[DragonFlyBSD - Bug #2729] DragonFly_RELEASE_4_0 make buildkernel error

2014-11-05 Thread bugtracker-admin
Issue #2729 has been updated by lhmwzy. sorry for my urgent. It needs to add pseudo-device bpf to kernel config. After add and make kernel again,all run well Thanks for everyone's reply. 2014-11-05 19:45 GMT+08:00 bugtracker-ad...@leaf.dragonflybsd.org: Issue #2729 has been updated by

[DragonFlyBSD - Bug #2729] DragonFly_RELEASE_4_0 make buildkernel error

2014-11-04 Thread bugtracker-admin
Issue #2729 has been updated by lhmwzy. the kernel config: platformpc64 machine x86_64 machine_archx86_64 cpu HAMMER_CPU ident lhmwzy maxusers0 #optionsCPU_DISABLE_AVX options INET#InterNETworking options

[DragonFlyBSD - Bug #2729] DragonFly_RELEASE_4_0 make buildkernel error

2014-11-04 Thread bugtracker-admin
Issue #2729 has been updated by lhmwzy. make a patch and solved it. please review it. --- sys/net/pf/pf_table.c.orig 2014-11-05 12:37:46.563579000 +0800 +++ sys/net/pf/pf_table.c 2014-11-05 12:26:31.879782000 +0800 @@ -1976,7 +1976,9 @@ struct pfr_kentry *ke = NULL;