Search Criteria
Package Details: lib32-gcc-libs-git 12.0.0.r190435.840a22e0fee-1
Package Actions
- View PKGBUILD / View Changes
- Download snapshot
- Search wiki
- Flag package out-of-date
- 1 pending request
- Submit Request
Git Clone URL: | https://aur.archlinux.org/gcc-multilib-trunk-git.git (read-only, click to copy) |
---|---|
Package Base: | gcc-multilib-trunk-git |
Description: | The GNU Compiler Collection - C and C++ frontends for multilib |
Upstream URL: | http://gcc.gnu.org |
Keywords: | devel gcc |
Licenses: | custom, GPL3, LGPL |
Conflicts: | lib32-gcc-libs |
Provides: | lib32-gcc-libs |
Submitter: | Nefelim4ag |
Maintainer: | None |
Last Packager: | PhCl |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-01-20 22:27 (UTC) |
Last Updated: | 2021-12-17 01:26 (UTC) |
Dependencies (8)
- lib32-glibc (glibc-force-mmap, lib32-glibc-force-mmap, lib32-glibc-minimal-git, lib32-glibc-linux4)
- binutils (binutils-git, binutils-2.35.2) (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- lib32-glibc (glibc-force-mmap, lib32-glibc-force-mmap, lib32-glibc-minimal-git, lib32-glibc-linux4) (make)
- libmpc (libmpc-git) (make)
- dejagnu (dejagnu-git) (check)
- inetutils (gettext-hostname, inetutils-git) (check)
Required by (366)
- android-sdk (requires lib32-gcc-libs)
- android-sdk-build-tools (requires lib32-gcc-libs) (optional)
- android-sdk-build-tools-19.1 (requires lib32-gcc-libs)
- android-sdk-build-tools-23.0.1 (requires lib32-gcc-libs)
- android-sdk-build-tools-23.0.3 (requires lib32-gcc-libs)
- android-sdk-build-tools-24 (requires lib32-gcc-libs)
- android-sdk-build-tools-24.0.1 (requires lib32-gcc-libs)
- android-sdk-build-tools-24.0.2 (requires lib32-gcc-libs)
- android-sdk-build-tools-24.0.3 (requires lib32-gcc-libs)
- android-sdk-build-tools-25.0.2 (requires lib32-gcc-libs)
- android-sdk-build-tools-26 (requires lib32-gcc-libs)
- android-sdk-build-tools-26.0.1 (requires lib32-gcc-libs)
- android-sdk-build-tools-26.0.2 (requires lib32-gcc-libs)
- android-sdk-build-tools-26.0.3 (requires lib32-gcc-libs)
- android-sdk-build-tools-27 (requires lib32-gcc-libs)
- android-sdk-build-tools-27.0.1 (requires lib32-gcc-libs)
- android-sdk-build-tools-27.0.2 (requires lib32-gcc-libs)
- android-sdk-build-tools-27.0.3 (requires lib32-gcc-libs)
- android-sdk-build-tools-28 (requires lib32-gcc-libs)
- android-sdk-build-tools-28.0.1 (requires lib32-gcc-libs)
Latest Comments
PhCl commented on 2022-05-07 15:59 (UTC)
Fine with me to delete.
ptr1337 commented on 2022-05-07 15:54 (UTC)
Would be great if you drop this PKGBUILD, so I could add lib32-gcc-libs-git into the gcc-git PKGBUILD.
Regards.
FabioLolix commented on 2022-01-06 14:40 (UTC)
gcc-multilib in the official repo have been merged into gcc since years now, gcc-git have followed, gcc-git also package gcc-ada,gcc-go,gcc-d, this pkgbuild is no longer relevant?
PhCl commented on 2021-12-17 01:27 (UTC)
Fixed _pkgver_base
skaiboa commented on 2021-12-14 12:56 (UTC) (edited on 2021-12-14 12:57 (UTC) by skaiboa)
Got the following error:
fredham commented on 2020-03-19 05:27 (UTC)
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 (UTC) (edited on 2019-12-10 11:46 (UTC) by PhCl)
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 (UTC) (edited on 2019-05-03 23:18 (UTC) by PhCl)
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 (UTC)
Fixed _pkgver_base
rambodrahmani commented on 2019-03-07 12:11 (UTC) (edited on 2019-03-07 12:12 (UTC) by rambodrahmani)
PhCl commented on 2018-10-29 21:12 (UTC) (edited on 2018-10-29 21:14 (UTC) by PhCl)
@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 (UTC)
"gcc is not a commit" error while building
PhCl commented on 2018-05-01 22:48 (UTC)
Fixed _pkgver_base
RemoteAdmin commented on 2018-04-26 05:44 (UTC)
PhCl commented on 2017-12-15 01:01 (UTC)
@tuxsavvy I have integrated your patch. Thank you!
tuxsavvy commented on 2017-12-09 05:18 (UTC) (edited on 2017-12-09 05:20 (UTC) by tuxsavvy)
Package no longer compiles as of 8.0.0.* due to Intel Cilk Plus libraries being removed:
https://gcc.gnu.org/git/?p=gcc.git;a=tree;h=69eb295335fbb14f450109cd75372e8e589806fe;hb=1bd23ca8c30f4827c4bea23deedf7ca33a86ffb5
https://gcc.gnu.org/git/?p=gcc.git;a=tree;h=refs/heads/trunk;hb=refs/heads/trunk
It also appears that Cilk Plus is going to be deprecated in 2018 and will remain that way:
Here is a patch which addresses it. Ignore the first edit as I wanted to make use of SMP by tweaking make flags:
1ace commented on 2017-05-16 17:28 (UTC)
PhCl commented on 2017-05-10 22:56 (UTC)
PhCl commented on 2017-05-10 17:34 (UTC)
1ace commented on 2017-05-10 09:07 (UTC)
PhCl commented on 2017-02-17 01:56 (UTC)
xavloose commented on 2017-02-16 19:30 (UTC)
dariost commented on 2016-12-31 00:31 (UTC)
PhCl commented on 2016-12-07 02:33 (UTC)
dariost commented on 2016-12-04 15:04 (UTC)
PhCl commented on 2016-04-10 00:20 (UTC)
PhCl commented on 2016-04-07 18:33 (UTC)
PhCl commented on 2016-02-15 02:21 (UTC)
FadeMind commented on 2016-02-14 08:40 (UTC) (edited on 2016-02-14 08:43 (UTC) by FadeMind)
PhCl commented on 2016-02-14 03:20 (UTC)
FadeMind commented on 2016-02-13 08:26 (UTC) (edited on 2016-02-13 08:32 (UTC) by FadeMind)
FadeMind commented on 2016-02-12 19:54 (UTC)
FadeMind commented on 2016-02-12 19:18 (UTC)
bucaneer commented on 2015-10-06 11:50 (UTC)
PhCl commented on 2015-05-21 20:54 (UTC)
hepha commented on 2015-05-21 10:49 (UTC)
hepha commented on 2015-05-21 08:16 (UTC)
WFCody commented on 2015-04-22 12:27 (UTC)
PhCl commented on 2015-02-08 14:17 (UTC)
Nefelim4ag commented on 2015-02-08 00:02 (UTC)
PhCl commented on 2015-02-03 01:46 (UTC)
Nefelim4ag commented on 2015-01-22 14:36 (UTC)
smirky commented on 2015-01-22 12:30 (UTC)
smirky commented on 2015-01-22 12:00 (UTC)