Discussion:
configure: libX11 MUST be installed
Antonio Augusto Alves Jr
2014-09-25 14:47:47 UTC
Permalink
Dear ROOTERS,

I am trying to compile ROOT v5.34.21 in a *Linux Mint Debian Edition
*machine.
The ./configure command fails with the following messages :


./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites

All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to
compile in Ubuntu and in most of the cases update the ROOT version was
the suggested solution...

Please, could someone help me with it?

A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
Axel Naumann
2014-09-25 14:50:27 UTC
Permalink
Hi Antonio,

The prerequisite page should say that you need libx11-dev, not just
libx11. Does that help?

Cheers, Axel
Post by Antonio Augusto Alves Jr
Dear ROOTERS,
I am trying to compile ROOT v5.34.21 in a *Linux Mint Debian Edition
*machine.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to
compile in Ubuntu and in most of the cases update the ROOT version was
the suggested solution...
Please, could someone help me with it?
A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
Antonio Augusto Alves Jr
2014-09-25 14:56:18 UTC
Permalink
This does not help. Please see bellow:


sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.

sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev
libmysqlclient-dev libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev libldap2-dev python-dev
libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.


Another suggestion ?

Thanks,
A.A.
Post by Axel Naumann
Hi Antonio,
The prerequisite page should say that you need libx11-dev, not just
libx11. Does that help?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Dear ROOTERS,
I am trying to compile ROOT v5.34.21 in a *Linux Mint Debian Edition
*machine.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to
compile in Ubuntu and in most of the cases update the ROOT version was
the suggested solution...
Please, could someone help me with it?
A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
Brett Viren
2014-09-25 15:15:06 UTC
Permalink
Hi,
Post by Antonio Augusto Alves Jr
All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I have for a while moved to using CMake to build ROOT on Debian so I
don't know the "configure" script well any more. Could it be that it
does not understand about Debian's change to the multi-arch directory
layout?

-Brett.
Axel Naumann
2014-09-25 15:51:26 UTC
Permalink
Hi Brett,
Post by Brett Viren
Post by Antonio Augusto Alves Jr
All prerequisites are installed. The libX11 library is at
directory /usr/lib/x86_64-linux-gnu/, all well some other
required libs.
I have for a while moved to using CMake to build ROOT on Debian so
I don't know the "configure" script well any more. Could it be
that it does not understand about Debian's change to the multi-arch
directory layout?
No, we build on 14.04 every day using configure/make.

Cheers, Axel
Antonio Augusto Alves Jr
2014-09-25 16:05:02 UTC
Permalink
Hi,

Let me add a information. I compiled ROOT v5.34.10 in the same machine
some time ago without problems.
In the meanwhile, nothing changed on the system configuration... I can't
understand why it is not working now.

Some suggestion?
There is someway to make /configure catch up the correct libdir?

Cheers
A.A.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Brett,
Post by Brett Viren
Post by Antonio Augusto Alves Jr
All prerequisites are installed. The libX11 library is at
directory /usr/lib/x86_64-linux-gnu/, all well some other
required libs.
I have for a while moved to using CMake to build ROOT on Debian so
I don't know the "configure" script well any more. Could it be
that it does not understand about Debian's change to the multi-arch
directory layout?
No, we build on 14.04 every day using configure/make.
Cheers, Axel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJUJDn+AAoJEFxch0oL14gtW0UP/0pP0o071KcN9BJ6xojYL2sV
nArNm5MPLG3kZGMhjOI1X+D3vPl5pbq7waV5AF4tYrk1Ba4cYn4awWAtpSg46ZJo
O8ouvg9pDZclpIcq8noxAZMfgan649sunjEw2pwg3xIFTHaj1oml5zP56d+GC6np
GJFU1vq9UlFhGuEK5/zarq21ju/WmYNyV8hAHDrtcLOccxojwhFQFwM1Wm+cljX1
Tib/xme6OuF10rUiS8WMdVap0KOiC1D186pVl70x4zwrK7STksPNU8Po0hM4vOZa
gwViyvmwzDiEygy9n30PExjbAVZaGiW+h2qkDiTtTcRh7a6vmEwe0WamwEcwCfUR
pC8JOLwNw+lItcZQ7afh5zNwIDV48UqPdcQvMeKMajDiELIZ/wgH4W9+0j57onQK
l1wNhGyFc/ERlPQESyuOdfN10jha4uyVFamzwXoTfE6gRgN3lBMlkJrrXRLsITRq
Tmt6VdlsKqvIRm58QGMbUzH7pCncwPoNUwR9sLblSnkMx2bWkAwdrpKKRgl6RjA0
+IS+7JlaVPmvmj6Yj23hmX+1G5ISG2wMhbDgOrEa16N2u92dwDLkiBuEF+hJcHdT
XPKF53BEMztcCdhWZaNXZVozID8mjeR+zv8MLd641JeTW7sRkKMYYW91fwkWLdPk
zgvyGFuRAeqtJGv5t+cH
=WrwI
-----END PGP SIGNATURE-----
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
Antonio Augusto Alves Jr
2014-09-25 16:20:08 UTC
Permalink
Hi Fons,

