Date: Thu, 16 Mar 2017 00:17:43 +0000 From: Roberto Rodriguez Jr <rob.rodz.jr9@gmail.com> To: Manfred Antar <null@pozo.com> Cc: David Wolfskill <david@catwhisker.org>, FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: fail world build Message-ID: <CACnPvjKZrLMCqCnPXk%2BC7azrFp8qOhWzuYFXJVg0MdxFc8pcsg@mail.gmail.com> In-Reply-To: <E872FDB5-F5A3-4FFB-A00C-35E742DB20D3@pozo.com> References: <CACnPvjJYKQwWHPuzwPxMU5UWztAxxppXc%2BRpYuzPqRoLkfTGkA@mail.gmail.com> <20170315230723.GR1341@albert.catwhisker.org> <CACnPvjJ47kVzHg9GgyJsyEMyH=irkJexjEn36MXmPt=_jv85pQ@mail.gmail.com> <E872FDB5-F5A3-4FFB-A00C-35E742DB20D3@pozo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, world is amd64-20170309-r314972 # ls /usr/include/pci ls: /usr/include/pci: No such file or directory Havent been able to buildworld since r314495 Thanks -R On Wed, Mar 15, 2017 at 11:57 PM, Manfred Antar <null@pozo.com> wrote: > > > On Mar 15, 2017, at 4:44 PM, Roberto Rodriguez Jr < > rob.rodz.jr9@gmail.com> wrote: > > > > Hey, > > > > r315336 > > > > --- 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. > > > > 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=gnu99 -fstack-protector-strong -Wsystem-headers -Wall > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual > -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align > -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls > -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations > -Wthread-safety -Wno-empty-body -Wno-string-plus-int > -Wno-unused-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=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k > -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow > -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs > -Wredundant-decls -Wold-style-definition -Wno-pointer-sign > -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-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=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k > -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow > -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs > -Wredundant-decls -Wold-style-definition -Wno-pointer-sign > -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c > /usr/src/usr.sbin/pciconf/err.c -o err.o > cc -O2 -pipe -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual > -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align > -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls > -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations > -Wthread-safety -Wno-empty-body -Wno-string-plus-int > -Wno-unused-const-variable -Qunused-arguments -o pciconf pciconf.o cap.o > err.o > gzip -cn /usr/src/usr.sbin/pciconf/pciconf.8 > pciconf.8.gz > (pciconf)5031} > > This is on amd64 current r315337 > > > -- > 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?CACnPvjKZrLMCqCnPXk%2BC7azrFp8qOhWzuYFXJVg0MdxFc8pcsg>