unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: "Céline Acary-Robert"
	<celine.acary-robert@univ-grenoble-alpes.fr>,
	Help-Guix <help-guix@gnu.org>
Subject: Re: Problem with uilding a package for intel onepi fortran compiler.
Date: Fri, 02 Sep 2022 18:46:50 +0200	[thread overview]
Message-ID: <864jxp911h.fsf@gmail.com> (raw)
In-Reply-To: <562304655.1100938.1649831919604.JavaMail.zimbra@univ-grenoble-alpes.fr>

Hi Cécile,

I am really late to the party.  Did you solve the issue in the meantime?

On Wed, 13 Apr 2022 at 08:38, Céline Acary-Robert <celine.acary-robert@univ-grenoble-alpes.fr> wrote:

> We are trying to build a package for intel onepi fortran compiler. The
> sources are installed through a script "install" (/bin/sh) which calls
> a binary bootstrapper which allows to download the files and install
> them

As Thiago noticed, the network is not available inside the build
environment.  So it would not be possible that the script would download
these files.

The workaround is to download them beforehand, if possible, and provide
them as inputs.  Hum, I do not find an example in the Guix source; maybe
I remember incorrectly.



> ./install.sh: line 34: /tmp/guix-build-intel_oneapi-2022.0.1.70.drv-0/l_fortran-compiler_p_2022.0.1.70_offline/bootstrapper: No such file or directory 
> error: in phase 'install': uncaught exception:

Are you sure that the file pointed by the script install.sh at the line
34 is provided by the source of the package.  You can examine the
post-mortem failure with:

    guix build -f oneapi.scm -K
    cd /tmp/guix-<blabla>/source

and inspect this line 34.


>         (uri (string-append "https://registrationcenter-download.intel.com/akdlm/irc_nas/18436/l_fortran-comp$

It is hard to test myself since the URL had been mangled.  Could you
provide where can I download the archive?  Well, if it is still an
issue. :-)


Cheers,
simon


  parent reply	other threads:[~2022-09-02 16:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-13  6:38 Problem with uilding a package for intel onepi fortran compiler Céline Acary-Robert
2022-04-14  4:06 ` Thiago Jung Bauermann
2022-09-02 16:46 ` zimoun [this message]
2022-09-02 16:59   ` Céline Acary
2022-09-09 17:24     ` zimoun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=864jxp911h.fsf@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=celine.acary-robert@univ-grenoble-alpes.fr \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).