Search Criteria
Package Base Details: gcc-multilib-trunk-git
Git Clone URL: | https://aur.archlinux.org/gcc-multilib-trunk-git.git (read-only, click to copy) |
---|---|
Keywords: | devel gcc |
Submitter: | Nefelim4ag |
Maintainer: | PhCl |
Last Packager: | PhCl |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-01-20 22:27 |
Last Updated: | 2020-05-09 20:23 |
Latest Comments
1 2 3 4 Next › Last »
fredham commented on 2020-03-19 05:27
The script
c89
andc99
from gcc-multilib-git doesn't work.The PKGBUILD doesn't escape the
$
correctly. It is expanded when the package is built. Here is a patch that addresses these issues.PhCl commented on 2019-12-10 11:45
Warning: After upgrading the Linux kernel to 5.4.2-arch1-1, nvidia failed to compile for me. The effect was that my system could still boot but refused to bring up the graphical environment.
If you are hit, I recommend to first downgrade gcc to the official Arch package:
Then force a recompilation of nvidia find out which packages need to be reinstalled:
In my case:
PhCl commented on 2019-05-03 23:16
If you install
gcc-multilib-gcc
, you might run into this dependency error:Until there is a proper fix, it should work to install these three packages together:
gcc-multilib-git gcc-fortran-multilib-git gcc-objc-multilib-git
Please let me know if someone knows how to correctly define the dependences in the PKGBUILD. (Maybe gcc-multilib-git should automatically pull gcc-fortran-multilib-git and gcc-objc-multilib-git?)
PhCl commented on 2019-03-09 00:42
Fixed _pkgver_base
rambodrahmani commented on 2019-03-07 12:11
PhCl commented on 2018-10-29 21:12
@SpaceboyRoss Unfortunately, I cannot reproduce. Can you give some more details? And more important, can you reproduce if you remove all old state? "gcc is not a commit" could indicate that it fails to checkout the sources.
Independent of that, I noticed that this package (gcc-multilib-trunk-git) is affected by the same build issue discussed in https://aur.archlinux.org/pkgbase/gcc-git/
I'll try to port the workaround from gcc-git.
SpaceboyRoss commented on 2018-10-18 00:01
"gcc is not a commit" error while building
PhCl commented on 2018-05-01 22:48
Fixed _pkgver_base
RemoteAdmin commented on 2018-04-26 05:44
PhCl commented on 2017-12-15 01:01
@tuxsavvy I have integrated your patch. Thank you!