You're right, sorry. I didn't there was some lines in Portuguese.
Here are the same output in english :


sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-devReading package lists... Done
Building dependency tree
Reading state information... Done
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.


sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev libmysqlclient-dev
libfftw3-dev cfitsio-dev graphviz-dev libavahi-compat-libdnssd-dev
libldap2-dev python-dev libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.



./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites

Thank you.
A.A.
Post by Antonio Augusto Alves Jr
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev
libmysqlclient-dev libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev libldap2-dev python-dev
libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
Another suggestion ?
Thanks,
A.A.
Post by Axel Naumann
Hi Antonio,
The prerequisite page should say that you need libx11-dev, not just
libx11. Does that help?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Dear ROOTERS,
I am trying to compile ROOT v5.34.21 in a *Linux Mint Debian Edition
*machine.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
Seehttp://root.cern.ch/drupal/content/build-prerequisites
All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to
compile in Ubuntu and in most of the cases update the ROOT version was
the suggested solution...
Please, could someone help me with it?
A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
Axel Naumann
2014-09-25 16:25:10 UTC
Permalink
Hi Antonio,

Weird. Unique. Could you attach config.log, please?

Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi Fons,
You're right, sorry. I didn't there was some lines in Portuguese.
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-devReading package lists... Done
Building dependency tree
Reading state information... Done
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev libmysqlclient-dev
libfftw3-dev cfitsio-dev graphviz-dev libavahi-compat-libdnssd-dev
libldap2-dev python-dev libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
Thank you.
A.A.
Post by Antonio Augusto Alves Jr
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev
libmysqlclient-dev libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev libldap2-dev python-dev
libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
Another suggestion ?
Thanks,
A.A.
Post by Axel Naumann
Hi Antonio,
The prerequisite page should say that you need libx11-dev, not just
libx11. Does that help?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Dear ROOTERS,
I am trying to compile ROOT v5.34.21 in a *Linux Mint Debian Edition
*machine.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to
compile in Ubuntu and in most of the cases update the ROOT version was
the suggested solution...
Please, could someone help me with it?
A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
Antonio Augusto Alves Jr
2014-09-25 16:39:18 UTC
Permalink
Hi,

He are...

Cheers

A.A.
Post by Axel Naumann
Hi Antonio,
Weird. Unique. Could you attach config.log, please?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi Fons,
You're right, sorry. I didn't there was some lines in Portuguese.
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-devReading package lists... Done
Building dependency tree
Reading state information... Done
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev libmysqlclient-dev
libfftw3-dev cfitsio-dev graphviz-dev libavahi-compat-libdnssd-dev
libldap2-dev python-dev libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
Thank you.
A.A.
Post by Antonio Augusto Alves Jr
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev
libmysqlclient-dev libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev libldap2-dev python-dev
libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
Another suggestion ?
Thanks,
A.A.
Post by Axel Naumann
Hi Antonio,
The prerequisite page should say that you need libx11-dev, not just
libx11. Does that help?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Dear ROOTERS,
I am trying to compile ROOT v5.34.21 in a *Linux Mint Debian Edition
*machine.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to
compile in Ubuntu and in most of the cases update the ROOT version was
the suggested solution...
Please, could someone help me with it?
A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
Fons Rademakers
2014-09-25 19:14:24 UTC
Permalink
What does:

