Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TrueNAS Core 13 build failure #22

Open
beyond990 opened this issue May 24, 2022 · 2 comments
Open

TrueNAS Core 13 build failure #22

beyond990 opened this issue May 24, 2022 · 2 comments

Comments

@beyond990
Copy link

I've have a fresh install of TrueNAS Core running on Proxmox and just cloned your repo to get the agent working and the build fails on the make command.

qemu-guest-agent/Makefile" line 152: Malformed conditional (${ARCH} == "amd64")
qemu-guest-agent/Makefile" line 156: Malformed conditional (${ARCH} == "powerpc")
qemu-guest-agent/Makefile" line 160: Malformed conditional (${ARCH} == "powerpc64")
qemu-guest-agent/Makefile" line 164: Malformed conditional (${ARCH} == "sparc64")
qemu-guest-agent/Makefile" line 168: Malformed conditional (${OSVERSION} < 1200000)
make: "/usr/share/mk/bsd.port.mk" line 32: Cannot open /usr/ports/Mk/bsd.port.mk
make: Fatal errors encountered -- cannot continue
make: stopped in qemu-guest-agent

tank01[~/qemu-guest-agent]# uname -a
FreeBSD tank01.lab.redkode.com 13.1-RC6 FreeBSD 13.1-RC6 n245364-74831eea544 TRUENAS amd64

I'll have a dig see if can work it out but thought I'd let you know too.

Martin

@0dragosh
Copy link

I have the exact same issue

root@truenas-vm[~/qemu-guest-agent]# make
make: "/usr/share/mk/bsd.port.mk" line 32: Cannot open /usr/ports/Mk/bsd.port.mk
make: "/root/qemu-guest-agent/Makefile" line 152: Malformed conditional (${ARCH} == "amd64")
make: "/root/qemu-guest-agent/Makefile" line 156: Malformed conditional (${ARCH} == "powerpc")
make: "/root/qemu-guest-agent/Makefile" line 160: Malformed conditional (${ARCH} == "powerpc64")
make: "/root/qemu-guest-agent/Makefile" line 164: Malformed conditional (${ARCH} == "sparc64")
make: "/root/qemu-guest-agent/Makefile" line 168: Malformed conditional (${OSVERSION} < 1200000)
make: "/usr/share/mk/bsd.port.mk" line 32: Cannot open /usr/ports/Mk/bsd.port.mk
make: Fatal errors encountered -- cannot continue
make: stopped in /root/qemu-guest-agent
root@truenas-vm[~/qemu-guest-agent]# uname -a
FreeBSD truenas-vm.home.lan 13.1-RC6 FreeBSD 13.1-RC6 n245364-74831eea544 TRUENAS amd64

Also I can't seem to be able to load virtio_console:

root@truenas-vm[~/qemu-guest-agent]# kldload virtio_console
kldload: can't load virtio_console: No such file or directory

@gushmazuko
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants