yes, there's a LICENSES_ACCEPTED and LICENSES_GROUPS_ACCEPTED that would be appropriate to set.
I put both in /etc/make.conf
Code:
LICENSES_ACCEPTED=yes
LICENSES_GROUPS_ACCEPTED=yes
yes, there's a LICENSES_ACCEPTED and LICENSES_GROUPS_ACCEPTED that would be appropriate to set.
LICENSES_ACCEPTED=yes
LICENSES_GROUPS_ACCEPTED=yes
On my box it freezes for seconds. It does not help to set 3 builders and 4 jobs or reduce it to 2 builders and 3 jobs.When for example libreoffice and firefox try to get staged at the same time, this will hit the swap pretty hard and performance will tank completely...
top
doesn't show a lot of load.PacketMan says:When for example libreoffice and firefox try to get staged at the same time, this will hit the swap pretty hard and performance will tank completely...
# synth status
Builder mounts detected; attempting to remove them automatically ...
Dismounting successful!
Querying system about current package installations.
Stand by, comparing installed packages against the ports tree.
Illegal instruction (core dumped)
Core was generated by `synth'.
Program terminated with signal 4, Illegal instruction.
#0 0x000000000047f374 in ?? ()
(gdb) bt
#0 0x000000000047f374 in ?? ()
#1 0x0000000000818c50 in ?? ()
#2 0x000000000045eb49 in ?? ()
#3 0x0000000000818b80 in ?? ()
#4 0x00007fffdffff120 in ?? ()
#5 0x00007fffdffff160 in ?? ()
#6 0x00000000000002c3 in ?? ()
#7 0x0000000000000034 in ?? ()
#8 0x0000000000476a0c in ?? ()
#9 0xf370bb4102c302c3 in ?? ()
#10 0xdffff040ba490047 in ?? ()
#11 0x90e3ff4900007fff in ?? ()
#12 0xcd90bb410045eb49 in ?? ()
#13 0xdffff040ba490046 in ?? ()
#14 0x90e3ff4900007fff in ?? ()
#15 0x00007fffdffff160 in ?? ()
#16 0x00007fffdffff090 in ?? ()
#17 0x00000000000002c3 in ?? ()
#18 0x000000000047f3e7 in ?? ()
#19 0x0000000000000000 in ?? ()
# pkg update
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
Updating Synth repository catalogue...
pkg: file:///var/synth/live_packages/meta.txz: No such file or directory
repository Synth has no meta file, using default settings
pkg: file:///var/synth/live_packages/packagesite.txz: No such file or directory
Unable to update repository Synth
remove the /usr/local/etc/pkg/repos/00_synth.conf file.
But pkg error is just a warning. Why do you think it's broken? it's just failing to update a repo that doesn't exist. I think pkg still works.
pkg xxx
would just spit out those few lines you see, and return to the command line. Deleting the 00_synth.conf killed the error of course.# synth status
Querying system about current package installations.
Stand by, comparing installed packages against the ports tree.
Encountered issue with ports-mgmt/pkg or its dependencies
=> bad input for 'Value: ""
Unexpected pkg(8) scan failure!
Unfortunately, the system upgrade failed.
Thank you. I will try.Those are not "yes/no" questions. You need to read that file to get the licence name.
It's like asking "What are the names of your friends" and you answering "yes"
Try adding the following line to make.conf.
You can have a look to the /usr/ports/Mk/bsd.licenses.mk file for more details (and options).Code:DISABLE_LICENSES=yes
What version of synth do you have installed? The latest is 0.99_6. (you can check with pkg info synth)
The error suggests your ports tree is corrupt.
svn status -u /usr/ports
and it doesn't show that any files are wrong or missing. I could delete and fetch the tree via svn
again if you think it might help?