IRC channel logs
2015-03-06.log
back to list of logs
<Sleep_Walker>either it is broken generally for this command (I tried several times), or it is deeply broken for me <Sleep_Walker>(I was hoping to boot guix once again during my sick leave :) <civodul>Sleep_Walker: could show your config? <civodul>i think this can happen if several login services have a different #:motd or something <Sleep_Walker>even if I use `guix gc -d' on every directory/file mentioned in the backtrace, it still fails <Sleep_Walker>and the package above the backtrace is changing and I believe unrelated <civodul>Sleep_Walker: could you comment the whole 'services' field in your config, and then just run 'guix system build the-config.scm' *civodul goes grab coffee <Sleep_Walker>but I have to go to doc now, I'll do it in the afternoon <atheia>That's a nice thing to enter the channel to… bah to you too, good sir. <civodul>that was because of a nasty bug Sleep_Walker reported <atheia>ah, I'll check the archive for context :-) <civodul>Sleep_Walker: 'guix system build yourconfig' works for me™ on current master <civodul>(namely /gnu/store/hs3k71z652vgrcapzvl0cpnm56z7wijw-pam.d.drv builds fine) <civodul>oitofelix: just saw the announcement, congrats; you should try "guix import gnu ccd2cue" and submit a patch :-) <iyzsong>um, I have the issue too, which force me to use only 1 mingetty-service. <taylanub>including the couple ones I already sent the other day, I'm now at 20 commits for mplayer2 O_o I wonder if others even have time to review them, I guess it should be fine to push the simple ones without review... <civodul>taylanub: yes, probably, or you can email them FYI and make it clear that you'll push shortly if there are no objections <zacts>what is a good fsf laptop to run guix on? <zacts>I'm thinking about getting one <zacts>I want one with libreboot, and fsf if possible <zacts>I see gluglug, but wasn't there a newer laptop? <zacts>ah yeah, and x60 is sold out anyway <zacts>where does it ship from, which countries? <fchmmr>zacts, I probably won't ever sell another X60 <fchmmr>X200 and later machines are my priority now <fchmmr>zacts, it ships from the UK, where I operate. <zacts>fchmmr: oh are you the person who sells them? <zacts>fchmmr: hm... I'm afraid of US customs tampering with my laptop, if it gets shipped into the US <zacts>will I have the tools to flash a new libreboot? <zacts>(sorry, I'm bit overly NSA paranoid probably, but you never know right) :-D <fchmmr>you don't need tools for updating libreboot if it's already installed/running. they are only needed for the initial install (while lenovo bios is still present). <fchmmr>I'm thinking of starting to put glue/varnish on the screws in a random pattern <fchmmr>then I could email that to the customer, if they have GPG. this can let them know if the machine was taken apart (it's not a perfect defence). <zacts>ok, and can I put extra ram in at a later time somehow? <zacts>oh so I don't have to do the ram all at once.. <fchmmr>RAM is easy to upgrade. 2 screws, remove the door, and it's right there <fchmmr>just a little cover with 2 screws in it <zacts>will I get full new battery life? <zacts>hm.. actually I may have to wait until next month due to the UK VAT <civodul>iyzsong, Sleep_Walker: could you provide additional details regarding the pam.d bug that you found, like the commit you're using? <iyzsong>civodul: ok, I'm tring on master now. *iyzsong need download a lot to build grub-image.png. <civodul>oh we should disable #:local-builds? for that one <Sleep_Walker>civodul: I tried it twice yesterday with HEAD, last time with my f195b36602b0ca65bdd92e8b4ef3a6b71ed52679 <civodul>so i wonder why i can't reproduce it <Sleep_Walker>and I'm trying to prepare pure guix partition to boot from <Sleep_Walker>I have 3 (or 4?) instances of guix on the same machine - installed package from Gentoo ebuild, GIT tree and ~/.config/guix/latest (for two different users) <Sleep_Walker>Gentoo ebuild provided daemon and track the files on my system <civodul>Sleep_Walker: i would rather keep it <civodul>but having several Guix installed on the same machine sounds like a recipe for disaster ;-) <civodul>i mean if two of them inadvertently share the same $localestatedir or the same store, bad things will happen <civodul>using 'guix pull' is roughly equivalent <civodul>so "./pre-inst-env guix system build config-you-posted-this-morning.scm" fails right now, right? <Sleep_Walker>yes, but now I have to install deamon once again (I removed system installation of guix right now) <bavier`>69 new perl module packages ready to be pushed :) <rekado_>wee, successfully built julia. With only a few bundled dependencies. Had to patch the ccall mechanism by hardcoding a few paths. <bavier`>I believe I may have pushed the 1400th package <rekado_>hmm, Julia's ccall feature is more flexible than I thought. <rekado_>It's not only used for the internal bindings to libraries but it allows a user to call functions exposed by any available shared library. <rekado_>I think hardcoding inputs won't cut it. <taylanub>I'm very close to being done with mplayer2 <rekado_>how come this is linked against stuff in /usr/lib? <rekado_>this should not be available in the build chroot. <taylanub>rekado_: I think it's just ldd finding them there post-hoc, i.e. they're just dangling references in the binary? (I know little about linking stuffs) <rekado_>I think libtdb is provided by tdb in the databases module. <_`_>taylanub: mplayer2 is still alive? <_`_>thought everyone jumped on the mpv ship from there <taylanub>it will probably keep being useful (more so than MPlayer in some ways) for years to come <taylanub>(and it's mplayer compatible, unlike mpv) <taylanub>hm, looks like all but libcrypt come from samba, so maybe I can just add an rpath cflag for that. libcrypt seems to be from glibc <rohan_>hi everyone, i have a dumb question: i tried to fetch the source for isc-dhcp using guix and it recursively fetched a bunch of packages. my /gnu/store is now ~1 G large. this is normal, right? <rohan_>this is the first time i ran guix build -S <anything>, if that helps <bavier`>rohan_: guix might need to fetch some packages that are used in the download process. <rohan_>bavier`: i see. so these aren't dependencies of the package i'm trying to inspect, just packages needed by guix itself? <mark_weaver>guix does all builds using its own components within isolated build environments, and that includes downloading tarballs. <mark_weaver>taylanub: looks like rpaths are not being included in the link <mark_weaver>our ld-wrapper tries to automatically insert rpaths, but maybe the mplayer2 build system is doing something unusual that's messing it up.