Docker image fails to build #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Broccoli/broccoli-cli#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
Docker image fails to build when pulled from git.broccolimicro.io.
Reproduce:
$ docker pull git.broccolimicro.io/broccoli/broccoli-cli:latest
[...]
56429ff5a91d: Download complete
6540afa3cf1d: Downloading
ce826760c54c: Download complete
029082f86153: Download complete
received unexpected HTTP status: 500 Internal Server Error
Comments:
Pulling docker image from git.broccolimicro and building from local Dockerfile both fail. Error appears to be with Trilinos build.
Entering the container via 'docker run ', and executing cmake command in /toolsrc/Trilinos, reports:
root@bcli-develop:/toolsrc/Trilinos# cmake -D CMAKE_C_COMPILER=mpicc -D CMAKE_CXX_COMPILER=mpic++ -D CMAKE_Fortran_COMPILER=mpif77 -D CMAKE_INSTALL_PREFIX="/opt/trilinos" -D TPL_AMD_INCLUDE_DIRS="/usr/include/suites\
See attached
notes
file for full investigation log.The attached notes were created during the debug process, and lightly edited afterwards for clarity, which may still be absent in places.