- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在通过这种方式在 Raspberry Pi 3B+ 上安装最新版本的 alpine-pkg-glibc:
# Install Dependencies
RUN apk --no-cache add ca-certificates wget \
&& wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \
&& wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.29-r0/glibc-2.29-r0.apk \
&& wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.29-r0/glibc-bin-2.29-r0.apk \
&& wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.29-r0/glibc-i18n-2.29-r0.apk \
&& apk add glibc-bin-2.29-r0.apk glibc-i18n-2.29-r0.apk glibc-2.29-r0.apk
但是我收到了这个错误:
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/armhf/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/armhf/APKINDEX.tar.gz
(1/3) Installing glibc (2.29-r0)
(2/3) Installing glibc-bin (2.29-r0)
(3/3) Installing glibc-i18n (2.29-r0)
Executing glibc-bin-2.29-r0.trigger
/usr/glibc-compat/sbin/ldconfig: line 1: syntax error: unexpected "("
ERROR: glibc-bin-2.29-r0.trigger: script exited with error 2
OK: 63 MiB in 61 packages
Removing intermediate container 5d82962062fa
---> 524153539aee
Step 6/12 : RUN /usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8
---> Running in 6640abb3a3db
/usr/glibc-compat/bin/localedef: line 1: syntax error: unexpected ")"
The command '/bin/sh -c /usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8' returned a non-zero code: 2
知道哪里出了问题吗?
谢谢
最佳答案
二进制文件位于 https://github.com/sgerrand/alpine-pkg-glibc/仅适用于 x86_64。
尽管您应该能够为 Rpi 构建它: https://github.com/chrisanthropic/docker-alpine-rpi-glibc-builder/blob/master/Dockerfile
或者,如果 v2.22 适合您,那么这里有一个 Rpi ARM 二进制文件: https://github.com/armhf-docker-library/glibc/releases
关于尝试使用 armhf arch 安装时出现 Docker alpine-pkg-glibc 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55027422/
我有使用 opencv-2.4.5 在 gentoo x64 上运行的代码: VideoCapture cap; cap.set(CV_CAP_PROP_FPS , 25); cap.open(0);
但是我交叉编译了 ARM 内核而不是 ARMHF(对于我的 Cubietruck)。我遵循了本教程: https://romanrm.net/a10/cross-compile-kernel 如何确定
我正在对 QT 应用程序进行从 Debian (Stretch) PC 到 Debian (Jessie) BeagleBone Black 的交叉构建,当我执行此操作时,我收到了消息 /home/b
Raspberry Pi Type 3 具有 64 位 CPU,但其架构不是 arm64 而是 armhf。arm64 和 armhf 有什么区别? 最佳答案 armhf 代表“arm hard fl
我终于在 Ubuntu Xenial x86_64 主机上交叉编译并链接了一个二进制文件,以便在 Raspberry Pi 4 的 armhf 上运行。 我的工具链来自 ARM 并放置在 $TOOLC
我在 x86 上试图交叉编译一个用 C++ 编写的用于 armhf 的 apache thrift 程序。我通过 gcc-arm-linux-gnueabihf 安装了 g++-arm-linux-g
我正在使用 ARM 的 10.3-2021.07 GCC toolchain 交叉编译 Raspberry Pi 4B (特别是 this 文件未压缩到 ARMGCC)。我也在使用最新的 Raspbe
我正在尝试编译 crypto++ 库以运行 armhf 架构。我正在按照此 answer 中提供的方法进行操作.我调整了 setenv-embed.sh 以匹配我的系统配置。运行 的输出。 ./set
我想交叉编译库 crypto++ 以部署在运行 Debian 的 beaglebone 上。我的主机以 64 位配置运行 Ubuntu 14.04 LTS。 当我从eclipse调用make命令时,我
在这种情况下,如何修复未满足的依赖项?我关注了很多要求我执行以下操作的文章。但没有任何作用!我不明白如何手动解决问题。 sudo apt-get clean sudo apt-get autoclea
我想在 Raspberry Pi(ARM 架构)上运行的 Alpine Linux 上安装 Kubernetes。到目前为止,我只找到了适用于 x86_64 的 K8s 包,但没有找到适用于 armh
我安装了 qt4-qmake:armhf 和 qt5-qmake:armhf 但我无法手动将其添加到 Qt Creator 中的 Qt 版本。我收到错误: The qmake executable c
这听起来可能很愚蠢,但这个问题困扰了我很长时间。 大家都知道 armel 二进制与 armhf 不兼容。 但我可以将 armel Linux 内核(从 armel 交叉编译器构建)和 armhf ro
我之前已经能够让它工作,因为我有一个相同的系统在运行。我找不到我丢失的东西。 我已经更改了权限并检查了通过 ldd 引用的库是否存在,但得到以下信息: $ ls -l ... -rwxr-xr-x 1
我已经在我的 Minix Neo X5 设备上安装了 Picuntu Linux(基于 Ubuntu),但我在安装 Google talk 插件(Google Hangout 视频 session 需
在 Ubuntu 上安装 CUDA 时,我在终端中运行了以下命令: sudo sh -c 'echo "foreign-architecture armhf">>/etc/dpkg/dpkg.cfg.
有没有办法在 armhf 系统(Ubuntu 12.10 for armhf)上加载为 arm(el) 编译的共享对象?对于可执行文件,我通过创建以下符号链接(symbolic link)解决了问题
我正在通过这种方式在 Raspberry Pi 3B+ 上安装最新版本的 alpine-pkg-glibc: # Install Dependencies RUN apk --no-cache add
我正在尝试在我的笔记本电脑上安装 libluetooth-dev,但不是 x86 版本,而是 armhf 版本。我在 Ubuntu 16.04这是我尝试过的方法: sudo dpkg --add-ar
出于开发目的,我需要创建一个模拟 BeagleBoneBlack 的虚拟机。 我想使用 Oracle VirtualBox 创建一个虚拟机,但我不确定我需要下载哪个版本的 Wheezy。在 Debia
我是一名优秀的程序员,十分优秀!