Bug #1709
closedCompilation issues with some config options
0%
Description
Hi,
When I try to remove one of these flags from GENERIC file :
- KTRACE
- KPOSIX_PRIORITY_SCHEDULING
- SYSVSHM | SYSVMSG | SYSVSEM
- FFS
- COMPAT_43
- DEVICE_POLLING.
the DragonFlyBSD kernel does not compile anymore.
I have fixed these issues with the following patches :
http://gitweb.dragonflybsd.org/~syl/dragonfly.git/commit/3185a7fd6ab8c6851af39ae997b715e52cf683d7
http://gitweb.dragonflybsd.org/~syl/dragonfly.git/commit/159758cdac0aa3f8db8549f9c7d58a76a7d79f13
http://gitweb.dragonflybsd.org/~syl/dragonfly.git/commit/cd10cbafe2ddb950de80e71c11c7aa7edd0e464d
http://gitweb.dragonflybsd.org/~syl/dragonfly.git/commit/bc308194a05a5296b665c4f61efd735769e248f5
http://gitweb.dragonflybsd.org/~syl/dragonfly.git/commit/92a4a5bb36353989fb1e67aaf3858273929777f5
http://gitweb.dragonflybsd.org/~syl/dragonfly.git/commit/7bcb63e3c9d69366eb7ed40d2ceceb1c5252ff5e
Hope it helps someone.
Cheers,
Updated by swildner over 14 years ago
Am 30.03.2010 17:26, schrieb Sylvestre Gallon:
Hi,
When I try to remove one of these flags from GENERIC file :
- KTRACE
- KPOSIX_PRIORITY_SCHEDULING
- SYSVSHM | SYSVMSG | SYSVSEM
- FFS
- COMPAT_43
- DEVICE_POLLING.the DragonFlyBSD kernel does not compile anymore.
I have fixed these issues with the following patches :
All committed. I've also committed your earlier SHOW_BUSYBUFS patch
which seems to have been forgotten somehow.
Sascha