Dependency libpci found: no

Started by senser, Today at 08:58:08 PM

Previous topic - Next topic
Today at 08:58:08 PM Last Edit: Today at 09:10:33 PM by senser
Trying to compile something on my OPNsense 26.1.1 box. Running gmake I get "Dependency libpci found: no"

$ gmake
Replacing all version templates with p1.4-33-g1926900-dirty.
Building flashprog version p1.4-33-g1926900-dirty
C compiler found: FreeBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2)
Target arch: x86
Target OS: FreeBSD
Target endian: little
Dependency libpci found: no
Dependency libusb1 found: no
Dependency libjaylink found: no
Dependency NI-845x found: no
Dependency libftdi1 found: no
Dependency libgpiod found: no
Checking for header "mtd/mtd-user.h": no
Checking for header "linux/spi/spidev.h": no
Checking for header "linux/i2c-dev.h": no
Checking for header "linux/i2c.h": no
Checking for header "sys/utsname.h": yes
Checking for function "clock_gettime": yes
Checking for external "librt": yes
The following features require libftdi1: CONFIG_FT2232_SPI=yes CONFIG_USBBLASTER_SPI=yes
The following features require libjaylink: CONFIG_JLINK_SPI=yes
The following features require libpci: CONFIG_ATAVIA=yes CONFIG_DRKAISER=yes CONFIG_GFXNVIDIA=yes CONFIG_INTERNAL=yes CONFIG_IT8212=yes CONFIG_NIC3COM=yes CONFIG_NICINTEL=yes CONFIG_NICINTEL_EEPROM=yes CONFIG_NICINTEL_SPI=yes CONFIG_NICREALTEK=yes CONFIG_OGP_SPI=yes CONFIG_SATAMV=yes CONFIG_SATASII=yes
You can disable all PCI programmers with CONFIG_ENABLE_LIBPCI_PROGRAMMERS=no.
You can disable individual features with CONFIG_feature=no in your make command.
gmake: *** [Makefile:966: config] Error 1

/usr/ports/devel/libpci $ sudo make install
===>  Installing for libpci-3.14.0
===>  Checking if libpci is already installed
===>   libpci-3.14.0 is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of libpci
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/libpci

I am sure I am doing it wrong... help appreciated :)