-
VimDiesel
Title: General Information
-
RhodiumToad
yeah, I've read all of these
-
rwp
"A Strictly Conforming POSIX Application is an application..." "For the C programming language, shall define _POSIX_C_SOURCE to be 200809L before any header is included"
pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap02.html where it says "any header".
-
VimDiesel
Title: Conformance
-
RhodiumToad
yeah, but that would seem to exclude having e.g. #include "mylib_private.h" in which the appropriate macros are defined
-
RhodiumToad
if you don't do that, then you either have to define them in every source file (ick) or use compiler options (which for some reason some documentation, such as for GNU, discourages)
-
rwp
Personally I think it would be okay to define that in a project local header file but then that project local header file MUST be included first everywhere.
-
RhodiumToad
right (that's not an uncommon requirement for project local headers)
-
RhodiumToad
for context this is the issue immediately at hand:
maxmind/libmaxminddb #318
-
VimDiesel
Title: Misuse of _POSIX_C_SOURCE feature macro · Issue #318 · maxmind/libmaxminddb · GitHub
-
VimDiesel
318 – matcd driver not on boot or fixit floppy FDIV012
bugs.freebsd.org/bugzilla/show_bug.cgi?id=318
-
rwp
I think VimDiesel may have gotten a little confused on that one. And yes there is a higher expectation for software used as a library than as non-library program code.
-
V_PauAmma_V
Who maintains VimDiesel these days?
-
RhodiumToad
now I wonder if it's possible to trap VimDiesel into an infinite loop by putting #nnnnnn into the subject of a bug
-
V_PauAmma_V
That thought had occured to me as well, hence my question.
-
last1
I am doing a zfs send/receive from A -> B
-
last1
if I mount the dataset on B but don't touch any files, future zfs send/receive fail saying it has been modified locally
-
last1
is there a way to see what was modified and/or how to prevent that from happening ?
-
last1
if I don't mount the dataset then all is fine
-
adilix
hi all
-
kenrap
sup
-
YamatoHD
hi guys
-
YamatoHD
i have installed freebsd and i3 with picom
-
YamatoHD
everything works including bluetooth and radeon 6700xt
-
YamatoHD
what do i do with it now?
-
YamatoHD
can i game on this or something?
-
RhodiumToad
what do you want to do?
-
RhodiumToad
(I don't think fbsd is amazingly popular as a gaming platform...)
-
YamatoHD
i guess i wanna justify spending time learning how this things works
-
RhodiumToad
what kind of games do you like?
-
YamatoHD
elden ring
-
YamatoHD
ill take dark souls 1 if doable
-
YamatoHD
in any quantity
-
RhodiumToad
I rather doubt the makers of these games release freebsd versions
-
Lovis_IX
hello YamatoHD. I use FreeBSD 13.2 with i3 too. I use it to install software in jasil, like xmpp server, dns server, mail server, etc. Ypou can learn a lot with simply try to install and configure software. With jail in case of garbage, you can simple destroy the jal and it over.
-
YamatoHD
"hello YamatoHD. I use FreeBSD 13.2 with i3 too. I use it to install software in jasil, like xmpp server, dns server, mail server, etc. Ypou can learn a lot with simply try to install and configure software. With jail in case of garbage, you can simple destroy the jal and it over." that's cool i guess, im more interested in desktop aspect i guess
-
la_mettrie
the possibilities of FreeBSD in desktop use can be explored for instance by reading a chapter "Finding software" on FreeBSD Handbook (available on the web)
-
la_mettrie
"elden ring" is not supported but as an alternative one can play nethack for instance, by typing ssh nethack⊙ao
-
RhodiumToad
there's also like 7 nethack ports
-
ridcully_
YamatoHD: according to protondb, eldenring supposedly works with proton - except for multiplayer due to anit-cheat-shenanigans; proton or vanilla-wine is best chance to make it work.
-
ridcully_
*your best chance
-
VVD
YamatoHD, I'm using FreeBSD for Desktop at home and at work from 2009. And sometimes playing games like ezQuake (QuakeWorld), Minecraft and other not modern AAA.
-
VVD
Wine and Wine-Proton can run a lot of games including Elden Ring too. But main question for you it's drivers for Radeon 6700XT.
-
VVD
Where are amdgpu and radeonkms drivers, but I don't know what you need exactly.