Search Criteria
Package Details: gcc-objc-multilib-git 11.0.0.r176388.8415ced06ed-1
Git Clone URL: | https://aur.archlinux.org/gcc-multilib-trunk-git.git (read-only, click to copy) |
---|---|
Package Base: | gcc-multilib-trunk-git |
Description: | Objective-C front-end for GCC for multilib |
Upstream URL: | http://gcc.gnu.org |
Keywords: | devel gcc |
Licenses: | |
Conflicts: | |
Provides: | |
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 |
Dependencies (8)
- gcc-multilib-git=11.0.0.r176388.8415ced06ed-1
- dejagnu (dejagnu-git) (check)
- inetutils (inetutils-git) (check)
- doxygen (doxygen-git) (make)
- git (git-git) (make)
- libmpc (libmpc-git) (make)
- lib32-glibc>=2.20 (make)
- binutils>=2.25 (binutils-tune-bfd-hash, binutils-git) (make)
Required by (62)
- addresses.app (requires gcc-objc) (make)
- affiche.app (requires gcc-objc) (make)
- batmon.app (requires gcc-objc) (make)
- cctools (requires gcc-objc) (make)
- cctools-git (requires gcc-objc) (make)
- cenon (requires gcc-objc) (make)
- charmap.app (requires gcc-objc) (make)
- chess.app (requires gcc-objc) (make)
- cynthiune.app (requires gcc-objc) (make)
- dictionaryreader.app (requires gcc-objc) (make)
- edenmath.app (requires gcc-objc) (make)
- fisicalab.app (requires gcc-objc) (make)
- fontmanager.app (requires gcc-objc) (make)
- ftp.app (requires gcc-objc) (make)
- gemas.app (requires gcc-objc) (make)
- gmastermind.app (requires gcc-objc) (make)
- gmines.app (requires gcc-objc) (make)
- gnumail.app (requires gcc-objc) (make)
- gnustep-back (requires gcc-objc) (make)
- gnustep-gui (requires gcc-objc) (make)
- gomoku.app (requires gcc-objc) (make)
- gorm.app (requires gcc-objc) (make)
- graphos.app (requires gcc-objc) (make)
- grr.app (requires gcc-objc) (make)
- gshisen.app (requires gcc-objc) (make)
- gspdf.app (requires gcc-objc) (make)
- gworkspace (requires gcc-objc) (make)
- highlighterkit (requires gcc-objc) (make)
- lapispuzzle.app (requires gcc-objc) (make)
- laternamagica.app (requires gcc-objc) (make)
- lusernet.app (requires gcc-objc) (make)
- medit-full (requires gcc-objc) (make)
- mpdcon.app (requires gcc-objc) (make)
- netclasses (requires gcc-objc) (make)
- oolite (requires gcc-objc) (make)
- openvpn-auth-ldap (requires gcc-objc) (make)
- pacmixer (requires gcc-objc) (make)
- pantomime (requires gcc-objc) (make)
- performance (requires gcc-objc) (make)
- pikopixel (requires gcc-objc) (make)
- price.app (requires gcc-objc) (make)
- projectcenter (requires gcc-objc) (make)
- quine-relay (requires gcc-objc)
- remotedesk.app (requires gcc-objc) (make)
- rsskit (requires gcc-objc) (make)
- simpleagenda.app (requires gcc-objc) (make)
- sogo (requires gcc-objc) (make)
- sogo2 (requires gcc-objc) (make)
- sope (requires gcc-objc) (make)
- sope2 (requires gcc-objc) (make)
- sqlclient (requires gcc-objc) (make)
- stepsync.app (requires gcc-objc) (make)
- swarm (requires gcc-objc) (make)
- systempreferences (requires gcc-objc) (make)
- talksoup.app (requires gcc-objc) (make)
- terminal.app (requires gcc-objc) (make)
- textedit-classic.app (requires gcc-objc) (make)
- textedit.app (requires gcc-objc) (make)
- timemon.app (requires gcc-objc) (make)
- vlmc-git (requires gcc-objc) (make)
- waiho.app (requires gcc-objc) (make)
- zipper.app (requires gcc-objc) (make)
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!