ehmry has quit [Quit: No Ping reply in 180 seconds.]
ehmry has joined #nixos-dev
b42 has quit [Ping timeout: 260 seconds]
b42 has joined #nixos-dev
srk has joined #nixos-dev
avn has quit [Ping timeout: 246 seconds]
justanotheruser has quit [Ping timeout: 272 seconds]
<gchristensen>
anyone around able to start a vm or something with ipxe with debug messages enabled, to get debug logs to figure out why the aarch64 community box is down?
avn has joined #nixos-dev
stigo has quit [Ping timeout: 246 seconds]
stigo has joined #nixos-dev
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos-dev
rajivr has joined #nixos-dev
asbachb has joined #nixos-dev
asbachb has left #nixos-dev [#nixos-dev]
stigo has quit [Ping timeout: 256 seconds]
stigo has joined #nixos-dev
ris has quit [Ping timeout: 264 seconds]
tilpner_ has joined #nixos-dev
tilpner has quit [Ping timeout: 256 seconds]
tilpner_ is now known as tilpner
teto has quit [Ping timeout: 272 seconds]
<rajivr>
Mic92: Thank you for the pointer. I tried adding `/status needs_merger` to this PR https://github.com/NixOS/nixpkgs/pull/103205 . For some reason, it says - The PR author cannot set `needs_merger`.
<samueldr>
>> sys/rpicamsrc/meson.build:30:4: ERROR: Problem encountered: Could not find bcm_host.h. Please pass the location of this header via -Drpi-header-dir=/path
<samueldr>
I haven't had the time to do any looking at it yet, and probably won't for a small whlie
<samueldr>
I see that ofborg didn't finish the build, understandably due to staging
<samueldr>
anyway, I'm off for the night
janneke has quit [Ping timeout: 244 seconds]
janneke has joined #nixos-dev
orivej has quit [Ping timeout: 260 seconds]
janneke has quit [Quit: janneke quits Mes'sing]
janneke has joined #nixos-dev
LnL has joined #nixos-dev
LnL has joined #nixos-dev
LnL has quit [Changing host]
LnL- has quit [Ping timeout: 246 seconds]
prusnak has quit [Ping timeout: 272 seconds]
prusnak has joined #nixos-dev
<delroth>
gchristensen: re: ipxe, I suspect there's an issue with their OCSP proxy @ ocsp.ipxe.org (see twitter)
<delroth>
I can't seem to get it to return anything else than tryAgain
<delroth>
have you already asked about it on #ipxe? can't find irc logs for that channel
<red[evilred]>
Perhaps a silly question. I'm going through the nix docs, and in the example they show the contents of all-packages.nix as having applications in the form of
<red[evilred]>
whereas in the all-packages that I have in my nixpkgs, it uses callPackage
<red[evilred]>
oh nm - it's discussed later
catern has quit [Ping timeout: 256 seconds]
thoughtpolice has quit [Ping timeout: 272 seconds]
thoughtpolice has joined #nixos-dev
AlwaysLivid has quit [Ping timeout: 260 seconds]
catern has joined #nixos-dev
alp has joined #nixos-dev
dongcarl has quit [Quit: Ping timeout (120 seconds)]
dongcarl has joined #nixos-dev
alp has quit [Ping timeout: 272 seconds]
kalbasit has quit [Ping timeout: 240 seconds]
cole-h has quit [Ping timeout: 264 seconds]
alp has joined #nixos-dev
saschagrunert has joined #nixos-dev
teto has joined #nixos-dev
kcalvinalvin has quit [Ping timeout: 256 seconds]
hyperfekt has quit [Ping timeout: 265 seconds]
kcalvinalvin has joined #nixos-dev
hyperfekt has joined #nixos-dev
<arianvp>
worldofpeace: you around?
<arianvp>
I am running into some odd bugs with Gnome in 20.09
<arianvp>
e.g. for some reason gnome doesn't list Calendar under "Default Applications > Calendar" but insists on always opening VSCode with ical feeds
<arianvp>
and Gnome Calendar doesnt even show up in the dropdown
<arianvp>
Same for the Music app. Instead I can only select VLC there. and the default music app is not in the list of apps
<arianvp>
eventhough it's installed
<arianvp>
didnt want to open a github bug yet; as maybe it's something specific to nixos with immutability and all
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
<nh2[m]>
samueldr: I tried to use ofborg to figure out whether the upgrade breaks other arches, but I couldn't tell, because staging was apparently broken on on aarch64 at the time: https://github.com/NixOS/nixpkgs/pull/99345/checks?check_run_id=1300702358 and I don't have an aarch64 device on which I could test it well. I think our CI story for this isn't good yet. I think ofborg should also test staging PRs against
<nh2[m]>
`nixpkgs-unstable` to be able to tell quickly whether it'd work at all. Otherwise it'll always be a blind shot
<{^_^}>
#103997 (by nh2, 13 hours ago, open): Change all packages from "name" to "pname"+"version", remove all uses of meta.version and meta.tag
saschagrunert has quit [Remote host closed the connection]
alp has quit [Ping timeout: 272 seconds]
<domenkozar[m]>
cachix db going over instance upgrade.
<supersandro2000>
Mic92: just saw that. 😄
sphalerite is now known as LinuxHackerman
LinuxHackerman is now known as sphalerite
ddima has joined #nixos-dev
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-dev
orivej has quit [Ping timeout: 246 seconds]
cole-h has joined #nixos-dev
<bk1603[m]>
Hey everyone! It's me again. I am now getting a permission denied error when I'm building systemd because meson tries to install things to `/etc/systemd`. Here is a paste to the error: https://pastebin.com/iGJGqvTP
<bk1603[m]>
It's not the entire output, the entire output was longer than the scrollback I had set. Though I can provide it if this isn't enough
<bk1603[m]>
Jan Tojnar: Ah that makes sense. So I need to figure out what's being installed to `/etc` in the meson build file, and change it's path right? Or find an option for it. Would changing `DESTDIR` to `$out/` work?
<jtojnar>
bk1603: yeah. changing destdir would help you finding it out (though note that the derivation sets the variable in preInstall)
<worldofpeace>
cool, we should change that, since I think we're not changing release dates just yet (so 21.MM will be able to have GNOME 40)
<delroth>
gchristensen: are the iPXE issues you were mentioning yesterday fixed, or was it a different problem from what I ended up tracking down?
<delroth>
happy to continue giving it a look, I worked quite a bit with iPXE during university
<gchristensen>
I think that was it!
<gchristensen>
the aarch64 community box is back up. thank you for looking in to it and reporting. do you know why they use an ocsp proxy?
<delroth>
I have no idea. The whole CA cross-signing scheme is weird, I think they just want to avoid embedding a trust store in firmwares but I don't completely get the tradeoff.
<delroth>
but cool, happy to have helped
<gchristensen>
seems weird for ipxe.org to be effectively a linchpin to every https-based boot ever :P
<gchristensen>
this is an incredibly huge bit of code to call cherry-pick -x lol (but it is written, and not our code)
<samueldr>
>> fatal: 'my branch' is not a valid branch name.
<samueldr>
>> Switched to a new branch '$USERNAME'
<samueldr>
NEVER shell out to do stuff
<samueldr>
unless you need to use shell functions, and if so, whew, make sure to sanitize all inputs properly
<Mic92>
$GITHUB_AUTH_TOKEN
<gchristensen>
lol
<samueldr>
Mic92: sure, anything you like :)
<samueldr>
>> Switched to a new branch '`whoami`'
<cole-h>
samueldr: git branch 'lol lol'
<samueldr>
cole-h: did you try it?
<cole-h>
Yes
<samueldr>
>> fatal: 'lol lol' is not a valid branch name.
<cole-h>
Copy-paste
<cole-h>
I used the unicode em space :)
<gchristensen>
c'mon now lol
<samueldr>
cole-h: but is bash breaking on that?
<cole-h>
Probably not
<cole-h>
But still funny
<samueldr>
are we hacking humans or machines? :)
<gchristensen>
$ git branch lol lol
<gchristensen>
fatal: A branch named 'lol lol' already exists.
<samueldr>
I really hate how the tab completions are not sanitizing branch names
<gchristensen>
yeah.
<worldofpeace>
arianvp: lol, we'll just say everyone knows the story of "GNOME Apps" being like this. This is why elementary OS's platform is entirely focused on being a platform for app development.
bgamari_ has joined #nixos-dev
justanotheruser has quit [Ping timeout: 272 seconds]
<andi->
cole-h: I was waiting for feedback from peter regarding his maintainership.. let me ping him off-github..
<cole-h>
Ah
<cole-h>
Sounds good, no problem.
<JJJollyjim>
god the gnome(3) apps really frustrate me
<andi->
cole-h: merged, he accepted it :)
bgamari_ has quit [Ping timeout: 264 seconds]
bgamari has joined #nixos-dev
orivej has joined #nixos-dev
<worldofpeace>
Jamie: the system utilities are the only one's that are useful for me at least. Like I think GNOME Disks is really nice
<cole-h>
<3 andi- Thanks!
<{^_^}>
andi-'s karma got increased to 43
cptchaos83 has joined #nixos-dev
cptchaos83 has quit [Client Quit]
cptchaos83 has joined #nixos-dev
alp has joined #nixos-dev
<colemickens>
worldofpeace: should I try to pull this newer pw patch in or ? I don't want to be a bad nixpkgs contributor and I feel guilty.
<worldofpeace>
colemickens: I don't see an issue with it
<worldofpeace>
it seemed to be up-to-date in fedora. all someone has to do is look at the fedora repo. they have more resources, they will always be faster at this than us
<colemickens>
okay, that last sentence was the assumption I had made initially.
<worldofpeace>
colemickens: yeah, and it even proved to be true in this case
__monty__ has quit [Quit: leaving]
<cole-h>
andi-: Imagine it's not for flakes, and just for niv-pinned Nixpkgs ;)
<cole-h>
hehe
<andi->
cole-h: now we are talking! :D
<andi->
but I can just niv add pkolloch/crate2nix..
<cole-h>
But then you need to build crate2nix if you're not using their cachix ;)