Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2017 14:32:42 +0100
From:      "Hartmann, O." <ohartmann@walstatt.org>
To:        FreeBSD CURRENT <freebsd-current@freebsd.org>
Subject:   r311977: kernel build failure when NANDFS in kernel
Message-ID:  <20170112143236.7f6c4b79@hermann>

next in thread | raw e-mail | index | archive | help
On r311977, buildkernel fails with the error shown below. Kernel ist
customised and "options NANDFS" has been added as well as "device nand"
- the error shown suggest that is has to do with NANDFS.


 [...]
===> cc/cc_cdg (all)
--- nand_geom.o ---
/usr/src/sys/dev/nand/nand_geom.c:419:2: error: must use 'struct' tag
to refer to type 'disk' disk->d_rotation_rate = DISK_RR_NON_ROTATING;
        ^
        struct 
/usr/src/sys/dev/nand/nand_geom.c:419:6: error: expected identifier or
'(' disk->d_rotation_rate = DISK_RR_NON_ROTATING;
            ^
2 errors generated.
*** [nand_geom.o] Error code 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170112143236.7f6c4b79>