Date: Tue, 21 Jan 2020 12:58:05 +0000 From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 242758] sysutils/lsof: Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit: vm_page.h:204: error: field 'md' has incomplete type Message-ID: <bug-242758-25139-465XYfq7rl@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-242758-25139@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242758 Piotr Kubaj <pkubaj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ler@FreeBSD.org, | |pkubaj@FreeBSD.org Attachment #210914| |maintainer-approval?(ler@Fr Flags| |eeBSD.org) --- Comment #2 from Piotr Kubaj <pkubaj@FreeBSD.org> --- Created attachment 210914 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210914&action=edit patch The following patch fixes build on powerpc64, powerpc and pleases portlint. powerpc64 users need to either define AIM or BOOKE, this is dependent on the hardware they have (99% of users have AIM). powerpc is all AIM AFAIK, powerpcspe is all BOOKE AFAIK. powerpc needs also -lzpool workaround, I'm not sure about powerpcspe. Also remove whitespace after "can" and empty line after -lzpool's if. Tabify CONFIGURE_ENV. Please also MFH since this is a build fix. -- You are receiving this mail because: You are on the CC list for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242758-25139-465XYfq7rl>
