You are not logged in.

#1 2011-08-29 12:56:58

zuargo
Member
From: Concepción, Chile
Registered: 2009-08-20
Posts: 116

Error by compiling gcc: libcloog-isl.so.1 not found

Hello

I am trying to build gcc with the default PKGBUILD which I get trough of ABS.

When I run makepkg, I get this message:

checking for C compiler default output file name...
configure: error: in `/home/zuargo/Paquetes/gcc/src/gcc-build':
configure: error: C compiler cannot create executables
See `config.log' for more details.

config.log in a line says:

/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/cc1: error while loading shared libraries: libcloog-isl.so.1: cannot open shared object file: No such file or directory

Here the whole config.log file.

So I searched for libcloog-isl.so.1 on my system. It is not installed on my system:

$ pacman -Ql | grep libcloog-isl.so.1
$ 

I have searched for the file (libcloog-isl.so.1) in the Archlinux's packages web page. I obtained this as result:

http://www.archlinux.org/packages/core/ … oog/files/

But cloog package does not provide libcloog-isl.so.1, instead it provides libcloog-isl.so.2 and libcloog-isl.so

Any idea? big_smile

Offline

#2 2011-08-29 13:17:44

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Error by compiling gcc: libcloog-isl.so.1 not found

zuargo wrote:

/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/cc1: error while loading shared libraries: libcloog-isl.so.1: cannot open shared object file: No such file or directory

That's the compiler installed on your machine breaking because your packages are out of date, or you're attempting to compile and maintain the package yourself.

Offline

#3 2011-08-29 13:19:39

ethail
Member
From: Spain
Registered: 2011-02-10
Posts: 225

Re: Error by compiling gcc: libcloog-isl.so.1 not found

Have you tried to build it on a clean chroot?

https://wiki.archlinux.org/index.php/De … ean_Chroot

Is your system fully updated? I tried to build it right now and it did not give any error like that

Last edited by ethail (2011-08-29 13:20:12)


My GitHub Page

Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.

Offline

#4 2011-08-29 14:04:12

zuargo
Member
From: Concepción, Chile
Registered: 2009-08-20
Posts: 116

Re: Error by compiling gcc: libcloog-isl.so.1 not found

Alright, I have updated fully the system and now I don't have problems

Thanks dudes

Thank you ethail for that article in the wiki I did not have idea about it big_smile

Offline

Board footer

Powered by FluxBB