all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: guix-devel@gnu.org
Subject: Re: 01/01: gnu: custom-gcc: Delete broken or conflicting executables.
Date: Wed, 16 Mar 2016 14:13:00 +0100	[thread overview]
Message-ID: <idjvb4mtvkz.fsf@bimsb-sys02.mdc-berlin.net> (raw)
In-Reply-To: <idjwpp2u00m.fsf@bimsb-sys02.mdc-berlin.net>


Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> writes:

> Efraim Flashner <efraim@flashner.co.il> writes:
>
>> https://lists.gnu.org/archive/html/guix-commits/2016-03/msg00229.html
>>
>> This patch seems to have broken slepc[1], slepc-complex[2] and
>> randomjungle[3].
>>
>>
>> [1] http://hydra.gnu.org/build/1084459
>> [2] http://hydra.gnu.org/build/1084166
>> [3] http://hydra.gnu.org/build/1084474
>
> For randomjungle the config.log tells me this:
>
>> configure:19068: gcc -o conftest -g -O2  -I/usr/include  -L/usr/lib -lz conftest.c -lgsl -lm -lgslcblas -lxml2 -lpthread -lgfortran -lz  >&5
>> ld: cannot find -lgfortran
>> collect2: error: ld returned 1 exit status
>> configure:19068: $? = 1
>> configure: failed program was:
>> | /* confdefs.h */
>> | #define PACKAGE_NAME "randomjungle"
>> | #define PACKAGE_TARNAME "randomjungle"
>> | #define PACKAGE_VERSION "2.0.0"
>> | #define PACKAGE_STRING "randomjungle 2.0.0"
>> | #define PACKAGE_BUGREPORT ""
>> | #define PACKAGE_URL ""
>> | #define PACKAGE "randomjungle"
>> | #define VERSION "2.0.0"
>> | #define STDC_HEADERS 1
>> | #define HAVE_SYS_TYPES_H 1
>> | #define HAVE_SYS_STAT_H 1
>> | #define HAVE_STDLIB_H 1
>> | #define HAVE_STRING_H 1
>> | #define HAVE_MEMORY_H 1
>> | #define HAVE_STRINGS_H 1
>> | #define HAVE_INTTYPES_H 1
>> | #define HAVE_STDINT_H 1
>> | #define HAVE_UNISTD_H 1
>> | #define HAVE_DLFCN_H 1
>> | #define LT_OBJDIR ".libs/"
>> | #define HAVE_MATH_H 1
>> | #define HAVE_STDLIB_H 1
>> | #define HAVE_STRING_H 1
>> | #define HAVE_SYS_TIME_H 1
>> | #define HAVE_GETOPT_H 1
>> | #define HAVE__BOOL 1
>> | #define HAVE_STDBOOL_H 1
>> | #define SIZEOF_VOID_P 8
>> | #define HAVE_LIBZ 1
>> | #define HAVE_BOOST_DYNAMIC_BITSET_HPP 1
>> | /* end confdefs.h.  */
>> | #include <error.h>
>> | int
>> | main ()
>> | {
>> | error_at_line (0, 0, "", 0, "an error occurred");
>> |   ;
>> |   return 0;
>> | }
>> configure:19076: result: no
>
> I’ll investigate this.  It’s odd that “-lgfortran” cannot be found only
> because we deleted useless wrappers.

I found that for randomjungle the native inputs must now also include

    ("gfortran" ,gfortran "lib")

in *addition* to the usual

    ("gfortran" ,gfortran)

I can prepare a patch for the three broken packages, but I wonder why
this is necessary.  “gfortran” alone does not install “libgfortran.so”,
only the “lib” output does.

~~ Ricardo

  reply	other threads:[~2016-03-16 13:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-11 13:14 01/01: gnu: custom-gcc: Delete broken or conflicting executables Efraim Flashner
2016-03-16 11:37 ` Ricardo Wurmus
2016-03-16 13:13   ` Ricardo Wurmus [this message]
2016-03-17 21:51     ` Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=idjvb4mtvkz.fsf@bimsb-sys02.mdc-berlin.net \
    --to=ricardo.wurmus@mdc-berlin.de \
    --cc=efraim@flashner.co.il \
    --cc=guix-devel@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.
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.