Re: VirtualBox additions (was Re: Installing, then installing CDE)
Stephen Borrill <[email protected]>
| Newsgroups | gmane.os.netbsd.general |
|---|---|
| Message-ID | <Pine.NEB.4.64.2608241417340.3925@ugly> |
On Mon, 24 Aug 2026, Valery Ushakov wrote: > On Mon, Aug 24, 2026 at 12:11:04 +0100, Stephen Borrill wrote: > >> However, the 2026Q2 version doesn't build for me: >> >> https://mail-index.netbsd.org/port-i386/2014/08/20/msg003310.html >> >> autoreconf: running: aclocal --force -I config >> autoreconf: configure.ac: tracing >> autoreconf: configure.ac: not using Libtool >> autoreconf: configure.ac: not using Intltool >> autoreconf: configure.ac: not using Gtkdoc >> autoreconf: configure.ac: not running autopoint a second time >> autoreconf: running: aclocal --force -I config -I m4 >> aclocal: error: couldn't open directory 'm4': No such file or directory >> autoreconf: error: aclocal failed with exit status: 1 > > The packaged version in devel/kbuild from pkgsrc-2026Q2 does build for > me on 11.0 amd64 just fine. While mails from 2014 may be a good > resource to get an overview of the process, the details might have > changed. So on my NetBSD 10.1 machine with pkgsrc-current, I get: autoreconf: configure.ac: not running autopoint a second time autoreconf: running: aclocal --force -I config -I m4 autoreconf: error: aclocal failed with exit status: 1 On NetBSD 11 with 2026Q2, I get: autoreconf: running: /usr/pkg/bin/autoconf --force and it successfully builds. It turns out this is down to autoconf 2.72 (works) vs 2.73 (does not). > It probably also needs to be updated to something more recent. I > think vbox tree should mention the required kbuild version (svn > revision) in its readme and I think they do now need something more > recent. Yes, I was going to upgrade kBuild once I had it building... > Knut doesn't do releases, but there's no active development either, > only bugfixes, so using SVN head is fine and you don't have to chase > it, just make sure that it uses at least what vbox requires. -- Stephen