dpkg-architecture -qDEB_HOST_MULTIARCH

output on your machine?

CHeers, Fons.
Post by Antonio Augusto Alves Jr
Hi,
He are...
Cheers
A.A.
Post by Axel Naumann
Hi Antonio,
Weird. Unique. Could you attach config.log, please?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi Fons,
You're right, sorry. I didn't there was some lines in Portuguese.
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-devReading package lists... Done
Building dependency tree
Reading state information... Done
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev libmysqlclient-dev
libfftw3-dev cfitsio-dev graphviz-dev libavahi-compat-libdnssd-dev
libldap2-dev python-dev libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
Thank you.
A.A.
Post by Antonio Augusto Alves Jr
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev
libmysqlclient-dev libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev libldap2-dev python-dev
libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
Another suggestion ?
Thanks,
A.A.
Post by Axel Naumann
Hi Antonio,
The prerequisite page should say that you need libx11-dev, not just
libx11. Does that help?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Dear ROOTERS,
I am trying to compile ROOT v5.34.21 in a *Linux Mint Debian Edition
*machine.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to
compile in Ubuntu and in most of the cases update the ROOT version was
the suggested solution...
Please, could someone help me with it?
A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
Org: CERN, European Laboratory for Particle Physics.
Mail: 1211 Geneve 23, Switzerland
E-Mail: ***@cern.ch Phone: +41 22 7679248
WWW: http://fons.rademakers.org Fax: +41 22 7669640
Antonio Augusto Alves Jr
2014-09-25 22:36:40 UTC
Permalink
Hi Fons,

It is here:

dpkg-architecture -qDEB_HOST_MULTIARCH
x86_64-linux-gnu

Cheers
A.A.
Post by Fons Rademakers
dpkg-architecture -qDEB_HOST_MULTIARCH
output on your machine?
CHeers, Fons.
Post by Antonio Augusto Alves Jr
Hi,
He are...
Cheers
A.A.
Post by Axel Naumann
Hi Antonio,
Weird. Unique. Could you attach config.log, please?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi Fons,
You're right, sorry. I didn't there was some lines in Portuguese.
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-devReading package lists... Done
Building dependency tree
Reading state information... Done
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev libmysqlclient-dev
libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev
libldap2-dev python-dev libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
Thank you.
A.A.
Post by Antonio Augusto Alves Jr
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev
libmysqlclient-dev libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev libldap2-dev python-dev
libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
Another suggestion ?
Thanks,
A.A.
Post by Axel Naumann
Hi Antonio,
The prerequisite page should say that you need libx11-dev, not just
libx11. Does that help?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Dear ROOTERS,
I am trying to compile ROOT v5.34.21 in a *Linux Mint Debian Edition
*machine.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to
compile in Ubuntu and in most of the cases update the ROOT version was
the suggested solution...
Please, could someone help me with it?
A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
Queriam-me casado, fútil, quotidiano e tributável? Queriam-me o
contrário disto, o contrário de qualquer coisa? Se eu fosse outra
pessoa, fazia-lhes, a todos, a vontade. Assim, como sou, tenham
paciência! Vão para o diabo sem mim, Ou deixem-me ir sozinho para o
diabo! Alvaro de Campos.
Antonio Augusto Alves Jr
2014-09-26 11:45:26 UTC
Permalink
Hi all,

Please, do you have some news about this problem ?

