worldofpeace changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 20.09 RMs: worldofpeace, jonringer | https://logs.nix.samueldr.com/nixos-dev
teto has quit [Quit: WeeChat 3.0.1]
<cole-h> PSA: ofborg undergoing a redeploy; no expected interruption of service.
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos-dev
<cole-h> ofborg deploy finished. Now, labels are applied from within the Nixpkgs repo (and no longer needs to go through ofborg to add or update paths / labels).
<cole-h> Thanks to zowoq :)
pmy has quit [Quit: WeeChat 3.1]
<rmcgibbo[m]> posted a comment re #117035
<{^_^}> https://github.com/NixOS/nixpkgs/pull/117035 (by SuperSandro2000, 10 hours ago, open): demjson,j2cli: add top level entry
pmy has joined #nixos-dev
pinpox has quit [Quit: Ping timeout (120 seconds)]
pinpox has joined #nixos-dev
tomberek has quit [Ping timeout: 240 seconds]
rajivr has joined #nixos-dev
<clever> DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::Pg::st execute failed: ERROR: null value in column "type" violates not-null constraint
<clever> DETAIL: Failing row contains (1405800, projectName, 0, null, null, null, not-os, null, , null). [for Statement "INSERT INTO jobsetevalinputs ( altnr, dependency, eval, name, path, revision, sha256hash, type, uri, value) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )" with ParamValues: 1='0', 2=undef, 3='1405800', 4='projectName', 5='', 6=undef, 7=undef, 8=undef, 9=undef, 10='not-os'] at /nix/store/3dqn941305dli1sm4xjkg5ds0g32msxi-hydra-2021-03-10/bin/.hydra-
<clever> somehow, the `type` column is being inserted as `null`, but the schema says `type text NOT NULL`
<clever> 602 $inputInfo->{"projectName"} = [ fetchInput($plugins, $db, $project, $jobset, "", "string", $project->name, 0) ];
<clever> this line maybe?
<clever> commit 3c86083d211e5f5395d927c0a27c428fccb15181
<clever> Fixup #717 "Add the project name to declarative inputs"
<{^_^}> https://github.com/NixOS/nixpkgs/pull/717 (by aristidb, 7 years ago, merged): xdg-utils update (fixes problems with xdg-open)
<clever> that line is altered in the most recent commit!
<supersandro2000> ryantm: how hard would it be to close r-rynatm PRs if the package is updated by hand?
<clever> infact, its one commit ahead of where nixos-unstable currently is!
<ryantm> supersandro2000 Not super hard, just another thing to do.
<ryantm> Right now I'm hitting #108672 so I can't really use my computer.😂
<{^_^}> https://github.com/NixOS/nixpkgs/issues/108672 (by piegamesde, 10 weeks ago, open): gdm.service: Two services allocated for the same bus name org.gnome.DisplayManager, refusing operation
orivej has quit [Ping timeout: 256 seconds]
clever has quit [Ping timeout: 245 seconds]
clever has joined #nixos-dev
cole-h has quit [Ping timeout: 246 seconds]
jonringer has quit [Ping timeout: 264 seconds]
<jtojnar> could someone please point https://hydra.nixos.org/jobset/nixpkgs/gnome to gnome-40 branch?
AlwaysLivid has quit [Remote host closed the connection]
<siraben> gchristensen: sorry didn't meant it to be hostile or anything, I was just wondering what constitutes "old" and in the sense of compilers yeah I see
<siraben> if a C program compiles with the latest GCC should be fine, even if it's 30 years old
pmy has quit [Ping timeout: 256 seconds]
pmy has joined #nixos-dev
<siraben> supersandro2000: stdenv.lib → lib is a prominent example of us changing the de facto public API
<Mic92> Many c programs actually not compile with newer libc/gcc version.
<Mic92> C compiler are getting more stricter and find more bugs upfront, which is a good thing
<siraben> enough time and it'll be a new dialect, heh
<srk> my main system finally stopped warning me about stdenv.lib \o/
<srk> siraben: also a prominent example of breaking couple hundred PRs :)
<siraben> I do take responsibility for that
<srk> no prob, I'm not really complaining. I like that things are moving forward
<sterni> gcc was a kinda comparison though or maybe more apt than you'd think who knows
orivej has joined #nixos-dev
__monty__ has joined #nixos-dev
<siraben> srk: yeah, though it wasn't my intention to break plugins etc. (since they weren't covered by Hydra evaluation) during the transition, guess we know where the holes are now
<srk> siraben: that sounds like a good catch. what I mean is merge conflicts arising from tree wide changes that affect many pending PRs. not much to do about that, maybe we could build tooling that estimates the breakage and amount of rebuilds a PR is causing
<srk> forcing PRs to update might be good to get things into shape but can be annoying if it breaks several times
<siraben> Yeah, PR breakage was going to definitely happen heh
<siraben> i wonder how many PRs have recovered from that
<srk> hmm, if pr has allow edits from maintainers a tool could resolve some of these
lukegb has quit [Quit: ~~lukegb out~~]
lukegb has joined #nixos-dev
AlwaysLivid has joined #nixos-dev
pmy has quit [Quit: WeeChat 3.1]
pmy has joined #nixos-dev
jonringer has joined #nixos-dev
cole-h has joined #nixos-dev
das_j has quit [Quit: Bridge terminating on SIGTERM]
ajs124 has quit [Quit: Bridge terminating on SIGTERM]
Scriptkiddi has quit [Quit: Bridge terminating on SIGTERM]
ajs124 has joined #nixos-dev
Scriptkiddi has joined #nixos-dev
das_j has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
<supersandro2000> most PRs that still have stdenv.lib also did not apply reviewer feedback in 10 months.
<supersandro2000> stdenv.lib is just change number 5 and not the only one that holds them up
<supersandro2000> at least for the ones I saw yesterday
<supersandro2000> Is it save to delete the branch of this PR? https://github.com/NixOS/nixpkgs/pull/21403
<{^_^}> #21403 (by aszlig, 4 years ago, closed): [WIP] NixOS integration of nixpart
<gchristensen> probably should not
<gchristensen> some of the real old branches are referenced in research papers
<gchristensen> those probably should be protected
<supersandro2000> well, thats unfortunate
<supersandro2000> yeah, because otherwise they are eventually be gone
abathur has quit [Quit: abathur]
<supersandro2000> I think if I would be the author of the PR refined github would already have it auto deleted
<supersandro2000> gchristensen: can you add someone to the gnome team? https://github.com/NixOS/nixpkgs/pull/117112
<{^_^}> #117112 (by maxeaubrey, 6 hours ago, merged): maintainers: add maxeaubrey to the gnome team
<cole-h> they can request to join the team as well: https://github.com/orgs/NixOS/teams/gnome/members
abathur has joined #nixos-dev
AlwaysLivid has quit [Ping timeout: 268 seconds]
<maxine> Oh, neat, I did not know that. I've hit the button
srk has quit [Remote host closed the connection]
srk has joined #nixos-dev
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos-dev
rajivr has quit [Quit: Connection closed for inactivity]
evils has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-dev
stigo has quit [Quit: stigo]
_ris has joined #nixos-dev
ris has quit [Read error: Connection reset by peer]
<supersandro2000> Would be nice if someone could take a look at https://github.com/NixOS/nixpkgs/pull/115288
<{^_^}> #115288 (by symphorien, 2 weeks ago, open): Make versionned llvm packages discoverable
stigo has joined #nixos-dev
ris has joined #nixos-dev
_ris has quit [Read error: Connection reset by peer]
bgamari_ has quit [Ping timeout: 260 seconds]
<s1341_> supersandro2000: is there a way that I can not build the entire world after making a change to e.g. binutils-wrapper?
<s1341_> i just want it to build my derivation...
__monty__ has quit [Quit: leaving]
<sterni> s1341_: you can override you're derivation to use that version instead of changing it globally
<sterni> you'll still have to build an extra stdevn with that changed one though
<s1341_> ok. thanks sterni
<sterni> s1341_: something alngo the lines of myDrv.override { stdenv = stdenv.override { bintools = …; }; }
<s1341_> sterni: thanks.
<s1341_> sterni: do you know anything about cc-wrapper and binutils-wrapper?
<supersandro2000> IIRC they are generated with wrapWith function
<sterni> s1341_: nope, I try to stay away from these shell scripts as long as I can :p
<s1341_> supersandro2000: i've got it working now for c... but not for C++
<s1341_> (i.e for -clang but not -clang++)
<s1341_> no it doesn't work... it won't let me specify an arbitrary name for -fuse-ld.
<s1341_> supersandro2000: how can i redirect aarch64-linux-android-clang to aarch64-linux-android-ld when linking?
<supersandro2000> replace LD maybe?
<s1341_> how do you mean?
<s1341_> ok. again it's working for clang, but for clang++ it's failing.
<supersandro2000> replace the LD variable with the other binary
orivej has quit [Ping timeout: 276 seconds]
bgamari has joined #nixos-dev
<supersandro2000> It would be great if someone could take a look at this PR https://github.com/NixOS/nixpkgs/pull/116292
<{^_^}> #116292 (by samuelgrf, 1 week ago, open): rtlwifi_new: fix build & rename to rtw88
LnL has quit [Read error: Connection reset by peer]
LnL has joined #nixos-dev
orivej has joined #nixos-dev
justanotheruser has quit [Ping timeout: 240 seconds]
<jtojnar> thanks to whoever updated the branch in https://hydra.nixos.org/jobset/nixpkgs/gnome but it should point to gnome-40, not gnome-3.40 (new version scheme)
<gchristensen> oops
<gchristensen> done