20250213编译飞凌的OK3588-C_Linux5.10.209+Qt5.15.10_用户资料_R1

20250213编译飞凌的OK3588-C_Linux5.10.209+Qt5.15.10_用户资料_R1
2025/2/13 11:43


缘起:飞凌发布了高版本内核的适配OK3588-C的Buildroot的SDK:OK3588-C_Linux5.10.209+Qt5.15.10_用户资料_R1。
但是编译异常了。
于是按照百度升级libc6,可以编译并刷机OK3588-C了。
但是升级libc6之后,对于编译RK3566的Android13/RK3588的Andorid12/CM6125Q的影响未知/等待确认。


OK3588-C_Linux5.10.209+Qt5.15.10_用户资料_R1
我看你们家的 飞凌 OK3588-C的 linux R1版本。
1、内核编译不过。glic的问题 内核编译不过?如何解决。
2、摄像头 由 ov13850修改为 默认 OV13855了。请问 商城 啥时候商家 OV13855的产品?想体验4K的效果。或者 借一个给我们试用一下


https://detail.tmall.com/item.htm?abbucket=10&id=732230047245&pisk=gYZn2bNo9yuITqPv95oCldV7EkbtdpiSE7K-w0hP7fl_yX38wg4udfK-JwNREPVz12hFOwMyqSPsepeE8CJZnY8yY3urQPVQ32FuF9Mra7PowyQODJwIV05xqiIYdYXR6uFnU08NUxHeLO3EdSMtw05AMgY9Q21K4W3NP4Gw7xGZLYly8O0ZhxmyLYPr_VkqUHor47WGbxDoaBurLhWi3YMrUXozQAkqe38Ua0WgQfMrMVf-OVuYb1A4_8hKNfEiK2c4IZtyqm-x8jrS_354jvfjgJlM43lIcvTbIJCHcRnQ4SDY9G-3i8ybzVqk_sc7jRrUzROhQm2gWr33S6-o6kHou0uMU3yijfN0AmS2sAaapzrQtLxrdkExrjgGU3g-bo34uWv5hRoEU7gb2stIT8ybcrncxIM37-mG4hLwui6wVAW8bUTS8AMiMBMyf9mXlgDdIOYVI2ksLJBGIUTS8AMiMOXMuguECvyd.&rn=2ef59a45c6b2a61813ed9dafedafa6e5&skuId=5669269190695&spm=a1z10.5-b-s.w4011-25250805311.41.362df1d0Styz4W
13855的购买链接哦  文工  
这个没有试用哦,是需要实际购买的嘞 
内核编译不过 我问下技术 
得换ubuntu22的系统编内核


百度:libc.so.6: version `GLIBC_2.33' not found (required by /home/rootroot/versio
version `GLIBC_2.33' not found (required by /home/rootroot/version/R1_OK3588

https://zhuanlan.zhihu.com/p/14133708983
报错/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found

strings /lib64/libc.so.6 | grep GLIBC


首先检查当前系统中已有的版本:
strings /lib/x86_64-linux-gnu/libc.so.6 |grep GLIBC_ or strings /usr/lib64/libc.so.6 |grep GLIBC_
出现一下输出:
发现没有所需要的版本,则添加高级版本的系统源,升级libc6

sudo vi /etc/apt/sources.list
deb http://th.archive.ubuntu.com/ubuntu jammy main    #添加该行到文件

运行升级
sudo apt update
sudo apt install libc6

再次查看结果
strings /lib/x86_64-linux-gnu/libc.so.6 |grep GLIBC_ or strings /usr/lib64/libc.so.6 |grep GLIBC_


https://blog.csdn.net/zihan_li/article/details/138279025
version `GLIBC_2.34‘ not found

python引用C++动态链接库的时候出现
version `GLIBC_2.34‘ not found

原因是连接库使用的是高版本的g++编译的,自己的环境是g++9,无法找到这个依赖库。
解决方法
sudo vi /etc/apt/sources.list

添加高版本源
deb http://th.archive.ubuntu.com/ubuntu jammy main    #添加该行到文件

运行
sudo apt update
sudo apt install libc6


https://blog.csdn.net/yuzhou_ln/article/details/141529380
Linux系统报错“version ‘GLIBC_2.34‘ not found”解决方法

一、查看版本
ldd --version

二、添加高版本源
sudo vi /etc/apt/sources.list.d/my.list

