[Bug 220346] dtrace module fails to compile on mips64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 12 19:50:17 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220346
--- Comment #2 from Kurt Lidl <lidl at FreeBSD.org> ---
The kernel configuration file I used is just the ERL file, plus a custom
MODULES_OVERRIDE setting. If I remove the "dtrace" from the MODULES_OVERRIDE,
I can compile the kernel configuration and the kernel works fine on my ERL. It
has the advantage of being significantly smaller than the stock ERL kernel
installation.
root at erl2-148: diff sys/mips/conf/ERL sys/mips/conf/ERL2
22c22
< ident ERL
---
> ident ERL2
27a28,36
>
> makeoptions MODULES_OVERRIDE="acl_nfs4 autofs bridgestp cam \
> dtrace dummynet ext2fs fdescfs filemon geom \
> if_bridge if_gif if_gre if_tap if_tun if_vlan \
> ipfw ipsec iscsi iscsi_initiator \
> libalias md msdosfs msdosfs_iconv netgraph \
> nfscl nfscommon nfsd nfslock nfslockd nfssvc \
> nullfs pf pflog pfsync procfs pseudofs \
> smbfs tmpfs ufs unionfs usb zlib"
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-mips
mailing list