When building for WRT3200ACM Latest Snapshot Build setups:

When I build for the WRT3200ACM using the latest snapshot build setups:
that means latest successful build of the snapshot dev section for the wrt3200acm.

when running ./scripts/feeds install -a

I keep seeing this error:

WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist
WARNING: Makefile 'package/boot/kexec-tools/Makefile' has a dependency on 'liblzma', which does not exist
WARNING: Makefile 'package/network/services/lldpd/Makefile' has a dependency on 'libnetsnmp', which does not exist
WARNING: Makefile 'package/utils/policycoreutils/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/policycoreutils/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/policycoreutils/Makefile' has a build dependency on 'libpam', which does not exist

Some times it builds through and sometimes it doesnt.
but I dont get it. does anyone have any idea on this?

Also one more thing, I keep running into this
error as well, and seen somewhat same error on a few other sections:

chmod +x update-pciids
M=`echo 2020-05-31 | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed <update-pciids.man >update-pciids.8 "s/@TODAY@/$M/;s/@VERSION@/pciutils-3.7.0/;s#@IDSDIR@#/usr/share#"
ccache_cc -L/home/eliminater74/Builds/openwrt/BUILD/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3-d16_gcc-8.4.0_musl_eabi/usr/lib -L/home/eliminater74/Builds/openwrt/BUILD/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3-d16_gcc-8.4.0_musl_eabi/lib -znow -zrelro   lspci.o ls-vpd.o ls-caps.o ls-caps-vendor.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o common.o lib/libpci.so.3.7.0 -L/usr/lib -lkmod  -o lspci
/usr/lib/libkmod.so: file not recognized: file format not recognized
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:99: lspci] Error 1
make[4]: Leaving directory '/home/eliminater74/Builds/openwrt/BUILD/openwrt/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/pciutils-3.7.0'
make[3]: *** [Makefile:108: /home/eliminater74/Builds/openwrt/BUILD/openwrt/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/pciutils-3.7.0/.built] Error 2
make[3]: Leaving directory '/home/eliminater74/Builds/openwrt/BUILD/openwrt/feeds/packages/utils/pciutils'
time: package/feeds/packages/pciutils/compile#5.88#1.05#10.48

Take notice of this:

/usr/lib/libkmod.so: file not recognized: file format not recognized

Why would I keep getting this erorr about,
file not recognized: file format not recognized ...

any help would be so great-full

thanks in advanced for any help or stear in the right direction..

Things look fine for me building to that target, there were some bits moved to packages, have you also done an update -a. As per the second issue, perhaps cleaning up may help, some maybe useful bits.

1 Like

thanks man, but im still having issues with this, Now getting errors around u-boot... ill figure something out sooner or later..