unlisted dependency: flex
Search Criteria
Package Details: gcc7-fortran 7.5.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/gcc7.git (read-only, click to copy) |
---|---|
Package Base: | gcc7 |
Description: | Fortran front-end for GCC (7.x.x) |
Upstream URL: | http://gcc.gnu.org |
Licenses: | GPL, custom, LGPL, FDL |
Submitter: | arojas |
Maintainer: | None |
Last Packager: | ReyJamonico |
Votes: | 18 |
Popularity: | 0.006686 |
First Submitted: | 2019-04-08 18:58 (UTC) |
Last Updated: | 2022-05-19 15:34 (UTC) |
Dependencies (7)
- gcc7AUR
- binutils (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- flex (flex-gitAUR) (make)
- libmpc (libmpc-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- subversion (make)
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4
n3rv commented on 2019-10-01 09:41 (UTC)
dviktor commented on 2019-09-02 21:30 (UTC)
@nrar it's done
nrar commented on 2019-08-26 10:18 (UTC) (edited on 2019-08-26 13:42 (UTC) by nrar)
LD_PRELOAD= /usr/lib/libstdc++.so \ (right before make) might be needed for some systems to evade segmentation faults like here https://bbs.archlinux.org/viewtopic.php?id=248510
jmm commented on 2019-08-23 06:27 (UTC)
Is gcov by purpose not part of the package?
dviktor commented on 2019-04-15 07:18 (UTC) (edited on 2019-04-15 07:19 (UTC) by dviktor)
@flipmess
your CHOST is x86_64-unknown-linux-gnu
rather than x86_64-pc-linux-gnu
and because of this you're getting such error. Here some people have the same problem. In short: recheck that CHOST
is set up correctly on your machine
flipmess commented on 2019-04-14 23:48 (UTC)
i get this: ... make: *** x86_64-unknown-linux-gnu/libstdc++-v3/doc: No such file or directory. Stop. ==> ERROR: A failure occurred in build(). Aborting... Error making: gcc7 (gcc7-libs gcc7)
dviktor commented on 2019-04-11 06:54 (UTC) (edited on 2019-04-15 07:25 (UTC) by dviktor)
Mark1 commented on 2019-04-10 20:39 (UTC)
full error report: https://ufile.io/r5a7c
dviktor commented on 2019-04-10 15:48 (UTC)
Error message is not full. Check if you have enough free space in /tmp
Mark1 commented on 2019-04-10 14:29 (UTC)
After very long time i got this error report:
collect2: error: ld returned 1 exit status make[3]: [/tmp/pamac-build/gcc7/src/gcc/gcc/c/Make-lang.in:85: cc1] Error 1 make[3]: Leaving directory '/tmp/pamac-build/gcc7/src/gcc-build/gcc' make[2]: [Makefile:4630: all-stage3-gcc] Error 2 make[2]: Leaving directory '/tmp/pamac-build/gcc7/src/gcc-build' make[1]: [Makefile:23387: stage3-bubble] Error 2 make[1]: Leaving directory '/tmp/pamac-build/gcc7/src/gcc-build' make: [Makefile:935: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
Pinned Comments