Date: Wed, 15 Mar 2017 16:57:34 -0700 From: Manfred Antar <null@pozo.com> To: Roberto Rodriguez Jr <rob.rodz.jr9@gmail.com> Cc: David Wolfskill <david@catwhisker.org>, FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: fail world build Message-ID: <E872FDB5-F5A3-4FFB-A00C-35E742DB20D3@pozo.com> In-Reply-To: <CACnPvjJ47kVzHg9GgyJsyEMyH=irkJexjEn36MXmPt=_jv85pQ@mail.gmail.com> References: <CACnPvjJYKQwWHPuzwPxMU5UWztAxxppXc%2BRpYuzPqRoLkfTGkA@mail.gmail.com> <20170315230723.GR1341@albert.catwhisker.org> <CACnPvjJ47kVzHg9GgyJsyEMyH=irkJexjEn36MXmPt=_jv85pQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Mar 15, 2017, at 4:44 PM, Roberto Rodriguez Jr <rob.rodz.jr9@gmail.com= > wrote: >=20 > Hey, >=20 > r315336 >=20 > --- pciconf.o --- > /usr/src/head/usr.sbin/pciconf/pciconf.c:703:3: error: use of > undeclared identifier 'PCIC_ACCEL' > {PCIC_ACCEL, -1, "processing > accelerators"}, > ^ > /usr/src/head/usr.sbin/pciconf/pciconf.c:704:3: error: use of > undeclared identifier 'PCIC_ACCEL' > {PCIC_ACCEL, PCIS_ACCEL_PROCESSING, "processing > accelerators"}, > ^ > /usr/src/head/usr.sbin/pciconf/pciconf.c:704:16: error: use of > undeclared identifier 'PCIS_ACCEL_PROCESSING' > {PCIC_ACCEL, PCIS_ACCEL_PROCESSING, "processing > accelerators"}, > ^ > /usr/src/head/usr.sbin/pciconf/pciconf.c:705:3: error: use of > undeclared identifier 'PCIC_INSTRUMENT' > {PCIC_INSTRUMENT, -1, "non-essential > instrumentation"}, > ^ > 4 errors generated. >=20 What revision of /usr/include/pci/pcireg.h do you have ? I have r315190 Current r315337: (include)5028}cd /usr/src/usr.sbin/pciconf/ (pciconf)5029}make obj /usr/obj/usr/src/usr.sbin/pciconf created for /usr/src/usr.sbin/pciconf (pciconf)5030}make echo pciconf: /usr/lib/libc.a >> .depend /usr/local/bin/ccache cc -O2 -pipe -MD -MF.depend.pciconf.o -MTpciconf.= o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-= y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpoi= nter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wun= used-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wr= edundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-= declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unus= ed-const-variable -Qunused-arguments -c /usr/src/usr.sbin/pciconf/pciconf= .c -o pciconf.o /usr/local/bin/ccache cc -O2 -pipe -MD -MF.depend.cap.o -MTcap.o -std= =3Dgnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W= -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a= rith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-p= arameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredunda= nt-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declar= ations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-con= st-variable -Qunused-arguments -c /usr/src/usr.sbin/pciconf/cap.c -o cap.o /usr/local/bin/ccache cc -O2 -pipe -MD -MF.depend.err.o -MTerr.o -std= =3Dgnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W= -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a= rith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-p= arameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredunda= nt-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declar= ations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-con= st-variable -Qunused-arguments -c /usr/src/usr.sbin/pciconf/err.c -o err.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Wall -= Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -W= shadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-= externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissin= g-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-in= t -Wno-unused-const-variable -Qunused-arguments -o pciconf pciconf.o cap.o= err.o=20=20 gzip -cn /usr/src/usr.sbin/pciconf/pciconf.8 > pciconf.8.gz (pciconf)5031} This is on amd64 current r315337 --=20 This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E872FDB5-F5A3-4FFB-A00C-35E742DB20D3>