A.A.
Post by Antonio Augusto Alves Jr
Hi Fons,
dpkg-architecture -qDEB_HOST_MULTIARCH
x86_64-linux-gnu
Cheers
A.A.
Post by Fons Rademakers
dpkg-architecture -qDEB_HOST_MULTIARCH
output on your machine?
CHeers, Fons.
Post by Antonio Augusto Alves Jr
Hi,
He are...
Cheers
A.A.
Post by Axel Naumann
Hi Antonio,
Weird. Unique. Could you attach config.log, please?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi Fons,
You're right, sorry. I didn't there was some lines in Portuguese.
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-devReading package lists... Done
Building dependency tree
Reading state information... Done
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev libmysqlclient-dev
libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev
libldap2-dev python-dev libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
Thank you.
A.A.
Post by Antonio Augusto Alves Jr
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev
libmysqlclient-dev libfftw3-dev cfitsio-dev
graphviz-dev
libavahi-compat-libdnssd-dev libldap2-dev python-dev
libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Note, selecting 'libglu1-mesa-dev' instead of
'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
Another suggestion ?
Thanks,
A.A.
Post by Axel Naumann
Hi Antonio,
The prerequisite page should say that you need libx11-dev, not just
libx11. Does that help?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Dear ROOTERS,
I am trying to compile ROOT v5.34.21 in a *Linux Mint Debian Edition
*machine.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to
compile in Ubuntu and in most of the cases update the ROOT version was
the suggested solution...
Please, could someone help me with it?
A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
Queriam-me casado, fútil, quotidiano e tributável? Queriam-me o
contrário disto, o contrário de qualquer coisa? Se eu fosse outra
pessoa, fazia-lhes, a todos, a vontade. Assim, como sou, tenham
paciência! Vão para o diabo sem mim, Ou deixem-me ir sozinho para o
diabo! Alvaro de Campos.
--
Queriam-me casado, fútil, quotidiano e tributável? Queriam-me o
contrário disto, o contrário de qualquer coisa? Se eu fosse outra
pessoa, fazia-lhes, a todos, a vontade. Assim, como sou, tenham
paciência! Vão para o diabo sem mim, Ou deixem-me ir sozinho para o
diabo! Alvaro de Campos.
Axel Naumann
2014-09-26 12:16:48 UTC
Permalink
Hi Antonio,

Okay, now it all makes sense. I re-read what you said, and confess that
despite the highlighting I skipped the most important part: Mint
*Debian* edition.

So indeed that's a problem with our configure script detecting the
multiarch-ness of your distro.

What does "lsb_release -d" show?

Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi,
He are...
Cheers
A.A.
Post by Axel Naumann
Hi Antonio,
Weird. Unique. Could you attach config.log, please?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi Fons,
You're right, sorry. I didn't there was some lines in Portuguese.
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-devReading package lists... Done
Building dependency tree
Reading state information... Done
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev libmysqlclient-dev
libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev
libldap2-dev python-dev libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
Thank you.
A.A.
Post by Antonio Augusto Alves Jr
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev
libmysqlclient-dev libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev libldap2-dev python-dev
libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
Another suggestion ?
Thanks,
A.A.
Post by Axel Naumann
Hi Antonio,
The prerequisite page should say that you need libx11-dev, not just
libx11. Does that help?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Dear ROOTERS,
I am trying to compile ROOT v5.34.21 in a *Linux Mint Debian Edition
*machine.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to
compile in Ubuntu and in most of the cases update the ROOT version was
the suggested solution...
Please, could someone help me with it?
A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
Antonio Augusto Alves Jr
2014-09-26 12:23:54 UTC
Permalink
Hi Axel, it is here:

$lsb_release -d
Description: LMDE Cinnamon Edition

$cat /etc/lsb-release
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=1
DISTRIB_CODENAME=debian
DISTRIB_DESCRIPTION="LMDE Cinnamon Edition"

Do you think change the lsb_release could help ?
What should I write there?

Cheers
A.A.
Post by Axel Naumann
Hi Antonio,
Okay, now it all makes sense. I re-read what you said, and confess that
despite the highlighting I skipped the most important part: Mint
*Debian* edition.
So indeed that's a problem with our configure script detecting the
multiarch-ness of your distro.
What does "lsb_release -d" show?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi,
He are...
Cheers
A.A.
Post by Axel Naumann
Hi Antonio,
Weird. Unique. Could you attach config.log, please?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi Fons,
You're right, sorry. I didn't there was some lines in Portuguese.
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-devReading package lists... Done
Building dependency tree
Reading state information... Done
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev libmysqlclient-dev
libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev
libldap2-dev python-dev libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
Thank you.
A.A.
Post by Antonio Augusto Alves Jr
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev
libmysqlclient-dev libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev libldap2-dev python-dev
libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
Another suggestion ?
Thanks,
A.A.
Post by Axel Naumann
Hi Antonio,
The prerequisite page should say that you need libx11-dev, not just
libx11. Does that help?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Dear ROOTERS,
I am trying to compile ROOT v5.34.21 in a *Linux Mint Debian Edition
*machine.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to
compile in Ubuntu and in most of the cases update the ROOT version was
the suggested solution...
Please, could someone help me with it?
A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
Queriam-me casado, fútil, quotidiano e tributável? Queriam-me o
contrário disto, o contrário de qualquer coisa? Se eu fosse outra
pessoa, fazia-lhes, a todos, a vontade. Assim, como sou, tenham
paciência! Vão para o diabo sem mim, Ou deixem-me ir sozinho para o
diabo! Alvaro de Campos.
Axel Naumann
2014-09-26 12:33:49 UTC
Permalink
Hi Antonio,

Does attached patch fix it for you? Then I'll commit it. Run

patch -p1 < configure_LMDE.diff
./configure...

Cheers, Axel
Post by Antonio Augusto Alves Jr
$lsb_release -d
Description: LMDE Cinnamon Edition
$cat /etc/lsb-release
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=1
DISTRIB_CODENAME=debian
DISTRIB_DESCRIPTION="LMDE Cinnamon Edition"
Do you think change the lsb_release could help ?
What should I write there?
Cheers
A.A.
Post by Axel Naumann
Hi Antonio,
Okay, now it all makes sense. I re-read what you said, and confess that
despite the highlighting I skipped the most important part: Mint
*Debian* edition.
So indeed that's a problem with our configure script detecting the
multiarch-ness of your distro.
What does "lsb_release -d" show?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi,
He are...
Cheers
A.A.
Post by Axel Naumann
Hi Antonio,
Weird. Unique. Could you attach config.log, please?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi Fons,
You're right, sorry. I didn't there was some lines in Portuguese.
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-devReading package lists... Done
Building dependency tree
Reading state information... Done
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev libmysqlclient-dev
libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev
libldap2-dev python-dev libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
Thank you.
A.A.
Post by Antonio Augusto Alves Jr
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev
libmysqlclient-dev libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev libldap2-dev python-dev
libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
Another suggestion ?
Thanks,
A.A.
Post by Axel Naumann
Hi Antonio,
The prerequisite page should say that you need libx11-dev, not just
libx11. Does that help?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Dear ROOTERS,
I am trying to compile ROOT v5.34.21 in a *Linux Mint Debian Edition
*machine.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to
compile in Ubuntu and in most of the cases update the ROOT version was
the suggested solution...
Please, could someone help me with it?
A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
Queriam-me casado, fútil, quotidiano e tributável? Queriam-me o
contrário disto, o contrário de qualquer coisa? Se eu fosse outra
pessoa, fazia-lhes, a todos, a vontade. Assim, como sou, tenham
paciência! Vão para o diabo sem mim, Ou deixem-me ir sozinho para o
diabo! Alvaro de Campos.
Brett Viren
2014-09-26 13:37:57 UTC
Permalink
Hi Axel,
+ if lsb_release -d | grep -i 'LMDE' > /dev/null 2>& 1; then
+ linuxdist="multiarch"
+ fi
If it's already established that the platform will use GCC, maybe a more
generic test would be to use the output of:

gcc --print-multiarch

I think this option only exists on Debian and other flavors that
implement multiarch so even the failure of this command is informative.

Ubuntu 14.04, 64bit:

$ gcc --print-multiarch
x86_64-linux-gnu
$ echo $?
0

SL 6.4, 64bit:

$ gcc --print-multiarch
gcc: no input files
$ echo $?
1

Regards,
-Brett.
Axel Naumann
2014-09-26 14:09:07 UTC
Permalink
Hi Brett,

