-
sixpiece
yes it does
-
sixpiece
in usb config
-
sixpiece
not sure how to do it for sysctl
-
RhodiumToad
what's the device id? usbconfig -d ... dump_device_desc
-
RhodiumToad
specifically idVendor / idProduct
-
sixpiece
-
RhodiumToad
the realtek?
-
sixpiece
yes
-
RhodiumToad
usbconfig -d ugen3.2 dump_device_desc
-
sixpiece
-
RhodiumToad
what freebsd version?
-
sixpiece
386 13.1
-
sixpiece2
hello I am in the chat now with this computer
-
sixpiece2
as well as my laptop running natively freebsd
-
sixpiece2
FreeBSD 13.2-RELEASE releng/13.2-n254617-525ecfdad597 GENERIC
-
RhodiumToad
sixpiece: as far as I can tell there's no driver for it
-
RhodiumToad
that usb device id isn't in the usb device list or in any of the builtin driver sources
-
sixpiece2
ok so just return it?
-
sixpiece2
what a headache
-
sixpiece2
hopefully they take it back without questions
-
sixpiece2
ok thank you it's a done deal correct?
-
RhodiumToad
as far as I know. my knowledge in this area is not perfect
-
» RhodiumToad not expert in laptops or wifi
-
sixpiece2
there's a patch available supposedly
-
sixpiece2
I mean is it worth doing or it's just a headache and try to find the one that works?
-
sixpiece2
-
VimDiesel
Title: Solved - Getting TP-LINK Archer T2U AC600 to Work | The FreeBSD Forums
-
sixpiece2
do you see any hope there or just return it?
-
RhodiumToad
your device id doesn't match the one there?
-
sixpiece2
ok thank you
-
sixpiece2
what terrible sales people they told me I wouldn't have any comptability issues with this one they wanted to sell the more expensive gadget
-
sixpiece2
but at least they are supposed to return it for 15 days
-
sixpiece2
painful day today...
-
sixpiece2
they also sold me two bad vga cords so I have to return that also and buy a new monitor at the second hand shop
-
sixpiece2
thank you RhodiumToad
-
ted-ious
antranigv: Your sales pitch was very effective. :)
-
antranigv
ted-ious :)))))
-
last1
is there an equivalent to FreeBSD's du of the --max-depth option ?
-
last1
I want to get just the size of a directory, not its sub-directories
-
Kalten
du -hc `find . -depth 1 -type f`
-
Kalten
. is the directory (. for current), f is file
-
last1
that only calculates files in the current directory
-
last1
I want the size of all directories ( and subdirectories ) but to only show the first level name size...ugh, not sure if that makes sense
-
Kalten
so you DO want the subdirectories too?
-
Kalten
ah
-
last1
right now du -kc for example shows me dir1/subdir/subdir , I want it to just show dir1 = 8G
-
last1
I want subdirectories to be calculated as part of the main dir, but not be shown
-
Kalten
e.g.
-
Kalten
200M ,/a_file
-
Kalten
20G dir1
-
last1
exactly
-
Kalten
hmmmm
-
Kalten
du -d 0 -hc `find . -depth 1`
-
last1
I got it
-
last1
du -hd1 | sort -hr
-
Kalten
last1: does that do the trick for you?
-
Kalten
du -hd1 does only show entries for the directories, not the files in the current directory
-
kevans
we could use some long options in du(1)
-
kevans
-A looks like --apparent-size; -B / --block-size, -c / --total, -L / --dereference, -P / --no-dereference, at a minimum
-
_xor
This is so freaking strange. My WM exits when I close out a (seemingly) random terminal session.
-
_xor
last1: Do you have to stick with du or are alternatives an option?
-
_xor
last1: If not, then take a look at
freshports.org/sysutils/erdtree
-
VimDiesel
Title: FreshPorts -- sysutils/erdtree: Filesystem and disk-usage analysis tool
-
last1
erdtree looks nice
-
last1
thank you
-
last1
I don't have to stick to du but an already existing utility is nice
-
zBeeble
if zfs status says "use -v to see errors" ... and then zfs status -v has no output below the errors line --- what might the error be, then?
-
concrete_houses
its might be time to use ufs
-
ted-ious
concrete_houses: Are you the opposite of glass_houses? :)
-
ted-ious
Or are you by chance into dome houses?
-
antranigv
last1 du -d 1
-
Demosthenex
well, he doens't have to dress in basement
-
uskerine
Hi, I was wondering if anyone is experiencing issues with firefox-esr lately, I just updated after installing RStudio and I am getting JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Can't find profile directory. The result is that Firefox does not connect to any website
-
uskerine
well I ran pkg upgrade now and it is upgrading 400 packages
-
ted-ious
How often do you usually upgrade?
-
uskerine
Seems that not as often as I shall
-
uskerine
am I expected to do pkg upgrade from time to time>
-
uskerine
?
-
parv
I you do not want 400 package to be upgrade together, yes
-
parv
s/I/If/
-
meena
uskerine: are you on Quarterly or on latest?
-
uskerine
I think I am in Quarterly, I am googling how to check taht
-
ted-ious
Is that like 13.1 vs 13.2?
-
meena
no.
-
uskerine
13.1-RELEASE
-
uskerine
shall I upgrade the release?
-
parv
("13.1-p8") Patch 8 is still current
-
meena
ted-ious: all releases get the same versions of packages (so long as they build) but some people are not comfortable upgrading everything every day (which is what the "latest" pkg branch gives you) and prefer to go slowly… that's the "quarterly" pkg branch, which only fixes severe bugs and security issues.
-
meena
by default, a freshly installed system (RELEASE, STABLE) uses "quarterly". A CURRENT system uses "latest"
-
uskerine
quarterly is my thing
-
parv
uskerine, Do you not update the OS per security or errata announcements?
-
meena
😬
-
uskerine
No I do not, unless I see something crazy around ssh
-
uskerine
I use it as a desktop inside a LAN
-
ted-ious
Oh ok so freebsd tests groups of patches and releases them together.
-
uskerine
so if I do pkg upgrade frmo time to time I am fine I guess
-
uskerine
?
-
uskerine
or am I expected to do something, like, when I shall move from 13.1 to somewhere else
-
uskerine
or add a patch to that
-
uskerine
pkg-upgrade fixed everything, both rstudio and firefox
-
nimaje
quarterly is cut from the ports tree every quarter, so it is likely, that you get many updates after the quarter changes, but in the quarter only security fixes and bug fixes should get in there, so in the quarter you shouldn't get many updates, for latest the builders build the current ports tree
-
uskerine
thanks nimaje
-
mrtnt
I have a FreeBSD(PowerPC architecture) kernel core dump. "file coredump" gives "ELF 32-bit MSB core file, PowerPC or cisco 4500, invalid version (embedded)". However, if I try to open it with "gdb coredump", then I get the "not in executable format: file format not recognized" error. Any suggestions, how to analyze this further? If I open this core dump with hex editor, then for some reason it also seems to
-
mrtnt
include some kernel ring buffer messages, content of the TLS cert files, etc
-
CmdLnKid
might have something to do with kTLS in the kernel. last time ive ran on a G5 i had to strip that kernel down quite a bit to get it going but that was long ago
-
CmdLnKid
eventually a faulty network card conflicted with the kernel and coredumped randomly from every 3-10
-
meena
mrtnt: which FreeBSD version is that?
-
CmdLnKid
as for gdb and the file you might have to set "osabi"
-
RhodiumToad
use kgdb
-
mrtnt
meena: it should be FreeBSD 6
-
RhodiumToad
an oldie but a goodie
-
mrtnt
CmdLnKid: "show osabi" shows 'The current OS ABI is "FreeBSD/kernel".'
-
» meena steps out as she's too young for this
-
mrtnt
RhodiumToad: I tried with "kgdb coredump", but this does not seem the be different from gdb..
-
RhodiumToad
you're opening it on the same system that crashed or on a different system?
-
mrtnt
RhodiumToad: sorry that I didn't mention that. I am trying to open it on FreeBSD 13.1 for PPC. I am emulating it with qemu-system-ppc64
-
RhodiumToad
ah.
-
mrtnt
perhaps I should try with qemu-system-ppc32
-
weust
Just a sanity check: Upgrading Samba 4.13 to 4.16, is that as simple as stopping the Samba service, uninstall 4.13 and install 4.16 and start the service? Or would I miss something crucial?
-
weust
zfs snapshot ftw. remove and install seems to be enough. I don't use anything LDAP/AD here.
-
last1
is there a way to set a comment/label next to a rule and/or table in ipfw ?
-
last1
I mean, I see this in the manual: -b Only show the action and the comment, not the body of a rule. Implies -c.
-
last1
but not how to add a comment
-
last1
I tried: ipfw add 5 allow ip from 1.2.3.4 to any //comment but that errors out with: ipfw: pathname: //comment: No such file or directory
-
RhodiumToad
what version?
-
last1
?
-
last1
This is on 12.2 , but I mean, it's in the local manpage, it should be supported, no ?
-
RhodiumToad
oh, I think you need a space after the //
-
last1
let me check
-
last1
yeah that was it
-
last1
damn, that's strict
-
last1
thx!
-
Oleg
if I plug my USB 2.0 stick into a USB 3.1 slot, then I get: "ugen0.3: <SanDisk Cruzer Glide> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (200mA)" and write speeds that are appropriate for a USB 2.0 stick
-
Oleg
but if I plug it into a USB 2.0 slot, then I get: "ugen0.3: <SanDisk Cruzer Glide> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (200mA)" and very slow write speeds (below 1 MB/sec)
-
Oleg
why is that?
-
rtprio
ugen.... does that present at a 'da' device?
-
Oleg
a da* device gets created, yes; otherwise, I wouldn't have been able to test write speeds
-
RhodiumToad
spd=FULL is usb 1 speed, not usb 2
-
RhodiumToad
possibly the port is faulty or damaged
-
rtprio
or your port isn't actually 2, but 1
-
RhodiumToad
that seems unlikely, unless you have a very old hub or something
-
Oleg
RhodiumToad: no, I don't experience this kind of problem with my other USB 2.0 stick
-
RhodiumToad
could still be physical incompatibility between the stick and the port (just not making a good enough contact)
-
Oleg
seriously?
-
RhodiumToad
have you tried a different usb2 port? or a usb2 hub or extension cable between them?
-
» RhodiumToad has seen all kinds of weird usb breakage
-
Oleg
There are two USB 2.0 slots in the front and a couple of usb 2.0 slots in the back
-
rtprio
could it be a ... an immitation usb stick? there are some sketchy fakes on amazon
-
RhodiumToad
if it works on usb2 in any port, then it has working usb2
-
Oleg
if it's a fake, why do I get appropriate speeds (for a usb 2.0 stick) when it's plugged into a usb 3.1 slot?
-
RhodiumToad
fakery is usually about capacity - having the device report itself as much larger than it is
-
Oleg
it's a usb 3.2 slot, actually
-
RhodiumToad
doesn't matter
-
Oleg
but, as I said, I get normal usb 2.0 write speeds when that stick is plugged into that 3.2 port and very slow speeds when it's plugged into either one of those front usb 2.0 ports
-
RhodiumToad
that suggests some incompatibility between the stick and the internal hub, perhaps
-
Oleg
I have some usb 2.0 slots in the back too, but never plugged the stick into any of those slots
-
rwp
USB is a terrible, terrible, terrible non-standard interface. Everyone who works on USB hardware and software ends up making hacks to make it _mostly_ work. It's likely some incompatibility between those particular bits of hardware.
-
moonshine
i think what rwp meant to say is, usb is a standard, but it's just really bad
-
rwp
If implemented to the USB standards one will not have a working USB implementation. Therefore all implementations are mostly standard but then with a long list of modifications for practical functionality.
-
moonshine
but it's like any hardware standard. just because there's a standard doesn't mean the standard is good, or that the hw manufacturer follows the spec faithfully
-
moonshine
uefi for instance
-
rwp
Let's throw IPSEC in there too as one of those things that would be great if one could implement it from the standards documentation.
-
rwp
But yes UEFI is another one of those with an awful implementation history from vendors.
-
moonshine
all the patents on firewire expired. maybe someone could pick that up again.
-
rwp
I don't myself know much about firewire other than that the interns at Intel who invented USB didn't understand it and so did their own thing.
-
rwp
But either way so much time has passed now that I think improving the USB situation with Firewire is no longer viable.
-
moonshine
intel understood firewire perfectly well. they created usb to be cheaper and host-centric in their own interest.
-
moonshine
(and succeeded)
-
moonshine
firewire was a threat to intel because it didn't need a host.
-
rwp
Created for detachable disk drives, used for keyboards and mice, and now expanded to be a power distribution system!
-
moonshine
well at first it was to get rid of rs-232
-
moonshine
but then other stuff later, yes.
-
rwp
"Brother can you spare an ampere?" Only if you can negotiate the power protocol for it.
-
RhodiumToad
mice were an intended use-case for usb from the start
-
rwp
In the end we have this somewhat compatible collection of things that mostly works but sometimes does not. If you find a combination that does not work then avoid it. If it works then keep using it.
-
RhodiumToad
they're the main reason why there's a low-speed mode at all
-
rwp
As for Oleg it would definitely be good to try the rear slots too. Those will likely be a different chip driving them.
-
Oleg
rwp: since those additional slots are located in the back, it would be hard for me to see if they are usb2 or usb3 slots. I know that usb3 slots look blue and usb2 slots look black. I wish the front part of this tower had more than one usb3 slot.
-
Oleg
what FreeBSD command can I type to find out if the port is a usb 2.x or 3.x if I am not able to see that "blue" or "black" thing with my own eyes?
-
RhodiumToad
unfortunately there's no way to identify which physical port is which
-
RhodiumToad
the only reliable way to detect whether a port is usb3 is to plug a usb3 device in and see what speed it reports
-
Oleg
if a usb3 device is plugged into a usb3 port, then the message has to be something like " usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=ON (0mA)"?
-
RhodiumToad
yes
-
kdehl
Hi! Has anyone here been able to run MedusaJS on FreeBSD? I have set up a vanilla FreeBSD 13.1 system with git and PostgreSQL 15.3, and I can create a new store, but when I try to run 'medusa develop', I get a lot of SQL errors, like "QueryFailedError: relation "staged_job" does not exist" and others.
-
kdehl
Seems like I have forgotten something, but according to medudsjs.com, this is what I should need.
-
RhodiumToad
that sounds like it expected you to do some setup
-
kdehl
Of course the guides are for Linux, but I figured it should be about the same for FreeBSD.
-
RhodiumToad
what was the _first_ error you got?
-
kdehl
RhodiumToad: You're asking me? If so, that was the first error I got during the "Initializing defaults" stage.
-
RhodiumToad
what exact command did you run and what guide are you following?
-
kdehl
Sorry, got distracted by a phone call.
-
kdehl
-
VimDiesel
Title: Install Medusa Backend | Medusa
-
kdehl
That's the guide I'm following.
-
kdehl
Really simple.
-
kdehl
Maybe I should reinstall FreeBSD in a new VM.
-
kdehl
I'm running this on AWS.
-
RhodiumToad
the error is nothing to do with freebsd
-
RhodiumToad
what did you do at step 2 of that guide?
-
kdehl
I did exactly what it said. "medusa new my-medusa-store"
-
RhodiumToad
and what happened?
-
kdehl
No, it's not FreeBSD specific. But when I'm googing around I don't get a lot of hits on the combination of FreeBSD with MedusaJS. So I figured I should ask here and maybe someone has a hint.
-
kdehl
That step worked fine.
-
kdehl
It's when I go to my-medusa-store and run 'medusa develop' that I get the SQL error messages.
-
RhodiumToad
it's expecting some database table to already exist, and it doesn't exist. so the problem is likely to be with an earlier step
-
RhodiumToad
what other errors were there?
-
kdehl
Hm. When I installed PostgreSQL, I had to create a super user. That is the user I gave to Medusa. Maybe the problem is there somewhere.
-
kdehl
I'm running it again, it takes several minutes.
-
RhodiumToad
how did you install postgresql?
-
kdehl
pkg install postgresql15-server postgresql15-client
-
kdehl
Then added postgresql_enable="YES" to /etc/rc.conf
-
kdehl
And of course started it: `/usr/local/etc/rc.d/postgresql start`
-
kdehl
Oh yeah, I had to run `sudo /usr/local/etc/rc.d/postgresql initdb` too
-
kdehl
Then I started it as root and ran "CREATE USER pg WITH SUPERUSER CREATEDB CREATEROLE PASSWORD '...'"
-
kdehl
Then I gave the pg user to MedusaJS when it asks for PostgreSQL credentials.
-
kevans
er, medusa requires superuser?
-
kdehl
kevans: I assume not, but I don't know how else to do it. I gave it some other user, but apparently it requires permissions to create a database and whatnot, so I figured I could try with the superuser first.
-
kdehl
This guide isn't very specific.
-
kdehl
kevans: Do you have experiences with Medusa?
-
kevans
nope
-
RhodiumToad
kdehl: btw, service postgresql initdb and service postgresql start are the approved way to init and start pg
-
RhodiumToad
running the rc scripts directly is deprecated
-
kevans
i'd probably run away from it as soon as it wanted me to give it a db superuser; you get a database with all privileges on that database, and you'll like it, damnit
-
kdehl
RhodiumToad: Oh. Okay.
-
RhodiumToad
did you have to specify what database to use?
-
kdehl
RhodiumToad: I didn't. Which I found weird.
-
RhodiumToad
did it create one?
-
kdehl
-
VimDiesel
Title: How to Setup A Medusa Server Locally - DEV Community
-
kdehl
It tells me to create a database named medusa_admin.
-
kdehl
I'm trying that.
-
kdehl
RhodiumToad: Yes, it did create a database named something random.
-
RhodiumToad
those instructions look reasonably sane
-
RhodiumToad
note that it's creating a non-superuser :-)
-
kdehl
Exactly. Which is nice.
-
kdehl
Just strange that this info is not part of the official guide.
-
kevans
yeah now that one looks better
-
kdehl
And whenever I ask around people are like "huh? You're not using whatever-favolrite-Linux-distro-of-the-week?! Then I can't help you."
-
» RhodiumToad is both a freebsd expert and a postgresql expert. no experience with this particular application, though
-
Oleg
RhodiumToad: okay, it looks like I don't have this problem with my two rear USB 2.0 ports. That stick gets "spd=HIGH (480Mbps)" messages when it's plugged into them. But for some unknown reason, it doesn't like my front USB 2.0 ports because it behaves like a USB1 device when plugged into them. However, as I mentioned earlier, my other USB 2.0 stick behaves identically no matter what USB 2.0 port
-
Oleg
it's plugged into.
-
RhodiumToad
is the other stick from the same manufacturer?
-
Oleg
no, the other stick is PNY and this one is Sandisk
-
RhodiumToad
could well be a bad interaction of some sort between the hub behind the front ports and the stick hardware or firmware
-
Oleg
but the front usb 3.2 port is attached to a separate hub? I just don't know if usb2 and usb3 ports can ever be attached to the same hub.
-
RhodiumToad
the way that mixed usb3/usb2 hubs work is weird and I'm not sure I understand it
-
RhodiumToad
usb2 and usb3 are actually very different beasts
-
RhodiumToad
i.e. it's not just cranking up the clock speed, which is more or less how usb1 and usb2 relate
-
signalblue
Does anyone seem to see that people claim that ports in FreeBSD are one of the best features, yet they are, in terms of servers, very hard to work with?
-
RhodiumToad
no
-
signalblue
I've done cd /usr/ports/dns/bind918 ; make config ; make clean, I think 5 hours ago, and it's still going
-
signalblue
which is infuriating to say the very least
-
rtprio
it's probably compiling clang or something like that
-
RhodiumToad
was there another make in there? just doing make clean shouldn't take 5 hours
-
signalblue
no other make in there
-
rtprio
right
-
signalblue
it's compiling texlive, x stuff, python stuff, and all kinds of other dependencies
-
signalblue
make install not make clean, sorry.
-
RhodiumToad
ah
-
signalblue
and it's just dependency after dependency and it just never ever seems to end
-
RhodiumToad
a lot of that will be to build docs
-
rtprio
there are some shortcuts
-
signalblue
because this is a two core, 768 MB RAM VM, I just sit and suffer
-
RhodiumToad
I don't see texlive on the list, though
-
RhodiumToad
x stuff?
-
signalblue
I'm not joking when I say that
-
RhodiumToad
did you select any non-default options in the config?
-
signalblue
I just wanted BIND 9.18 with 64 bit file support and a few other add-ins
-
signalblue
no just hit enter on all of the blue make configs for the myriad of deps
-
RhodiumToad
ah, which add-ins exactly
-
signalblue
let me check
-
rtprio
`make install-missing-packages install` would probably really speed things up for you
-
signalblue
OVERRIDECACHE, FIXED_RRSET, TCP_FASTOPEN, QUERYTRACE, LARGE_FILE, IDN. and DOCS
-
signalblue
Maybe DNSTAP as well
-
signalblue
and it's just been going and going in what I can only describe as dependency hell
-
martinrame
Hi, I'm getting "Too many open files". This happens in a 13.2 Jail after running a Python program that open/close thowsands of files residing in a Windows filesystem mounted with smbfs_mount.
-
martinrame
I would like to know how can I see what files are open, but fstat doesn't show that info, or I can't find which param should I pass.
-
RhodiumToad
martinrame: fstat on its own, as root, should list all open files
-
RhodiumToad
martinrame: sysctl kern.openfiles should give you the number of open files
-
RhodiumToad
martinrame: sysctl kern.maxfiles is the system-wide limit
-
RhodiumToad
signalblue: ok, I see that with all default options, bind918 has about 234 deps, including such horrors as llvm15, texlive, and a bunch of x11 client libs
-
signalblue
horrors is an understatement
-
signalblue
thank you for the confirmation
-
martinrame
RhodiumToad: thanks, kern.openfiles shows 535, now I wold like to know how to list those files, because I can't see them with fstat.
-
signalblue
freshports.org helped me verify that and yes, I dread the X stuff along with OpenJDK for things like Nginx
-
signalblue
this is a server serving hundreds of critical DNS zones and I end up with all kinds of junk that I need to run an pkg autoremove on at the end
-
signalblue
can't wait
-
RhodiumToad
signalblue: a few careful settings can prune the dependency list a lot
-
signalblue
and don't get me wrong, I love FreeBSD but this is annoying.
-
martinrame
Mmm. kern.maxfiles: 517260, kern.openfiles: 544, something is wrong.
-
signalblue
martinrame: I could be wrong, but that sounds reasonable?
-
martinrame
signalblue: no, of course not.
-
martinrame
This is a Jail, can it be the host having the rest of files open?
-
Macer
what blocksize should i set for zfs. i'm guessing this is related to zvols
-
Macer
in proxmox
-
Macer
16k good enough or should i go larger?
-
signalblue
Oh it is a jail, sorry I missed that part.
-
RhodiumToad
signalblue: 147 of those dependencies can be removed with one option.
-
RhodiumToad
(turn off DOXYGEN option of devel/protobuf-c)
-
signalblue
RhodiumToad: which option, please do tell.
-
RhodiumToad
that gets rid of all the X stuff and llvm and texlive
-
signalblue
which option though>
-
signalblue
s/>/?
-
RhodiumToad
the DOXYGEN option of devel/protobuf-c, like I just said
-
signalblue
ohh of that dependency
-
signalblue
it's a bit to late for it at this point
-
signalblue
I think I will just go out for a walk and let it do it's thing
-
RhodiumToad
honestly, given that llvm is involved, which takes nearly two hours to build on all 4 cores of my box, I'd abort it and start over
-
signalblue
seriously?
-
RhodiumToad
unless it's already finished with llvm
-
signalblue
Installing texlive-texmf-20230313... is where we stand
-
RhodiumToad
(pkg info should tell you what it installed so far)
-
signalblue
yep
-
signalblue
let me initiate a new SSH connection
-
RhodiumToad
texlive is nothing to build but it's a huge mass of files, so it takes forever to extract and stage
-
signalblue
on Windows, TeX is the same way :)
-
rtprio
things that build rustc, that's what ruins my day
-
RhodiumToad
oh yeah
-
RhodiumToad
and that new python horror
-
RhodiumToad
(py-poetry)
-
RhodiumToad
because that pulls in _both_ gcc12 and rust
-
signalblue
looks like LLVM isn't installed according to pkg info
-
RhodiumToad
kill it then
-
RhodiumToad
you'll struggle to build llvm at all on two cores with only 768M
-
signalblue
yes
-
RhodiumToad
if you have plenty of swap set up then it might work on one core, but then you're looking at, what, 6-8 hours of build time
-
signalblue
killing it as we speak
-
RhodiumToad
you might create an /etc/make.conf with OPTIONS_UNSET_FORCE=DOCS to remove some more deps
-
RhodiumToad
not sure how much that helps in this case
-
RhodiumToad
not as much as I'd hoped unfortunately
-
signalblue
just going to not do DOXYGEN and save the X, llvm and texlive stuff
-
RhodiumToad
ah, you need to force off MANPAGES as well as DOCS to really cut down the deps list, but that may be undesirable
-
RhodiumToad
that DOXYGEN option on protobuf-c is a real menace though