Sender | Message | Time |
---|---|---|
11 Jan 2025 | ||
merge base has always confused me as a term | 16:25:52 | |
16:46:59 | ||
17:54:19 | ||
Hi all!
It happens while running this line of the package. | 21:06:32 | |
GCC upgrade likely | 21:08:10 | |
Ideally patch it to be (int fdusb) | 21:08:21 | |
21:17:07 | ||
check debian/fedora/arch for distro patches | 21:45:31 | |
oh this is some awful non-free printer blob | 21:45:38 | |
n/m do whatever you want :p | 21:45:41 | |
K900: I'm getting new errors like
Isn't there a way to suppress them all, or at least tell gcc to NOT treat warnings as errors for this package? | 22:00:47 | |
It should not do that by default | 22:01:01 | |
So presumably it's hitting some warnings that are being treated as errors | 22:01:15 | |
you want to search for "error:" | 22:18:38 | |
have you considered using Internet Printing Protocol or whatever it is btw? | 22:19:19 | |
these ancient proprietary drivers are just going to bitrot more and more over time | 22:19:40 | |
| 22:22:55 | |
*
printer does not have wifi and is connected directly to my laptop. | 22:23:28 | |
you can just set -Wno-error | 22:35:57 | |
for the errors that appear | 22:35:58 | |
(again search error: in the compile log) | 22:36:03 | |
ideally send a PR | 22:36:13 | |
how do I set this? I fixed two issues. Now I'm getting the third one and I'm not a C programmer so they're a bit cryptic.
| 22:39:24 | |
-Wno-error=incompatible-pointer-types | 22:39:42 | |
it's not really worth patching because it's an unfree source dump that will never be updated | 22:40:00 | |
just env.NIX_CFLAGS_COMPILE = "-Wno-error=a -Wno-error=b …"; until it compiles | 22:40:12 | |
Thanks. I found a file in the project that has CFLAGS definition. I have added -Wno-error to it 🤞I would add yet another patch to the patches that are availabele in the nixpkgs for this package. That should help others. If I can fix it at all. | 22:43:01 | |
22:59:44 | ||
Colin: guessing you use the libcap tools, so might want to participate in the discussion re: your PR in https://matrix.to/#/!UNVBThoJtlIiVwiDjU:nixos.org/$QjE6OLK38mYL4jjoy0IlAqolVHJmHoGHOYh5oIrFkNk?via=nixos.org&via=matrix.org&via=tchncs.de | 23:20:58 | |
23:55:46 |