bug#28727: Profiles with intentionally out of date packages are upgraded to the newest version
Hi, I have a profile with python@2 in it, and running 'guix package -u' updates it to python@3, which isn't what I want. I cannot run 'guix package -i python@2 -u' because then it tries to install both python@2 and python@3, which conflicts. I can workaround this using 'guix package -u; guix package -i python@2'. That isn't ideal (wasteful downloading of substitute, extra entries in the generations list, etc), but is workable for me, making this a low priority bug for me. Ideally, I would expect that because I specified python@2 first, guix should not try to install python@3. However, this difficult because IIUC the packages which were specified to be included are not stored anywhere, and I suppose it would entail changes to the manifest format also. So, how to handle this? Thanks, ben
bug#28445: match-error in 'device-sexp->device' while building system
Hi Mark, Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: >> Andy pushed the first half of the fix as >> 96bc6518002c3b2ad9f15cf36991b20bebcbbe8a. Could you check whether the >> ‘ensure-not-/dev’ part below solves the rest? > > I see that you've pushed the 'ensure-not-/dev' part, and I have that now > in my tree, but FYI it didn't solve the problem for me. My system > 'parameters' file contains: > > (store (device "/dev/mapper/jojen-root") (mount-point "/")) > > and my grub.cfg still uses: > > search --label --set /dev/mapper/jojen-root I tested with the config you had posted, and commit 90d23ed9df33e35e157fecd8ab60f55e716ca42f fixes the problem. Let me know if anything else pops up in this area! Thank you, Ludo’.
bug#28692: Emacs fails to display images
Diego Nicola Barbato skribis: > Marius Bakke writes: > >> Diego Nicola Barbato writes: >> >>> Apparently this was a known bug in ImageMagick 6.9.9-15 (and 6.9.9-17) >>> (https://github.com/ImageMagick/ImageMagick/issues/825). It has been >>> fixed in version 6.9.9-18. >> >> Hello! I just pushed an update to 6.9.9-18, can you verify that it >> works? >> >> Thanks for the report! > > Hello! > > I upgraded Emacs and everything works as expected. > > Thanks for fixing it! Awesome, thank you gentlefolks! Ludo’.
bug#28692: Emacs fails to display images
Marius Bakke writes: > Diego Nicola Barbato writes: > >> Apparently this was a known bug in ImageMagick 6.9.9-15 (and 6.9.9-17) >> (https://github.com/ImageMagick/ImageMagick/issues/825). It has been >> fixed in version 6.9.9-18. > > Hello! I just pushed an update to 6.9.9-18, can you verify that it > works? > > Thanks for the report! Hello! I upgraded Emacs and everything works as expected. Thanks for fixing it!