Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile build fails on Xvid Core #137

Open
dmgolembiowski opened this issue Oct 11, 2024 · 0 comments
Open

Dockerfile build fails on Xvid Core #137

dmgolembiowski opened this issue Oct 11, 2024 · 0 comments

Comments

@dmgolembiowski
Copy link
Contributor

The URL for xvidcore-1.3.4.tar.gz is no longer reachable.

The corresponding site url returns:

<html>
  <head>
    <link href="http://fonts.bunny.net/css?family=Rubik:300,400,500,700,900" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="https://bunnycdn.b-cdn.net/assets/landingpage/css/unconfigured.css">
    <title>BunnyCDN Node ASB1-925</title>
  </head>
  <body>
    <div id="header"> <a rel="nofollow" href="https://bunny.net"><img style="vertical-align:middle; image-rendering: -webkit-optimize-contrast;" src="https://bunny.net/v2/images/bunnynet-logo.svg"/></a></div>
    <div id="content">
      <h2>Domain suspended or not configured</h2>
      <p>If you are the administrator and believe this is an error on our side, please check your BunnyCDN account configuration or contact customer support. </p>
    </div>
  </body>
</html>

Associated Info


 => ERROR [build 13/36] RUN         DIR=/tmp/xvid &&         mkdir -p ${DIR} &&         cd ${DIR} &&         curl -sLO http://downloads.xvid.org/downloads/xvidcore-1.3.4.tar.gz &&         echo 4e9fd627  0.6s
------
 > [build 13/36] RUN         DIR=/tmp/xvid &&         mkdir -p ${DIR} &&         cd ${DIR} &&         curl -sLO http://downloads.xvid.org/downloads/xvidcore-1.3.4.tar.gz &&         echo 4e9fd62728885855bc5007fe1be58df42e5e274497591fec37249e1052ae316f xvidcore-1.3.4.tar.gz | sha256sum --check &&         tar -zx -f xvidcore-1.3.4.tar.gz &&         cd xvidcore/build/generic &&         ./configure --prefix="/opt/ffmpeg" --bindir="/opt/ffmpeg/bin" &&         make &&         make install &&         rm -rf ${DIR}:
0.460 sha256sum: WARNING: 1 computed checksum did NOT match
0.460 xvidcore-1.3.4.tar.gz: FAILED
------
Dockerfile:241
--------------------
 240 |     ### xvid https://www.xvid.com/
 241 | >>> RUN \
 242 | >>>         DIR=/tmp/xvid && \
 243 | >>>         mkdir -p ${DIR} && \
 244 | >>>         cd ${DIR} && \
 245 | >>>         curl -sLO http://downloads.xvid.org/downloads/xvidcore-${XVID_VERSION}.tar.gz && \
 246 | >>>         echo ${XVID_SHA256SUM} | sha256sum --check && \
 247 | >>>         tar -zx -f xvidcore-${XVID_VERSION}.tar.gz && \
 248 | >>>         cd xvidcore/build/generic && \
 249 | >>>         ./configure --prefix="${PREFIX}" --bindir="${PREFIX}/bin" && \
 250 | >>>         make && \
 251 | >>>         make install && \
 252 | >>>         rm -rf ${DIR}
 253 |     ### fdk-aac https://github.com/mstorsjo/fdk-aac
--------------------
ERROR: failed to solve: process "/bin/sh -c DIR=/tmp/xvid &&         mkdir -p ${DIR} &&         cd ${DIR} &&         curl -sLO http://downloads.xvid.org/downloads/xvidcore-${XVID_VERSION}.tar.gz &&         echo ${XVID_SHA256SUM} | sha256sum --check &&         tar -zx -f xvidcore-${XVID_VERSION}.tar.gz &&         cd xvidcore/build/generic &&         ./configure --prefix=\"${PREFIX}\" --bindir=\"${PREFIX}/bin\" &&         make &&         make install &&         rm -rf ${DIR}" did not complete successfully: exit code: 1

A new url can be used instead. I confirmed the matching SHA-256 sum:

echo 4e9fd62728885855bc5007fe1be58df42e5e274497591fec37249e1052ae316f xvidcore-1.3.4.tar.gz | sha256sum --check
xvidcore-1.3.4.tar.gz: OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant