installing and searching from custom channel

2020-04-22 Thread Anthony Quizon
I'm trying to experiment with my own channel packages. Here is my current channel code: https://github.com/anthonyquizon/guix-channel The docs in https://guix.gnu.org/manual/en/html_node/Channels.html mentions that if I have packages in a subdirectory, I need to specify its location in .guix-chan

Re: installing and searching from custom channel

2020-04-22 Thread Anthony Quizon
ow. Thanks, Anthony On Wed, Apr 22, 2020 at 11:56 PM Julien Lepiller wrote: > Le 22 avril 2020 02:23:56 GMT-04:00, Anthony Quizon > a écrit : > >I'm trying to experiment with my own channel packages. > > > >Here is my current channel code: > >https:/

installing buildutils-gold

2020-06-25 Thread Anthony Quizon
Hello, I'm trying to install gold linker using guix. I noticed there is a package in `(gnu packages base)` called "binutils-gold". However, it doesn't come up on the search via `guix search binutils-gold` and I'm unable to install it. Why is this? How can I install gold linker using guix?

Building packages in REPL

2020-06-25 Thread Anthony Quizon
Is there a way that I can build a package via the repl? For example, If I had a channel with a custom package in it, can I do: `$ guix repl -L .` `> ,use (my-channel packages base) ` `> (build-package my-package) ;; this is the example imaginary command ` Is something like this possible? I wasn't

Re: installing buildutils-gold

2020-06-26 Thread Anthony Quizon
Awesome, thanks! On Fri, Jun 26, 2020 at 10:07 PM Marius Bakke wrote: > Hello Anthony, > > Anthony Quizon writes: > > > Hello, > > I'm trying to install gold linker using guix. > > I noticed there is a package in `(gnu packages base)` called > > "

libssl not symlinking from openssl package?

2020-06-29 Thread Anthony Quizon
Hello, I've run `guix install openssl` but it seems like the libraries are not populated in $GUIX_LIBRARY_PATH Running `ls` in `/gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh-openssl-1.1.1f/lib` gives: `engines-1.1 libcrypto.so libcrypto.so.1.1 libssl.so libssl.so.1.1 pkgconfig` but a ` ls $GU

Re: Building packages in REPL

2020-06-30 Thread Anthony Quizon
Cool thanks. I'll try these out On Saturday, June 27, 2020, Efraim Flashner wrote: > On Fri, Jun 26, 2020 at 12:00:17PM +0200, zimoun wrote: > > Dear, > > > > On Fri, 26 Jun 2020 at 09:25, Konrad Hinsen > wrote: > > > Anthony Quizon writes: > >

Re: libssl not symlinking from openssl package?

2020-06-30 Thread Anthony Quizon
On Tue, Jun 30, 2020 at 11:43 PM Ricardo Wurmus wrote: > > Anthony Quizon writes: > > > I've run `guix install openssl` but it seems like the libraries are not > > populated in $GUIX_LIBRARY_PATH > > What is GUIX_LIBRARY_PATH supposed to be? > > The LIB

Re: libssl not symlinking from openssl package?

2020-06-30 Thread Anthony Quizon
Do you know what would make libssl and libcrypto different from the other links? I'm using a manifest file with these packages: (specifications->manifest '("glib" "gcc-toolchain" "binutils-gold" "coreutils" "o

Re: libssl not symlinking from openssl package?

2020-07-12 Thread Anthony Quizon
clash with the systems environment. Thanks, Anthony On Wed, Jul 1, 2020 at 4:45 PM Efraim Flashner wrote: > On Wed, Jul 01, 2020 at 03:09:03PM +1000, Anthony Quizon wrote: > > Ok so when I use gcc-toolchain and do a ldd on my binary, I get "not > found" > > for the l

Re: libssl not symlinking from openssl package?

2020-07-19 Thread Anthony Quizon
On Mon, Jul 13, 2020 at 02:47:33PM +1000, Anthony Quizon wrote: > > 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 manual