dkogan / ltrace

GNU General Public License v2.0
47 stars 17 forks source link

Unbale to install ltrace on raspbian arm64 #13

Closed fti-sfuke closed 1 year ago

fti-sfuke commented 1 year ago

I am trying to install ltrace on raspbian 64bit (arm64) but it failed. It seems not to be available on the remote repo.

root@raspberry:~/# apt-get update &&  apt-get install ltrace
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease                                
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease                                          
Hit:4 https://download.docker.com/linux/debian bookworm InRelease                                      
Hit:5 http://archive.raspberrypi.org/debian bookworm InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package ltrace

Platform Details :

$  cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
$ uname -a
Linux raspberry 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023 aarch64 GNU/Linux
OS_TYPE="raspbian"
OS_VERSION="12"
OS_ARCH="arm64"
HW_MODEL="RP4"
HW_CPU_ARCH="aarch64"

I have tried following the sources list:

deb http://deb.debian.org/debian bookworm main contrib non-free
deb http://security.debian.org/debian-security bookworm-security main contrib non-free
deb http://deb.debian.org/debian bookworm-updates main contrib non-free

# Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source'
#deb-src http://deb.debian.org/debian bookworm main contrib non-free
#deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free
#deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free
deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware

deb http://deb.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
dkogan commented 1 year ago

Hello. I'm not the upstream maintainer for ltrace, nor am I the Debian maintainer for ltrace. So I'm not the right person to talk to about this.

However. Today there's no ltrace build for arm64:

https://packages.debian.org/search?keywords=ltrace

But this support may be possible:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042390

I suggest you post to this bug.

dkogan commented 1 year ago

I'm closing this issue. It has little to do with me.