Search Criteria
Package Details: icu57 57.2-1
Git Clone URL: | https://aur.archlinux.org/icu57.git (read-only, click to copy) |
---|---|
Package Base: | icu57 |
Description: | International Components for Unicode library |
Upstream URL: | http://www.icu-project.org/ |
Licenses: | |
Submitter: | cubethethird |
Maintainer: | cubethethird |
Last Packager: | cubethethird |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-06 04:48 |
Last Updated: | 2019-06-11 01:13 |
Dependencies (1)
- gcc-libs>=4.7.1-5 (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
Latest Comments
cubethethird commented on 2017-01-22 20:02
After doing some research, it seems the hardening-wrapper is only expected to be used as a make dependency for certain packages, and should not be kept installed otherwise, as it is known to conflict with package building where it is not expected to be used.
tjb0607 commented on 2017-01-19 04:51
I think I've found the problem - the configure script only checks if the following commands exist in order from left to right: clang gcc cc c99 c89 xlc_r xlc cl.exe icc
So it chooses to use clang because sh doesn't return No such file or directory. But the clang command it found is just a bash script from community/hardening-wrapper located at /usr/lib/hardening-wrapper/bin/clang: https://gist.github.com/tjb0607/f82cc52878994a4ef0037b7e848ee72a
Maybe a patch should be applied to icu/source/configure line 2835 to prioritize gcc over clang by putting it first in the list?
tjb0607 commented on 2017-01-19 04:32
That's also weird because I didn't have clang installed earlier
cubethethird commented on 2017-01-18 23:23
That's very odd though. I am able to build the package without issue, without even having clang installed. It sounds like your system is defaulting to using clang over gcc, or something similar.
tjb0607 commented on 2017-01-18 22:04
That worked! makedepends should be updated to include clang
cubethethird commented on 2017-01-18 22:01
Your log shows that it's trying to use clang, but it's failing to use it. Can you uninstall and/or reinstall clang before building?
StarlightGlimmer commented on 2017-01-18 21:53
@tjb0607 Try installing Clang.
tjb0607 commented on 2017-01-18 20:45
I get the following error in build():
checking whether the C compiler works... no
configure: error: in `/tmp/yaourt-tmp-tyler/aur-icu57/src/icu/source':
configure: error: C compiler cannot create executables
See `config.log' for more details
Config.log: https://gist.github.com/tjb0607/1f92a2e5aae63af8c86fa4a8dc4df32c
I have gcc/gcc-libs 6.3.1-1 installed and my CPU is an i5-4440