<inf>
I'm always wondering why do they need AWS SDK...
<inf>
>Nix support fully supports writing to Amazon S3 and S3 compatible buckets.
<inf>
well, that explains it.
koobs has joined #freebsd-nix
<_0mp>
inf: you've got no idea how to fix that bug by any chance, right?
<inf>
not really. looks like some version mismatch to me.
pie_ has joined #freebsd-nix
drakonis has joined #freebsd-nix
drakonis1 has quit [Ping timeout: 240 seconds]
drakonis_ has joined #freebsd-nix
drakonis has quit [Ping timeout: 276 seconds]
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #freebsd-nix
drakonis has joined #freebsd-nix
drakonis_ has quit [Ping timeout: 246 seconds]
drakonis_ has joined #freebsd-nix
drakonis has quit [Read error: Connection reset by peer]
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #freebsd-nix
drakonis has joined #freebsd-nix
drakonis_ has quit [Ping timeout: 245 seconds]
drakonis1 has joined #freebsd-nix
<drakonis1>
_0mp: the link to the logs does not need a specific date, if you remove it, it'll default to the latest day
<drakonis1>
with activity
<_0mp>
oh, right
<drakonis1>
how much of an effort will it be to port freebsd specific patches to nixpkgs?
<_0mp>
well, we once had some parts of the hello package working
<_0mp>
I've got no idea TBH
drakonis_ has joined #freebsd-nix
drakonis2 has joined #freebsd-nix
drakonis has quit [Ping timeout: 265 seconds]
drakonis_ has quit [Ping timeout: 276 seconds]
drakonis2 has quit [Quit: WeeChat 2.4]
drakonis1 has quit [Quit: WeeChat 2.6]
<_0mp>
madpilot > _0mp: the problem is caused by the const in the function argument. I think you can cast the "args" variable in src/libutil/logging.hh:150 to const and clang would accept it...Or you could change the chomp prototype not to require const argument.
<_0mp>
It looks like casting does not help as it breaks other parts of the compilation