I agree that'd be nice - but it will not work for ICC etc, so in the
end we'd have both code paths :-(

Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi Axel,
+ if lsb_release -d | grep -i 'LMDE' > /dev/null 2>& 1;
then + linuxdist="multiarch" + fi
If it's already established that the platform will use GCC, maybe a
gcc --print-multiarch
I think this option only exists on Debian and other flavors that
implement multiarch so even the failure of this command is
informative.
$ gcc --print-multiarch x86_64-linux-gnu $ echo $? 0
$ gcc --print-multiarch gcc: no input files $ echo $? 1
Regards, -Brett.
Antonio Augusto Alves Jr
2014-09-26 16:01:21 UTC
Permalink
Hi folks,

I just the Axel's solution worked to me. I could compile ROOT without
problems and now I am using it. Looks everything is ok.

Thank you.
A.A.
Post by Axel Naumann
Hi Brett,
I agree that'd be nice - but it will not work for ICC etc, so in the
end we'd have both code paths :-(
Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi Axel,
+ if lsb_release -d | grep -i 'LMDE' > /dev/null 2>& 1;
then + linuxdist="multiarch" + fi
If it's already established that the platform will use GCC, maybe a
gcc --print-multiarch
I think this option only exists on Debian and other flavors that
implement multiarch so even the failure of this command is
informative.
$ gcc --print-multiarch x86_64-linux-gnu $ echo $? 0
$ gcc --print-multiarch gcc: no input files $ echo $? 1
Regards, -Brett.
--
Queriam-me casado, fútil, quotidiano e tributável? Queriam-me o
contrário disto, o contrário de qualquer coisa? Se eu fosse outra
pessoa, fazia-lhes, a todos, a vontade. Assim, como sou, tenham
paciência! Vão para o diabo sem mim, Ou deixem-me ir sozinho para o
diabo! Alvaro de Campos.
Antonio Augusto Alves Jr
2014-09-26 12:34:17 UTC
Permalink
Hi Axel, your very good question give me the idea of change the
lsb_release...
After backup the original file, I wrote a new one with these lines :

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"

And now the configure script finishes ok:

Writing bin/memprobe ... done
Writing build/misc/root-help.el ... done
Writing macros/html.C ... done
Writing bin/thisroot.sh ... done
Writing bin/thisroot.csh ... done
Writing bin/setxrd.sh ... done
Writing bin/setxrd.csh ... done
Writing bin/genreflex ... done
Writing bin/genreflex-rootcint ... done
Writing config.status ... done

Enabled support for asimage, astiff, builtin_afterimage,
builtin_lzma, cintex, explicitlink, fftw3, fitsio, gviz, gdml,
genvector, http, krb5, ldap, mathmore, memstat, minuit2, mysql,
opengl, python, qt, qtgsi, reflex, roofit, shadowpw, shared, ssl,
table, tmva, unuran, vc, vdt, x11, xft, xml.

To build ROOT type:

make

Maybe you can repair the configure script or introduce a setting
variable we can use to force it to proceed according a certain
"templates" systems (like ubuntu, redhat, suse etc... ) to avoid the
head bang of parsing so many differents distros...

