Skip to content

Failed: conda build . -m .ci_support/linux_python3.8.____cpython.yaml #40

@amrit3701

Description

@amrit3701

Hi @looooo

I am creating an AppImage for Linux using docker and getting below errors:

Logs of conda build . -m .ci_support/linux_python3.8.____cpython.yaml: https://paste.ubuntu.com/p/sk2DK3BKv4/

CMakeError.log: https://paste.ubuntu.com/p/rChRWNYBGJ/

From errors, it looks like CMake unable to found lpthreads. Do, I have to create any symbolic link (ln -s) inside a docker container.

Steps I followed:

  1. Clone https://github.com/looooo/freecad-feedstock.
  2. Run sudo docker run -i -t -v ~/projects/:/home/conda/projects --name conda-forge condaforge/linux-anvil-comp7 command. Here in ~/projects/ folder I have freecad-feedstock.
  3. After entering into docker shell, I run /usr/bin/sudo yum install -y mesa-libGL-devel command.
  4. Also, run conda update --all command.
  5. Go the freecad-feedstock directory (cd ~/projects/freecad-feedstock).
  6. Run conda build . -m .ci_support/linux_python3.8.____cpython.yaml command.

Source: https://github.com/FreeCAD/FreeCAD_Conda/blob/master/build.md#linux

On debugging, I found that process failed at cmake command. (https://github.com/looooo/freecad-feedstock/blob/master/recipe/build.sh#L38)

Before three months, I was successfully able to create an AppImage (#38) by following same above procedure.

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions