-
ivy
polarian: i still have stuff at Jump as well
-
angry_vincent
it looks like meta_mode does not work nice with pkgbase and release or rather vice versa
-
angry_vincent
i can reproduce #283679
-
ivy
angry_vincent: please file a separate PR for the pkgbase issue and cc ivy⊙fo
-
ivy
pkgbase is not part of release, so those are probably separate bugs
-
angry_vincent
when i run make release i seeing pkgbase-repo.tar in TARGETS
-
angry_vincent
added in afdc022deb9124e47a8d623417fb487d6ea89862
-
angry_vincent
no idea it is related to the pkgbase itself
-
ivy
yes, release/Makefile builds some pkgbase-related files, but pkgbase itself (i.e., the 'make packages' target) is not part of release
-
ivy
so if make packages fails with meta mode, that's not releated to any bugs in release
-
ivy
related
-
angry_vincent
i will try make packages now
-
angry_vincent
-
ivy
please file a PR with the full log of all make targets you used (not just make packages)
-
angry_vincent
i did not use any targets. but i have /etc/src.conf with some stuff disabled. and i use META_MODE
-
ivy
if you ran "make buildworld packages", then the targets are "buildworld" and "packages". you can't run make in src without any targets
-
ivy
and if you have a custom src.conf, also include that in the PR please
-
angry_vincent
i did run `make packages`
-
angry_vincent
-
ivy
angry_vincent: can you please include the full output of "make buildworld"? i will try to reproduce the issue here, but having the logs makes it much easier
-
ivy
(that's why i asked for the logs of all targets you used, "buildworld" is a target)
-
ketas
damn someone constantly updates Makefile.inc1 i have patches applied onto eh
-
ketas
:)
-
ivy
ketas: not that often:
cgit.freebsd.org/src/log/Makefile.inc1 - but this does contain pkgbase targets which are receiving a lot of updates right now in preparation for 15.0
-
ketas
i wonder why pkgbase didn't all that attention years ago
-
ivy
because we were all very surprised when releng announced it will be the default in 15.0
-
ketas
in my case i have this patch turns src package off if commandef
-
ketas
d
-
ivy
which resulted in FreeBSD Inc. hiring someone to fix bsdinstall, and Colin and i working basically full on time on pkgbase for the last month to get it ready
-
ketas
i did not see existing option
-
ketas
is there one?
-
ivy
no, but patches accepted
-
ketas
called the option WITHOUT_SOURCE_PACKAGES after a short thinking
-
ketas
unsure
-
ketas
or maybe better focus on releases eh
-
ketas
i have already filed few prs with patches that were sitting around 10y or some were recent, were good i heard, one needed work i don't know how to do
-
scottpedia
ivy: hello
-
ketas
but unsure eh
-
ivy
scottpedia: moin
-
scottpedia
i am interested in contributing to freebsd cause I have a nice idea to see implementation.
-
scottpedia
where do you think I should start? ivy
-
ketas
lets see the idea
-
scottpedia
ketas: you wanna hear about it here?
-
ivy
scottpedia: write the code and put it in bugzilla. if it's a significant change to how the system works, you should ask arch@ first which is where that sort of change is discussed
-
scottpedia
what's arch@?
-
ivy
-
scottpedia
okay alright
-
scottpedia
thanks man
-
scottpedia
how likely that my feature may get merged into master?
-
ivy
zero, since we don't have a "master" branch, but i assume you mean main. in which case i have no idea since i don't know what your feature is
-
scottpedia
is there any sort of screening process? I can assure you my feature is useful but not sure to which extent.
-
ivy
uh, like do we screen contributors to determine if they're worth of contributing? no
-
scottpedia
okay alright
-
ivy
proposed changes are decided on technical merit, but significant changes to how the system works should be discussed on arch@
-
scottpedia
what's "technical merit"?
-
ivy
a change which is bad will not be merged
-
scottpedia
tbh if you have some time I may talk about my proposal with you. is that okay for you now?
-
ivy
again, if you are unsure about whether a change is acceptable, arch@ is the right place to discuss this
-
scottpedia
okay
-
ivy
but if you want to summarise it here someone might reply
-
scottpedia
alright
-
ketas
-
ketas
still aren't sure either
-
scottpedia
okay
-
ketas
apparently got over my head
-
scottpedia
you mind PM? ketas
-
ketas
no
-
ketas
everyone can pm me :p
-
ketas
noone ever does so i don't limit those
-
ketas
but i don't have any other or hidden info for you
-
ivy
you accept one PM and like a week later you're getting marriage proposals
-
ketas
hmm
-
ketas
:p
-
ketas
how many did you get
-
scottpedia
ivy: you read too much into it my friend
-
ketas
:)
-
mzar
yep, marriage proposals on FreeBSD channel are quite frequent issues
-
ivy
i am not reading anything into anything, i was making a joke
-
scottpedia
most of us here are of the same sex
-
scottpedia
and I am not homosexual
-
ketas
i oncd got that proposal as well
-
ketas
not on fbsd channel
-
ketas
had to decline eh
-
ketas
so i guess i could add that patch to bugzilla as well?
-
ketas
makefile one
-
ivy
scottpedia: don't worry, i think there are some guys here too
-
ketas
it's not big arch change
-
scottpedia
ketas: bro you read my PMs?
-
ivy
ketas: yes, that's fine, you don't need to ask arch@ about that
-
scottpedia
ivy: what? I implied that most of us here are guys.
-
ketas
i hoped someone would pick it up from current@
-
ketas
wrong idea maybe
-
ivy
scottpedia: oh. speak for yourself, i guess
-
ketas
bugzilla has huge backlog
-
ketas
i often find those
-
ivy
ketas: bugzilla tickets are not processed in order. if you have a simple change which is clearly correct there is a good chance it will committed quickly
-
ivy
ketas: for pkgbase issues, add ivy⊙fo to cc
-
ketas
then i check on top if it'a fixed and often it's not
-
ketas
well yes
-
ketas
importance etc
-
lil_lasagna
hi! I'm running makewhatis -p to generate my man page db to use apropos, but I keep seeing that almost everything gives me a name missing in NAME section
-
lil_lasagna
am I doing something wrong?
-
uzuri
hi guys, im installing freebsd on my desktop for the first time and i desperately cant get the amdgpu driver working
-
uzuri
always hangs at boot or kernel panics when loaded manually
-
uzuri
is the old drm-510-kmod driver still a good option?
-
cyric
lil_lasagna: I believe it just doesn't like the compressed man pages
-
lil_lasagna
cyric: true, all of these pages in question are compressed
-
cyric
so mandoc can read/display those, but makewhatis (which is a hardlink to mandoc) can't for some reason
-
lil_lasagna
then idk what to do about it. if pkg installs them compressed and makewhatis does not like them compressed, how does the system usually populate it's mandocdb?
-
cyric
lil_lasagna: or my guess is completely wrong and it's about the symlinks, where the page's name doesn't appear in .Nm
-
cyric
s/symlinks/hardlinks/
-
cyric
e.g. there's uma(9) man page that has '.Nm UMA' and a lot of links to it, all of those seem to be reported
-
kerneldove_
how's 15 shaping up?
-
ibs
Hmm. I can no longer find hyprland on FreeBSD 14.3. Has it been removed?
-
uzuri
1
-
Koston
oh dang, I'm definitely failing to keep up with development at all anymore.. this is the first I've heard of pkgbase and it's already included in 15-REL
-
Koston
lol. "a call for testing was made in March 2016"
-
ibs
Regarding hyprland, I had to switch to "latest" branch for pkg.
-
divlamir
what's the "right" way to add rust as a build dependency to a port: BUILD_DEPENDS= rustc:lang/${RUST_DEFAULT} is ok, if I don't know of any version constraints?
-
bdrewery
BUILD_DEPENDS+= rust>0:lang/rust
-
divlamir
thank you
-
divlamir
I saw most ports use sth like: ${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT} with some version...
-
divlamir
and: RUST_DEFAULT?= rust, in the Mk files
-
divlamir
Yesterday I discovered sysutils/lnav, quite nice log file viewer. But I've stumbled upon some bugs which I resolved with upstream. But trying to build the current git HEAD from fails without rust, so the question. The current version in ports is somewhat oldish
-
divlamir
Makes a nice IRC log viewer too :), search for messages by a nick, browse by day..
-
Retrofan
Hi
-
Retrofan
-
Retrofan
no zfs needed
-
kerneldove_
ibs was hearing good things about hyprland. like it?
-
Retrofan
Guys
-
Retrofan
I want some help here
-
Retrofan
Searching for alot of time, I find that ZFS won't help in anything (just consuming more time)
-
Retrofan
I will not change the system disk
-
Retrofan
to ZFS the only option here is to create a pool for only 2 partitions; bec. the other disk is a ntfs, and the third one currently disconnected
-
Retrofan
I think it will be more better if I just buy a 1TB disk move all data from the third one, and create a ZFS pool there
-
Retrofan
and as I can see I can get an UFS boot environment..
-
Retrofan
But why the fsck only runs only on the root partition in boot?
-
Retrofan
not the others, I need to do it manually
-
divlamir
man fstab, search for fs_passno
-
Retrofan
Ah thank you
-
Retrofan
It was set to 0
-
Retrofan
divlamir: should now make it 2?
-
divlamir
you choose the order, but 1 is reserved for the root filesystem, so yes, 2 is ok
-
Retrofan
Oh it's an order
-
Retrofan
so it should be 3; due to efi takes the num 2
-
Retrofan
Oh, no dump is set to 0, isn't that eats more space?
-
mason
Remilia: Might be worth installing a system with ZFS in a VM, or on spare hardware, right from the start, so you can get a feel for what it's like running ZFS.
-
mason
Mistab. I guess Retrofan is gone.