Thanks
A.A.
Post by Antonio Augusto Alves Jr
$lsb_release -d
Description: LMDE Cinnamon Edition
$cat /etc/lsb-release
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=1
DISTRIB_CODENAME=debian
DISTRIB_DESCRIPTION="LMDE Cinnamon Edition"
Do you think change the lsb_release could help ?
What should I write there?
Cheers
A.A.
Post by Axel Naumann
Hi Antonio,
Okay, now it all makes sense. I re-read what you said, and confess that
despite the highlighting I skipped the most important part: Mint
*Debian* edition.
So indeed that's a problem with our configure script detecting the
multiarch-ness of your distro.
What does "lsb_release -d" show?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi,
He are...
Cheers
A.A.
Post by Axel Naumann
Hi Antonio,
Weird. Unique. Could you attach config.log, please?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Hi Fons,
You're right, sorry. I didn't there was some lines in Portuguese.
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-devReading package lists... Done
Building dependency tree
Reading state information... Done
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev libmysqlclient-dev
libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev
libldap2-dev python-dev libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
Thank you.
A.A.
Post by Antonio Augusto Alves Jr
sudo apt-get install git dpkg-dev make g++ gcc binutils libx11-dev
libxpm-dev libxft-dev libxext-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
binutils is already the newest version.
dpkg-dev is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
git is already the newest version.
libx11-dev is already the newest version.
libxext-dev is already the newest version.
libxpm-dev is already the newest version.
make is already the newest version.
libxft-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
sudo apt-get install gfortran libssl-dev libpcre3-dev
xlibmesa-glu-dev libglew1.5-dev libftgl-dev
libmysqlclient-dev libfftw3-dev cfitsio-dev graphviz-dev
libavahi-compat-libdnssd-dev libldap2-dev python-dev
libxml2-dev libkrb5-dev libgsl0-dev libqt4-dev
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev'
Note, selecting 'libglew-dev' instead of 'libglew1.5-dev'
Note, selecting 'libcfitsio3-dev' instead of 'cfitsio-dev'
libssl-dev is already the newest version.
libavahi-compat-libdnssd-dev is already the newest version.
libcfitsio3-dev is already the newest version.
libfftw3-dev is already the newest version.
libftgl-dev is already the newest version.
gfortran is already the newest version.
libglew-dev is already the newest version.
graphviz-dev is already the newest version.
libgsl0-dev is already the newest version.
libkrb5-dev is already the newest version.
libglu1-mesa-dev is already the newest version.
libxml2-dev is already the newest version.
libmysqlclient-dev is already the newest version.
libldap2-dev is already the newest version.
libpcre3-dev is already the newest version.
python-dev is already the newest version.
libqt4-dev is already the newest version.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem
removidos e 1 não atualizados.
Another suggestion ?
Thanks,
A.A.
Post by Axel Naumann
Hi Antonio,
The prerequisite page should say that you need libx11-dev, not just
libx11. Does that help?
Cheers, Axel
Post by Antonio Augusto Alves Jr
Dear ROOTERS,
I am trying to compile ROOT v5.34.21 in a *Linux Mint Debian Edition
*machine.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
All prerequisites are installed. The libX11 library is at directory
/usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to
compile in Ubuntu and in most of the cases update the ROOT version was
the suggested solution...
Please, could someone help me with it?
A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
--
Queriam-me casado, fútil, quotidiano e tributável? Queriam-me o
contrário disto, o contrário de qualquer coisa? Se eu fosse outra
pessoa, fazia-lhes, a todos, a vontade. Assim, como sou, tenham
paciência! Vão para o diabo sem mim, Ou deixem-me ir sozinho para o
diabo! Alvaro de Campos.
--
Queriam-me casado, fútil, quotidiano e tributável? Queriam-me o
contrário disto, o contrário de qualquer coisa? Se eu fosse outra
pessoa, fazia-lhes, a todos, a vontade. Assim, como sou, tenham
paciência! Vão para o diabo sem mim, Ou deixem-me ir sozinho para o
diabo! Alvaro de Campos.
Fons Rademakers
2014-09-25 16:12:25 UTC
Permalink
Hi Augusto,

Could you run in English language locale? Might have to be something with parsing some outputs.

Cheers, Fons.
Post by Antonio Augusto Alves Jr
Dear ROOTERS,
I am trying to compile ROOT v5.34.21 in a Linux Mint Debian Edition machine.
./configure linuxx8664gcc --all
Checking for source directory ... /media/storage/opt/root
Configuring for linuxx8664gcc
Checking for GNU Make version >= 3.80 ... ok
Checking for C compiler ... gcc
Checking for C++ compiler ... g++
Checking for linker (LD) ... g++
Checking for F77 compiler ... gfortran
Checking for libX11 ... no
configure: libX11 MUST be installed
See http://root.cern.ch/drupal/content/build-prerequisites
All prerequisites are installed. The libX11 library is at directory /usr/lib/x86_64-linux-gnu/, all well some other required libs.
I found many messages related to this problem from people trying to compile in Ubuntu and in most of the cases update the ROOT version was the suggested solution...
Please, could someone help me with it?
A.A.
--
“The inventor of the mirror poisoned the human heart.”
― Fernando Pessoa
Loading...