Giter Site home page Giter Site logo

Comments (8)

Barthelemy avatar Barthelemy commented on August 22, 2024

To be noted that it seems to be a problem with pkgconfig although I see the proper config :

[bvonhall@aidrefflp01 alice]$ more /usr/lib64/pkgconfig/freetype2.pc
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib64
includedir=/usr/include

Name: FreeType 2
Description: A free, high-quality, and portable font engine.
Version: 16.0.10
Requires:
Libs: -L${libdir} -lfreetype
Libs.private:
Cflags: -I${includedir}/freetype2 -I${includedir}

from alidist.

ktf avatar ktf commented on August 22, 2024

Regarding the pig-config part, I will check. We had some fix in the past, but maybe it does not work for slc6.

Regarding the second question. Can you run:

alibuild/aliDoctor | grep -i python

and tell me what it says? I suspect you are missing the certifi module. As noted in #265 we should allow to pickup python from the system and only rebuild the modules it lacks.

from alidist.

vascobarroso avatar vascobarroso commented on August 22, 2024

Please notice that this is a CC7 setup, not SLC6.
Here's the output:

[vasco@aidrefflp01 o2Tutorial]$ alibuild/aliDoctor | grep -i python
/bin/sh: brew: command not found
/bin/sh: brew: command not found
/bin/sh: brew: command not found
:3:2: error: #error "Cannot use system's boost."
:2:2: error: #error "Cannot use system's, GCC building our own."
/bin/sh: brew: command not found
:1:29: fatal error: gsl/gsl_version.h: No such file or directory
compilation terminated.
/bin/sh: brew: command not found
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named matplotlib
/bin/sh: brew: command not found
/bin/sh: brew: command not found
:1:27: fatal error: yaml-cpp/yaml.h: No such file or directory
compilation terminated.
/bin/sh: brew: command not found
Reading alidist/python.sh
Python:python -c 'import matplotlib; import numpy; import certifi ; import sys; sys.exit(1 if sys.version_info < (2, 7) else 0)'
Python:
Python: exit code 1

from alidist.

ktf avatar ktf commented on August 22, 2024

Indeed you are lacking matplotlib numpy and certifi . Will try to adapt the recipe so that only the python modules get rebuilt.

from alidist.

Barthelemy avatar Barthelemy commented on August 22, 2024

I think that I have the same error on SLC6. You can test it here :
eulisse@pcald02a:/alice

./alibuild/aliBuild build o2 --disable GEANT4,GEANT3,GEANT_VMC

from alidist.

ktf avatar ktf commented on August 22, 2024

I think I've fixed this as part of #305. I managed to compile successfully on pcald02a. Now testing everywhere and then I will merge it.

from alidist.

Barthelemy avatar Barthelemy commented on August 22, 2024

cool

from alidist.

ktf avatar ktf commented on August 22, 2024

Closing as duplicate of #305.

from alidist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.