Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2017 19:50:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-mips@FreeBSD.org
Subject:   [Bug 220346] dtrace module fails to compile on mips64
Message-ID:  <bug-220346-27794-mEx23v2yU3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220346-27794@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220346-27794@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220346

--- Comment #2 from Kurt Lidl <lidl@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@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220346-27794-mEx23v2yU3>