Build 2.1-DEVELOPMENT + RELENG_8_3
-
We don't have a list that I'm aware of, unless there are other posts on the forum or mailing lists mentioning it. If they were truly beneficial and compatible, they're most likely already included though or at least available as modules.
Beyond that, you're really on your own. Monkeying with any network-related options outside of drivers is bound to give you grief. Odds are they will not interact well with our patches/gui/etc.
-
[SOLVED] Seems like it is upstream problem. I tried once again after some 12 hours and [CMD]freebsd-update fetch[/CMD] worked this time.
I tried to build once again with a fresh install. This time it stopped at a very first stage.
While trying to update the OS with [CMD]freebsd-update fetch[/CMD] I kept on getting an error that reads:
...gunzip: (stdin): unexpected end of file metadata is corrupt
To resolve, I removed [FILE]/var/db/freebsd-update/files[/FILE] and executed above command again, but it spits out the same error. hmmm… any clue?
-
UPDATE: Running './build_pfPorts.sh b43-fwcutter' solved the problem. However this ./build_iso.sh failed to build iso (just memstick images were built) and the memstick image has the same kernel panic as stated in my above posts. :-( )
Now, I am getting the following error during ./build_pfPorts.sh
File not found b43-fwcutter /usr/ports/sysutils/b43-fwcutter /usr/local/bin/b43-fwcutter - /usr/local/bin/b43-fwcutter
Building athstats…main.c: In function 'getfmt':
main.c:73: warning: implicit declaration of function 'strcasecmp'
Done!
Building tools/crytpo...Done!I checked with whether b43-fwcutter is available and it is there:
dev# ls -lah /usr/ports/sysutils/b43-fwcutter/
total 32
drwxr-xr-x  3 root wheel 512B Aug 22 19:01 .
drwxr-xr-x 1078 root wheel  21k Aug 22 19:04 ..
-rw-r–r--  1 root wheel 428B Aug 22 19:01 Makefile
-rw-r--r--  1 root wheel 141B Aug 22 19:01 distinfo
drwxr-xr-x  2 root wheel 512B Aug 22 19:01 files
-rw-r--r--  1 root wheel 113B Aug 22 19:01 pkg-descrDid anyone encouter something like this?