Coder Social home page Coder Social logo

cross-sms-aarch64.sh's People

Contributors

naohirotamura avatar tomokiuemoto avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tomokiuemoto

cross-sms-aarch64.sh's Issues

qemu version has changed to 9.8

The make base_os=centos8 fails since teh qemu version on the ubuntu site has changed. It has moved from 9.7 to 9.8.
Can you please update the Makefile to reflect this?
The modification I made was:

# define variables
#   UPDATED QEMU_USER_STATIC_DEB_FILE := qemu-user-static_4.0+dfsg-0ubuntu9.7_amd64.deb
QEMU_USER_STATIC_DEB_FILE := qemu-user-static_4.0+dfsg-0ubuntu9.8_amd64.deb

qemu version has changed once again so the make aborts.

The qemu version available in the Ubuntu repository has once again changed. The version specified in the Makefile no longer exists. The following error is reported if you try to run 'make':

[root@pmtest cross-sms-aarch64.sh-master]# make base_os=centos8
wget http://security.ubuntu.com/ubuntu/pool/universe/q/qemu/qemu-user-static_4.0+dfsg-0ubuntu9.8_amd64.deb
--2021-03-01 07:39:57--  http://security.ubuntu.com/ubuntu/pool/universe/q/qemu/qemu-user-static_4.0+dfsg-0ubuntu9.8_amd64.deb
Resolving security.ubuntu.com (security.ubuntu.com)... 91.189.91.39, 91.189.91.38, 91.189.88.142, ...
Connecting to security.ubuntu.com (security.ubuntu.com)|91.189.91.39|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-03-01 07:39:58 ERROR 404: Not Found.

make: *** [Makefile:74: usr/bin/qemu-aarch64-static] Error 8

A version of qemu-user-static that is in the repo and works is:
qemu-user-static_2.5+dfsg-5ubuntu10.51_amd64.deb

I know it is not good practice, but perhaps you could consider adding a working version of qemu-user-static to your distribution rather than trying to download a specific version that clearly becomes out of date quite quickly.
At least this way the make would always work.

Docker is updated to 8.3 which is not desirable

In the file Dockerfile.centos8 there is a sequence of commands as follows:
RUN sed -i -e s/enabled=0/enabled=1/g /etc/yum.repos.d/CentOS-PowerTools.repo &&
dnf update -y &&
dnf install -y epel-release openssh which file

But the line with dnf update -y && causes the container to be updated to CentOS 8.3 which is not want we want.
This line should be removed to ensure the container stays at CentOS 8.2
In fact with this command present the make base_os=centos8 fails since lmod-ohpc fails to find a correct version of the lua-filesystem package.
Please update the Dockerfile.centos8

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.