进入编辑页面
"i"键进入插入模式 
输入源
deb http://th.archive.ubuntu.com/ubuntu jammy main
"ctrl + c"退出插入模式
":wq" + 回车,保存退出

三、更新并升级


root@ok3588:/# 
root@ok3588:/# uname -a
Linux ok3588 5.10.66 #1 SMP Wed Feb 12 14:00:47 CST 2025 aarch64 GNU/Linux
root@ok3588:/# 

root@ok3588:/# 
root@ok3588:/# uname -a
Linux ok3588 5.10.66 #1 SMP Wed Feb 12 18:24:31 CST 2025 aarch64 GNU/Linux
root@ok3588:/#


root@ok3588-buildroot:/# 
root@ok3588-buildroot:/# uname -a
Linux ok3588-buildroot 5.10.209 #1 SMP Thu Feb 13 10:19:48 CST 2025 aarch64 GNU/Linux
root@ok3588-buildroot:/# 

rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ sudo ./build.sh 
[sudo] password for rootroot: 
Log colors: message notice warning error fatal

Running within sudo(root) environment!

Log saved at /home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/output/sessions/2025-02-13_09-15-02
WARN: /home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/device/forlinx/common/configs is updated
Running within sudo(root) environment!

/home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/output/kconf/conf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/output/kconf/conf)
/home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/output/kconf/conf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/output/kconf/conf)
make: *** [Makefile:144: OK3588_C_buildroot_defconfig] Error 1
ERROR: Running /home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/device/forlinx/common/build-hooks/00-config.sh - prepare_config failed!
ERROR: exit code 2 from line 132:
    make $DEFCONFIG
ERROR: call stack:
    00-config.sh: prepare_config(132)
    00-config.sh: init_hook(185)
    build-helper: try_func(47)
    build-helper: try_hook(96)
    build-helper: source(164)
    00-config.sh: main(190)
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ ldd -version
ldd: unrecognized option `-version'
Try `ldd --help' for more information.
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.16) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 


rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ whereis libc.so
libc: /usr/lib/x86_64-linux-gnu/libc.a /usr/lib/x86_64-linux-gnu/libc.so /usr/share/man/man7/libc.7.gz
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ whereis libc.so.6
libc.so: /usr/lib/x86_64-linux-gnu/libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ cd /usr/lib/x86_64-linux-gnu/
rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ 
rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ ll

rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ 
rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ strings /lib64/libc.so.6 | grep GLIBC
strings: '/lib64/libc.so.6': No such file
rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ 
rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ strings libc.so.6 | grep GLIBC
GLIBC_2.2.5
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
GLIBC_2.6
GLIBC_2.7
GLIBC_2.8
GLIBC_2.9
GLIBC_2.10
GLIBC_2.11
GLIBC_2.12
GLIBC_2.13
GLIBC_2.14
GLIBC_2.15
GLIBC_2.16
GLIBC_2.17
GLIBC_2.18
GLIBC_2.22
GLIBC_2.23
GLIBC_2.24
GLIBC_2.25
GLIBC_2.26
GLIBC_2.27
GLIBC_2.28
GLIBC_2.29
GLIBC_2.30
GLIBC_PRIVATE
GNU C Library (Ubuntu GLIBC 2.31-0ubuntu9.16) stable release version 2.31.
rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ 


lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqu Configuring libc6 tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk   
  x                                                                                                                                                                                                                              x   
  x There are services installed on your system which need to be restarted when certain libraries, such as libpam, libc, and libssl, are upgraded. Since these restarts may cause interruptions of service for the system, you   x   
  x will normally be prompted on each upgrade for the list of services you wish to restart.  You can choose this option to avoid being prompted; instead, all necessary restarts will be done for you automatically so you can   x   
  x avoid being asked questions on each library upgrade.                                                                                                                                                                         x   
  x                                                                                                                                                                                                                              x   
  x Restart services during package upgrades without asking?                                                                                                                                                                     x   
  x                                                                                                                                                                                                                              x   
  x                                                                     <Yes>                                                                        <No>                                                                        x   
  x                                                                                                                                                                                                                              x   
  mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj 

lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqu Configuring libc6 tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk   
   x Running services and programs that are using NSS need to be restarted, otherwise they might not be able to do lookup or authentication any more (for services such as ssh, this can affect your ability to login). Please   x   
   x review the following space-separated list of init.d scripts for services to be restarted now, and correct it if needed.                                                                                                     x   
   x                                                                                                                                                                                                                             x   
   x Note: restarting sshd/telnetd should not affect any existing connections.                                                                                                                                                   x   
   x                                                                                                                                                                                                                             x   
   x Services to restart for GNU libc library upgrade:                                                                                                                                                                           x   
   x                                                                                                                                                                                                                             x   
   x smbd gdm3 cups cron________________________________________________________________________________________________________________________________________________________________________________________________________ x   
   x                                                                                                                                                                                                                             x   
   x                                                                                                           <Ok>                                                                                                              x   
   x                                                                                                                                                                                                                             x   
   mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj   


                                                                                                                                                                                                                                 
 

rootroot@rootroot-X99-Turbo:/etc/apt$ 
rootroot@rootroot-X99-Turbo:/etc/apt$ sudo apt install libc6
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  libjs-underscore
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
  fakeroot libc-bin libc-dev-bin libc6-dbg libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libfakeroot libnsl-dev libnsl2 libnss-nis libnss-nisplus libtirpc-common libtirpc-dev libtirpc3 locales rpcsvc-proto
Suggested packages:
  glibc-doc
Recommended packages:
  libc-devtools
The following packages will be REMOVED:
  nsight-systems
The following NEW packages will be installed:
  libnsl-dev libnsl2 libnss-nis libnss-nisplus libtirpc-common libtirpc-dev libtirpc3 rpcsvc-proto
The following packages will be upgraded:
  fakeroot libc-bin libc-dev-bin libc6 libc6-dbg libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libfakeroot locales
12 upgraded, 8 newly installed, 1 to remove and 1589 not upgraded.
Need to get 33.7 MB of archives.
After this operation, 351 MB disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB]
Get:2 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB]
Get:3 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6-dbg amd64 2.35-0ubuntu3 [13.9 MB]
Get:4 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6-i386 amd64 2.35-0ubuntu3 [2,838 kB]                                                                                                                                
Get:5 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc-dev-bin amd64 2.35-0ubuntu3 [20.3 kB]                                                                                                                               
Get:6 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6-dev amd64 2.35-0ubuntu3 [2,099 kB]                                                                                                                                 
Get:7 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]                                                                                                                              
Get:8 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libtirpc-common all 1.3.2-2build1 [7,616 B]                                                                                                                              
Get:9 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libtirpc3 amd64 1.3.2-2build1 [81.1 kB]                                                                                                                                  
Get:10 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libtirpc-dev amd64 1.3.2-2build1 [192 kB]                                                                                                                               
Get:11 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libnsl2 amd64 1.3.0-2build2 [42.3 kB]                                                                                                                                   
Get:12 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]                                                                                                                                
Get:13 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6-dev-i386 amd64 2.35-0ubuntu3 [1,444 kB]                                                                                                                           
Get:14 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6-dev-x32 amd64 2.35-0ubuntu3 [1,632 kB]                                                                                                                            
Get:15 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6-x32 amd64 2.35-0ubuntu3 [2,978 kB]                                                                                                                                
Get:16 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 locales all 2.35-0ubuntu3 [4,249 kB]                                                                                                                                    
Get:17 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6 amd64 2.35-0ubuntu3 [3,235 kB]                                                                                                                                    
Get:18 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc-bin amd64 2.35-0ubuntu3 [706 kB]                                                                                                                                   
Get:19 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libnss-nis amd64 3.1-0ubuntu6 [27.3 kB]                                                                                                                                 
Get:20 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libnss-nisplus amd64 1.3-0ubuntu6 [22.9 kB]                                                                                                                             
Fetched 33.7 MB in 43s (777 kB/s)                                                                                                                                                                                                   
Preconfiguring packages ...

(Reading database ... 214510 files and directories currently installed.)
Preparing to unpack .../00-libfakeroot_1.28-1ubuntu1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.28-1ubuntu1) over (1.24-1) ...
Preparing to unpack .../01-fakeroot_1.28-1ubuntu1_amd64.deb ...
Unpacking fakeroot (1.28-1ubuntu1) over (1.24-1) ...
Preparing to unpack .../02-libc6-dbg_2.35-0ubuntu3_amd64.deb ...
Unpacking libc6-dbg:amd64 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../03-libc6-i386_2.35-0ubuntu3_amd64.deb ...
Unpacking libc6-i386 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../04-libc-dev-bin_2.35-0ubuntu3_amd64.deb ...
Unpacking libc-dev-bin (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../05-libc6-dev_2.35-0ubuntu3_amd64.deb ...
Unpacking libc6-dev:amd64 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../06-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../07-libtirpc-common_1.3.2-2build1_all.deb ...
Unpacking libtirpc-common (1.3.2-2build1) ...
Selecting previously unselected package libtirpc3:amd64.
Preparing to unpack .../08-libtirpc3_1.3.2-2build1_amd64.deb ...
Unpacking libtirpc3:amd64 (1.3.2-2build1) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../09-libtirpc-dev_1.3.2-2build1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.2-2build1) ...
Selecting previously unselected package libnsl2:amd64.
Preparing to unpack .../10-libnsl2_1.3.0-2build2_amd64.deb ...
Unpacking libnsl2:amd64 (1.3.0-2build2) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../11-libnsl-dev_1.3.0-2build2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
Preparing to unpack .../12-libc6-dev-i386_2.35-0ubuntu3_amd64.deb ...
Unpacking libc6-dev-i386 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../13-libc6-dev-x32_2.35-0ubuntu3_amd64.deb ...
Unpacking libc6-dev-x32 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../14-libc6-x32_2.35-0ubuntu3_amd64.deb ...
Unpacking libc6-x32 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../15-locales_2.35-0ubuntu3_all.deb ...
Unpacking locales (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../16-libc6_2.35-0ubuntu3_amd64.deb ...
Checking for services that may need to be restarted...
Checking init scripts...
Checking for services that may need to be restarted...
Checking init scripts...
Stopping some services possibly affected by the upgrade (will be restarted later):
  cron: stopping...done.

Unpacking libc6:amd64 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Setting up libc6:amd64 (2.35-0ubuntu3) ...
Checking for services that may need to be restarted...
Checking init scripts...
Restarting services possibly affected by the upgrade:
  cron: restarting...done.
  smbd: restarting...done.
  gdm3: restarting...done.
  cups: restarting...done.

Services restarted successfully.
(Reading database ... 214531 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.35-0ubuntu3_amd64.deb ...
Unpacking libc-bin (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Setting up libc-bin (2.35-0ubuntu3) ...
(Reading database ... 214529 files and directories currently installed.)
Removing nsight-systems (10.1.243-3) ...
Selecting previously unselected package libnss-nis:amd64.
(Reading database ... 214241 files and directories currently installed.)
Preparing to unpack .../libnss-nis_3.1-0ubuntu6_amd64.deb ...
Unpacking libnss-nis:amd64 (3.1-0ubuntu6) ...
Selecting previously unselected package libnss-nisplus:amd64.
Preparing to unpack .../libnss-nisplus_1.3-0ubuntu6_amd64.deb ...
Unpacking libnss-nisplus:amd64 (1.3-0ubuntu6) ...
Setting up libtirpc-common (1.3.2-2build1) ...
Setting up locales (2.35-0ubuntu3) ...
Installing new version of config file /etc/locale.alias ...
Generating locales (this might take a while)...
  en_AG.UTF-8... done
  en_AU.UTF-8... done
  en_BW.UTF-8... done
  en_CA.UTF-8... done
  en_DK.UTF-8... done
  en_GB.UTF-8... done
  en_HK.UTF-8... done
  en_IE.UTF-8... done
  en_IL.UTF-8... done
  en_IN.UTF-8... done
  en_NG.UTF-8... done
  en_NZ.UTF-8... done
  en_PH.UTF-8... done
  en_SG.UTF-8... done
  en_US.UTF-8... done
  en_ZA.UTF-8... done
  en_ZM.UTF-8... done
  en_ZW.UTF-8... done
  zh_CN.UTF-8... done
Generation complete.
Setting up libfakeroot:amd64 (1.28-1ubuntu1) ...
Setting up libc6-dbg:amd64 (2.35-0ubuntu3) ...
Setting up libc6-x32 (2.35-0ubuntu3) ...
Setting up fakeroot (1.28-1ubuntu1) ...
Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
Setting up libc6-i386 (2.35-0ubuntu3) ...
Setting up libc-dev-bin (2.35-0ubuntu3) ...
Setting up libtirpc3:amd64 (1.3.2-2build1) ...
Setting up libtirpc-dev:amd64 (1.3.2-2build1) ...
Setting up libnsl2:amd64 (1.3.0-2build2) ...
Setting up libnss-nisplus:amd64 (1.3-0ubuntu6) ...
Setting up libnss-nis:amd64 (3.1-0ubuntu6) ...
Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
Setting up libc6-dev:amd64 (2.35-0ubuntu3) ...
Setting up libc6-dev-i386 (2.35-0ubuntu3) ...
Setting up libc6-dev-x32 (2.35-0ubuntu3) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.35-0ubuntu3) ...

rootroot@rootroot-X99-Turbo:/etc/apt$ 
rootroot@rootroot-X99-Turbo:/etc/apt$ 
rootroot@rootroot-X99-Turbo:/etc/apt$ ldd --version
ldd (Ubuntu GLIBC 2.35-0ubuntu3) 2.35
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
rootroot@rootroot-X99-Turbo:/etc/apt$ 
rootroot@rootroot-X99-Turbo:/etc/apt$ 

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:/a/971246.html

如若内容造成侵权/违法违规/事实不符,请联系我们进行投诉反馈qq邮箱809451989@qq.com,一经查实,立即删除!

相关文章

img标签的title和alt

img标签的title和alt 显示上 title:鼠标移入到图片上时候显示的内容&#xff1b; alt:图片无法加载时候显示的内容; <div class"box"><div><!-- title --><h3>title</h3><img src"./image/poster.jpg" title"这是封…

案例-04.部门管理-删除

一.功能演示 二.需求说明 三.接口文档 四.思路 既然是通过id删除对应的部门&#xff0c;那么必然要获取到前端请求的要删除部门的id。id作为请求路径传递过来&#xff0c;那么要从请求路径中获取&#xff0c;id是一个路径参数。因此使用注解PathVariable获取路径参数。 请求方…

性格测评小程序07用户登录

目录 1 创建登录页2 在首页检查登录状态3 搭建登录功能最终效果总结 小程序注册功能开发好了之后&#xff0c;就需要考虑登录的问题。首先要考虑谁作为首页&#xff0c;如果把登录页作为首页&#xff0c;比较简单&#xff0c;每次访问的时候都需要登录。 如果把功能页作为首页&…

服务器被暴力破解的一次小记录

1. 网络架构 家里三台主机&#xff0c;其他一台macmini 启用ollama运行大模型的服务&#xff0c;主机1用来部署一些常用的服务如&#xff1a;mysql, photoprism等&#xff0c;服务器作为网关部署docker, 并且和腾讯云做了内网穿透。服务器部署了1panel用来管理服务并且监控&…

长视频生成、尝试性检索、任务推理 | Big Model Weekly 第56期

点击蓝字 关注我们 AI TIME欢迎每一位AI爱好者的加入&#xff01; 01 COMAL:AConvergent Meta-Algorithm for Aligning LLMs with General Preferences 许多对齐方法&#xff0c;包括基于人类反馈的强化学习&#xff08;RLHF&#xff09;&#xff0c;依赖于布拉德利-特里&#…

STM32 串口转 虚拟串口---实现USB转串口功能

一&#xff0c;USART与UART 区别 USART&#xff08;Universal Synchronous/Asynchronous Receiver/Transmitter&#xff09;通用同步/异步串行接收/发送器 相较于UART&#xff1a;通用异步收发传输器&#xff08;Universal Asynchronous Receiver/Transmitter&#xff09;多了…

将OpenWrt部署在x86服务器上

正文共&#xff1a;1234 字 40 图&#xff0c;预估阅读时间&#xff1a;2 分钟 如果你问ChatGPT有哪些开源的SD-WAN方案&#xff0c;他会这样答复你&#xff1a; 我们看到&#xff0c;OpenWrt也属于比较知名的开源SD-WAN解决方案。当然&#xff0c;在很久之前&#xff0c;我就发…

EtherNetIP转ModbusTCP网关,给风电注入“超级赛亚人”能量

EtherNetIP转ModbusTCP网关&#xff0c;给风电注入“超级赛亚人”能量 在工业通信领域&#xff0c;常常需要将不同网络协议的设备和系统连接起来&#xff0c;以实现更高效的数据交互和系统集成。比如&#xff0c;把EtherNet/IP设备及其网络连接到ModbusTCP网络系统&#xff0c…

【LeetCode】438.找到字符串中所有的字母异位词

目录 题目题目要求什么是“异位词”&#xff1f;如何快速判断两个字符串是否是“异位词”&#xff1f; 解法 滑动窗口 哈希表 &#xff08;统计个数&#xff09;核心思路具体步骤 代码 题目 题目链接&#xff1a;LeetCode-438题 给定两个字符串 s 和 p&#xff0c;找到 s 中所…

【设计模式】【结构型模式】装饰者模式(Decorator)

&#x1f44b;hi&#xff0c;我不是一名外包公司的员工&#xff0c;也不会偷吃茶水间的零食&#xff0c;我的梦想是能写高端CRUD &#x1f525; 2025本人正在沉淀中… 博客更新速度 &#x1f44d; 欢迎点赞、收藏、关注&#xff0c;跟上我的更新节奏 &#x1f3b5; 当你的天空突…

基于Ubuntu+vLLM+NVIDIA T4高效部署DeepSeek大模型实战指南

一、 前言&#xff1a;拥抱vLLM与T4显卡的强强联合 在探索人工智能的道路上&#xff0c;如何高效地部署和运行大型语言模型&#xff08;LLMs&#xff09;一直是一个核心挑战。尤其是当我们面对资源有限的环境时&#xff0c;这个问题变得更加突出。原始的DeepSeek-R1-32B模型虽…

Windows环境搭建ES集群

搭建步骤 下载安装包 下载链接&#xff1a;https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.27-windows-x86_64.zip 解压 解压并复制出3份 es-node1配置 config/elasticsearch.yml cluster.name: xixi-es-win node.name: node-1 path.data: D:\\wor…

STM32 I2C通信协议说明

目录 背景 I2C协议 数据的有效性 I2C通信开始和停止条件 I2C数据传输 发送 响应 正常情况&#xff1a; 异常情况&#xff1a; 主机结束接收 写寄存器的标准流程 读寄存器的标准流程 仲裁机制 时钟同步 SDA线的仲裁 程序 背景 对单片机的三大通信中的I2C通信进…

Unity学习part2

为bilibili教程【【Unity教程】零基础带你从小白到超神】 https://www.bilibili.com/video/BV1gQ4y1e7SS/?p50&share_sourcecopy_web&vd_source6e7a3cbb802eb986578ad26fae1eeaab的笔记 1、灯光的使用 定向光模拟太阳&#xff0c;是平行光。旋转定向光&#xff0c;光…

Vue 实现主题切换(明暗)

项目地址&#xff1a;https://gitee.com/abcdfdewrw/vue3_xiaohongshu_project 效果展示&#xff1a; 步骤1&#xff1a;定义明暗scss样式 // 浅色模式 html[data-theme"light"]:root {--header-height: 72px;--color-border-bottom: #eef2f9;--color-primary-lab…

rabbitmq五种模式的总结——附java-se实现(详细)

rabbitmq五种模式的总结 完整项目地址&#xff1a;https://github.com/9lucifer/rabbitmq4j-learning 一、简单模式 &#xff08;一&#xff09;简单模式概述 RabbitMQ 的简单模式是最基础的消息队列模式&#xff0c;包含以下两个角色&#xff1a; 生产者&#xff1a;负责发…

数据结构 day02

3. 线性表 3.1. 顺序表 3.1.3. 顺序表编程实现 操作&#xff1a;增删改查 .h 文件 #ifndef __SEQLIST_H__ #define __SEQLIST_H__ #define N 10 typedef struct seqlist {int data[N];int last; //代表数组中最后一个有效元素的下标 } seqlist_t;//1.创建一个空的顺序表 seq…

STM32的HAL库开发---ADC

一、ADC简介 1、ADC&#xff0c;全称&#xff1a;Analog-to-Digital Converter&#xff0c;指模拟/数字转换器 把一些传感器的物理量转换成电压&#xff0c;使用ADC采集电压&#xff0c;然后转换成数字量&#xff0c;经过单片机处理&#xff0c;进行控制和显示。 2、常见的AD…

25/2/16 <算法笔记> DirectPose

DirectPose 是一种直接从图像中预测物体的 6DoF&#xff08;位姿&#xff1a;6 Degrees of Freedom&#xff09;姿态 的方法&#xff0c;包括平移和平面旋转。它在目标检测、机器人视觉、增强现实&#xff08;AR&#xff09;和自动驾驶等领域中具有广泛应用。相比于传统的位姿估…

企业级API集成方案:基于阿里云函数计算调用DeepSeek全解析

解决方案链接&#xff1a;https://www.aliyun.com/solution/tech-solution/deepseek-r1-for-platforms?utm_contentg_1000401616 何为DeepSeek R1 DeepSeek R1模型有诸多技术优势。高效架构设计使其能更高效提取特征&#xff0c;减少冗余计算&#xff0c;提升数据处理速度、…