Re: libssl not symlinking from openssl package?

2020-07-12 Thread Anthony Quizon
Thanks for that - however, it seems to be the same. I've removed coreutils, binutils-gold and added pkg-config and still are getting missing links with ldd. I've just manually set the paths for now as you suggested. I'm using guix on top of debian - there might be some sort of clash with the

Re: Which package installed which dependency?

2020-07-12 Thread zimoun
Hi Tobias, On Sun, 12 Jul 2020 at 15:06, Tobias Geerinckx-Rice wrote: > λ guix graph --path -t references `readlink -f > /run/current-system` bash > guix graph: error: no path from '/gnu/store/cca…-system' to > '/gnu/store/vk4…-bash-5.0.16-doc' > > The guix command above is the same

Re: Which package installed which dependency?

2020-07-12 Thread Tobias Geerinckx-Rice
Julien Lepiller 写道: Try guix graph --path -t references `readlink -f /run/current-system` php Thanks! I tried all ‘guix graph’ permutations I could think of, including that one, but: λ guix graph --path -t references `readlink -f /run/current-system` bash guix graph: error: no path

Re: Which package installed which dependency?

2020-07-12 Thread Julien Lepiller
Le 12 juillet 2020 07:10:06 GMT-04:00, Tobias Geerinckx-Rice a écrit : >zimoun 写道: >> You could be interested by "guix graph --path" which returns the >> shortest path (graph meaning) from package A to package PHP. > >I love this feature but it only works between high-level packages. > >Is there

Re: Which package installed which dependency?

2020-07-12 Thread Tobias Geerinckx-Rice
zimoun 写道: You could be interested by "guix graph --path" which returns the shortest path (graph meaning) from package A to package PHP. I love this feature but it only works between high-level packages. Is there an equivalent (say): λ guix graph --path /run/current-system/profile php ?

Re: Which package installed which dependency?

2020-07-12 Thread zimoun
Dear, On Sat, 11 Jul 2020 at 20:06, Christopher Lemmer Webber wrote: > I'm pretty sure I remembered such a feature existing but now I can't > find it. > > I have a system configuration, and alarmingly I see it building PHP. > PHP??? What on earth in this system configuration needs PHP? > > I'd

Re: How to run Guix with Hurd

2020-07-12 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: > It may just yet. Make sure your /dev/sda1 smaller than 128GiB. Eh...the Hurd must not see any parts of a disk beyond 128GiB. So if hd0s1 starts at 0, it must is not bigger than 128GiB. A GNU/Linux partition can live beyond that. I had a 20GiB hd0s2 partition start

Re: How to run Guix with Hurd

2020-07-12 Thread Jan Nieuwenhuizen
pelzflorian (Florian Pelz) writes: Hello! > On Sun, Jul 12, 2020 at 01:05:28AM +0200, Jan Wielkiewicz wrote: >> Hurd lacks SMP (Simultaneous MultiProcessing), is 32-bit only and it >> doesn't support modern hardware yet. > > I too wanted to try Hurd on real hardware. I see Jan Nieuwenhuizen >

Re: How to run Guix with Hurd

2020-07-12 Thread pelzflorian (Florian Pelz)
On Sun, Jul 12, 2020 at 01:05:28AM +0200, Jan Wielkiewicz wrote: > Hurd lacks SMP (Simultaneous MultiProcessing), is 32-bit only and it > doesn't support modern hardware yet. I too wanted to try Hurd on real hardware. I see Jan Nieuwenhuizen does much work on it. After Jan Nieuwenhuizen’s

Re: How to run Guix with Hurd

2020-07-12 Thread fr33d0m
Thanks, yes I did see the post about it. I kind of thought it might not be real :-) got me! Thanks for the info. On 7/11/20 4:05 PM, Jan Wielkiewicz wrote: Hello, Dnia 2020-07-11, o godz. 14:14:16 fr33d0m napisał(a): I'm running a standalone GUIX system and have been updating it with GUIX