* Problem during building openssl-1.1.1l
@ 2023-05-11 12:39 Baptiste Demoulin
2023-05-14 6:46 ` Efraim Flashner
0 siblings, 1 reply; 4+ messages in thread
From: Baptiste Demoulin @ 2023-05-11 12:39 UTC (permalink / raw)
To: help-guix
Hello Guix,
I have installed the binary version of Guix on top of Fedora 38. I
tried to `guix install glibc-locales`, but it fails at building
openssl:
building
/gnu/store/bfirgq65ndhf63nn4q6vlkbha9zd931q-openssl-1.1.1l.drv...
/ 'check' phasebuilder for
`/gnu/store/bfirgq65ndhf63nn4q6vlkbha9zd931q-openssl-1.1.1l.drv'
failed with exit code 1
build of
/gnu/store/bfirgq65ndhf63nn4q6vlkbha9zd931q-openssl-1.1.1l.drv
failed
View build log at
'/var/log/guix/drvs/bf/irgq65ndhf63nn4q6vlkbha9zd931q-openssl-1.1.1l.drv.gz'.
building
/gnu/store/0bazzh5rl0wyw221m479ay6ilsarirlg-perl-gettext-1.07.drv...
cannot build derivation
`/gnu/store/90igbjibnh6xns9wycsypfy1x23ic1fz-python-minimal-3.9.9.drv':
1 dependencies couldn't be built
cannot build derivation
`/gnu/store/8w8m1m6sm09r85rwndcmams4ssfx63cj-glibc-locales-2.33.drv':
1 dependencies couldn't be built
guix install: error: build of
`/gnu/store/8w8m1m6sm09r85rwndcmams4ssfx63cj-glibc-locales-2.33.drv'
failed
I could track down the error to a test failure, that seems to be
related to expired certificates in the testsuite of
openssl-1.1.1l. This was apparently fixed in later versions of
openssl [[https://github.com/openssl/openssl/issues/15179]].
Is there something I can do on my machine to properly install
glibc-locales ?
Thanks a lot for your help !
bests,
baptiste
--
Baptiste Demoulin
IT Engineer - SUBNANO project
Aix-Marseille Université
Institut de Chimie Radicalaire, UMR 7273
Avenue Escadrille Normandie-Niemen
13397 Marseille cedex 20
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem during building openssl-1.1.1l
2023-05-11 12:39 Problem during building openssl-1.1.1l Baptiste Demoulin
@ 2023-05-14 6:46 ` Efraim Flashner
2023-05-14 17:36 ` Hafeez Bana
0 siblings, 1 reply; 4+ messages in thread
From: Efraim Flashner @ 2023-05-14 6:46 UTC (permalink / raw)
To: Baptiste Demoulin; +Cc: help-guix
[-- Attachment #1: Type: text/plain, Size: 1986 bytes --]
On Thu, May 11, 2023 at 02:39:36PM +0200, Baptiste Demoulin wrote:
> Hello Guix,
>
> I have installed the binary version of Guix on top of Fedora 38. I tried to
> `guix install glibc-locales`, but it fails at building openssl:
>
> building /gnu/store/bfirgq65ndhf63nn4q6vlkbha9zd931q-openssl-1.1.1l.drv...
> / 'check' phasebuilder for
> `/gnu/store/bfirgq65ndhf63nn4q6vlkbha9zd931q-openssl-1.1.1l.drv' failed with
> exit code 1
> build of /gnu/store/bfirgq65ndhf63nn4q6vlkbha9zd931q-openssl-1.1.1l.drv
> failed
> View build log at
> '/var/log/guix/drvs/bf/irgq65ndhf63nn4q6vlkbha9zd931q-openssl-1.1.1l.drv.gz'.
> building
> /gnu/store/0bazzh5rl0wyw221m479ay6ilsarirlg-perl-gettext-1.07.drv...
> cannot build derivation
> `/gnu/store/90igbjibnh6xns9wycsypfy1x23ic1fz-python-minimal-3.9.9.drv': 1
> dependencies couldn't be built
> cannot build derivation
> `/gnu/store/8w8m1m6sm09r85rwndcmams4ssfx63cj-glibc-locales-2.33.drv': 1
> dependencies couldn't be built
> guix install: error: build of
> `/gnu/store/8w8m1m6sm09r85rwndcmams4ssfx63cj-glibc-locales-2.33.drv' failed
>
> I could track down the error to a test failure, that seems to be related to
> expired certificates in the testsuite of openssl-1.1.1l. This was
> apparently fixed in later versions of openssl
> [[https://github.com/openssl/openssl/issues/15179]].
>
> Is there something I can do on my machine to properly install glibc-locales
> ?
>
> Thanks a lot for your help !
>
> bests,
>
> baptiste
The binary install provides a known good snapshot (minus of course the
error you ran into), but as a rolling release your best option is to run
'guix pull' to get updated package definitions and then to run 'guix
install glibc-locales'.
Hope that helps!
--
Efraim Flashner <efraim@flashner.co.il> פלשנר אפרים
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem during building openssl-1.1.1l
2023-05-14 6:46 ` Efraim Flashner
@ 2023-05-14 17:36 ` Hafeez Bana
2023-05-16 6:17 ` Baptiste Demoulin
0 siblings, 1 reply; 4+ messages in thread
From: Hafeez Bana @ 2023-05-14 17:36 UTC (permalink / raw)
To: Baptiste Demoulin, help-guix
Just an fyi, I had the same problem and it was resolved my increasing the
memory of the machine.
Hb
On Sun, 14 May 2023 at 07:46, Efraim Flashner <efraim@flashner.co.il> wrote:
> On Thu, May 11, 2023 at 02:39:36PM +0200, Baptiste Demoulin wrote:
> > Hello Guix,
> >
> > I have installed the binary version of Guix on top of Fedora 38. I tried
> to
> > `guix install glibc-locales`, but it fails at building openssl:
> >
> > building
> /gnu/store/bfirgq65ndhf63nn4q6vlkbha9zd931q-openssl-1.1.1l.drv...
> > / 'check' phasebuilder for
> > `/gnu/store/bfirgq65ndhf63nn4q6vlkbha9zd931q-openssl-1.1.1l.drv' failed
> with
> > exit code 1
> > build of /gnu/store/bfirgq65ndhf63nn4q6vlkbha9zd931q-openssl-1.1.1l.drv
> > failed
> > View build log at
> >
> '/var/log/guix/drvs/bf/irgq65ndhf63nn4q6vlkbha9zd931q-openssl-1.1.1l.drv.gz'.
> > building
> > /gnu/store/0bazzh5rl0wyw221m479ay6ilsarirlg-perl-gettext-1.07.drv...
> > cannot build derivation
> > `/gnu/store/90igbjibnh6xns9wycsypfy1x23ic1fz-python-minimal-3.9.9.drv': 1
> > dependencies couldn't be built
> > cannot build derivation
> > `/gnu/store/8w8m1m6sm09r85rwndcmams4ssfx63cj-glibc-locales-2.33.drv': 1
> > dependencies couldn't be built
> > guix install: error: build of
> > `/gnu/store/8w8m1m6sm09r85rwndcmams4ssfx63cj-glibc-locales-2.33.drv'
> failed
> >
> > I could track down the error to a test failure, that seems to be related
> to
> > expired certificates in the testsuite of openssl-1.1.1l. This was
> > apparently fixed in later versions of openssl
> > [[https://github.com/openssl/openssl/issues/15179]].
> >
> > Is there something I can do on my machine to properly install
> glibc-locales
> > ?
> >
> > Thanks a lot for your help !
> >
> > bests,
> >
> > baptiste
>
> The binary install provides a known good snapshot (minus of course the
> error you ran into), but as a rolling release your best option is to run
> 'guix pull' to get updated package definitions and then to run 'guix
> install glibc-locales'.
>
> Hope that helps!
>
> --
> Efraim Flashner <efraim@flashner.co.il> פלשנר אפרים
> GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
> Confidentiality cannot be guaranteed on emails sent or received unencrypted
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem during building openssl-1.1.1l
2023-05-14 17:36 ` Hafeez Bana
@ 2023-05-16 6:17 ` Baptiste Demoulin
0 siblings, 0 replies; 4+ messages in thread
From: Baptiste Demoulin @ 2023-05-16 6:17 UTC (permalink / raw)
To: Hafeez Bana; +Cc: help-guix
Hi,
Thanks for your help ! I think I messed up the first install of
the binary. I did it again, and specified that I want to allow
pre-built binaries (that was my intent, but I think I missed this
step the first time). So that doesn't really answer the problem I
had, but everything now works as expected :)
Bests,
baptiste
--
Baptiste Demoulin
IT Engineer - SUBNANO project
Aix-Marseille Université
Institut de Chimie Radicalaire, UMR 7273
Avenue Escadrille Normandie-Niemen
13397 Marseille cedex 20
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-17 15:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-11 12:39 Problem during building openssl-1.1.1l Baptiste Demoulin
2023-05-14 6:46 ` Efraim Flashner
2023-05-14 17:36 ` Hafeez Bana
2023-05-16 6:17 ` Baptiste Demoulin
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.