Giter Club home page Giter Club logo

Comments (11)

userdocs avatar userdocs commented on May 9, 2024

I only target what is available to the OS and armv5 is not listed.

https://www.alpinelinux.org/downloads/

You can try to run the script yourself inside a docker but it's not promised to work,

https://hub.docker.com/layers/muslcc/i686/armv5l-linux-musleabi

from qbittorrent-nox-static.

luckydevil13 avatar luckydevil13 commented on May 9, 2024

http://dl-cdn.alpinelinux.org/alpine/edge/main/ has no arm5l :( for libexecinfo
only armhf - result build not work on arm5l

from qbittorrent-nox-static.

userdocs avatar userdocs commented on May 9, 2024

I have something else you can try. After some recent changes I have a way that might work.

Change this line https://github.com/userdocs/qbittorrent-nox-static/blob/master/qbittorrent-nox-static.sh#L858

From

qbt_cross_host="armv6-linux-musleabihf"

To

qbt_cross_host="armv5l-linux-musleabihf"

An using an alpine docker use this export qbt_cross_name=armhf

The reason this should work is that alpine armhf is is only using libexeceinfo and i think it will be ok so worth a try.

If that fails you can also try the new debian option but it only works with qt6/qbittorrent 4.4 (master) and cmake.

from qbittorrent-nox-static.

userdocs avatar userdocs commented on May 9, 2024

Ok, i just pushed an update that makes it work on on debian with defaults. If the alpine method does not work you can try on a Debian host or docker.

edit: when using export qbt_cross_name=armhf we are building using the alpine armhf name but debian cross build armel

docker run -it -w /root -e "LANGUAGE=en_GB.UTF-8" -e "LANG=en_GB.UTF-8" -v $HOME:/root debian:bullseye /bin/bash -c 'apt update && apt install -y curl && bash'

The result.

qbt-build/completed/qbittorrent-nox: ELF 32-bit LSB executable, ARM, EABI5 version 1 (GNU/Linux), statically linked, BuildID[sha1]=87a79f408225497c06be19e571c66910fdd3446f, for GNU/Linux 3.2.0, with debug_info, not stripped

Let me know how it goes.

from qbittorrent-nox-static.

luckydevil13 avatar luckydevil13 commented on May 9, 2024

@userdocs thanks! build sucessfully

from qbittorrent-nox-static.

userdocs avatar userdocs commented on May 9, 2024

Does it run ok on your armv5 device?

from qbittorrent-nox-static.

luckydevil13 avatar luckydevil13 commented on May 9, 2024

yes! could you please add this target to github releases?

from qbittorrent-nox-static.

userdocs avatar userdocs commented on May 9, 2024

i don't really want to add armv5 but you can fork the repo and run the action yourself.

Fork the repo, edit the script, edit he action by changing this to armhf

arch_type: [x86_64, armv7, aarch64]

becomes

arch_type: [armhf]

Then you run the release manually in your repo and get armv5 releases

from qbittorrent-nox-static.

userdocs avatar userdocs commented on May 9, 2024

oops wrong link, sorry and fixed

from qbittorrent-nox-static.

luckydevil13 avatar luckydevil13 commented on May 9, 2024

@userdocs armhf is not working on arm5l
I try to update https://github.com/luckydevil13/qbittorrent-nox-static/runs/4181622983?check_suite_focus=true
but not luck could you advise correct settings? debian:bullseye

from qbittorrent-nox-static.

userdocs avatar userdocs commented on May 9, 2024

Put this back as apline:edge this runs on alpine.

luckydevil13@8c8e1a6

from qbittorrent-nox-static.

Related Issues (20)

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.