Skip to content

Console Output

16:05:27 + docker build -t docker.openmodelica.org/build-deps:el10.amd64 --no-cache docker.openmodelica.org/build-deps:el10.amd64
16:05:27 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
16:05:27             Install the buildx component to build images with BuildKit:
16:05:27             https://docs.docker.com/go/buildx/
16:05:27 
16:05:27 Sending build context to Docker daemon  10.75kB
16:05:27 
16:05:27 Step 1/3 : FROM almalinux:10
16:05:27  ---> b90577b6cc51
16:05:27 Step 2/3 : COPY openmodelica.spec.tpl  /var/lib/openmodelica-depends/openmodelica.spec.tpl
16:05:33  ---> 9a26b09ed3cb
16:05:33 Step 3/3 : RUN dnf install -y spectool make null && sed -e /PATCHES/d -e "s/DATE/`LC_ALL=C date "+%a %b %d %Y"`/" /var/lib/openmodelica-depends/openmodelica.spec.tpl > file.spec && dnf builddep -y file.spec && rm file.spec && test -e /usr/bin/make
16:05:33  ---> Running in 7d4f0390682f
16:05:34 AlmaLinux 10 - AppStream                        4.9 MB/s | 2.1 MB     00:00    
16:05:35 AlmaLinux 10 - BaseOS                            17 MB/s | 8.7 MB     00:00    
16:05:36 AlmaLinux 10 - CRB                              1.2 MB/s | 487 kB     00:00    
16:05:37 AlmaLinux 10 - Extras                            33 kB/s |  11 kB     00:00    
16:05:39 No match for argument: spectool
16:05:39 No match for argument: null
16:05:39 Error: Unable to find a match: spectool null
16:05:39 The command '/bin/sh -c dnf install -y spectool make null && sed -e /PATCHES/d -e "s/DATE/`LC_ALL=C date "+%a %b %d %Y"`/" /var/lib/openmodelica-depends/openmodelica.spec.tpl > file.spec && dnf builddep -y file.spec && rm file.spec && test -e /usr/bin/make' returned a non-zero code: 1