** Description changed:

+ [ Impact ]
+ 
  apt-file does not support the amd64v3 architecture variant:
  
  With arch variant disabled in /etc/apt/apt.conf.d/99enable-amd64v3
  $ apt-file update
  $ apt-file search riscv64-linux-gnu-gcc-15
  gcc-15-riscv64-linux-gnu: /usr/bin/riscv64-linux-gnu-gcc-15
  gcc-15-riscv64-linux-gnu: /usr/share/man/man1/riscv64-linux-gnu-gcc-15.1.gz
  
  With arch variant enabled in /etc/apt/apt.conf.d/99enable-amd64v3
  $ apt-file update
  $ apt-file search riscv64-linux-gnu-gcc-15
  Finding relevant cache files to search ...E: No Contents in the cache with 
the given restrictions
- --- 
- ProblemType: Bug
- ApportVersion: 2.33.1-0ubuntu3
- Architecture: amd64
- CasperMD5CheckResult: unknown
- CurrentDesktop: KDE
- DistroRelease: Ubuntu 26.04
- InstallationDate: Installed on 2025-06-20 (132 days ago)
- InstallationMedia: Kubuntu 25.10 "Questing Quokka" - Daily amd64 (20250607)
- NonfreeKernelModules: zfs
- Package: apt-file 3.3
- PackageArchitecture: all
- ProcVersionSignature: Ubuntu 6.17.0-6.6-generic 6.17.1
- Tags: resolute
- Uname: Linux 6.17.0-6-generic x86_64
- UpgradeStatus: Upgraded to resolute on 2025-10-30 (0 days ago)
- UserGroups: N/A
- _MarkForUpload: True
+ 
+ [ Test Plan ]
+ 
+ On x86_64 systems the amd64v3 variant can be enabled with
+ 
+ echo 'APT::Architecture-Variants "amd64v3";' | sudo tee
+ /etc/apt/apt.conf.d/99enable-amd64v3
+ 
+ and disabled with
+ 
+ sudo rm /etc/apt/apt.conf.d/99enable-amd64v3
+ 
+ On an amd64 system with amd64v3 disabled and enabled install apt-file:
+ 
+ sudo apt-get install apt-file
+ sudo apt-file update
+ 
+ and search for riscv64-linux-gnu-gcc-14
+ 
+ sudo apt-file update
+ apt-file search riscv64-linux-gnu-gcc-14
+ 
+ Both with and without amd64v3 support the file should be found. The
+ output will look like:
+ 
+ gcc-14-riscv64-linux-gnu: /usr/bin/riscv64-linux-gnu-gcc-14
+ gcc-14-riscv64-linux-gnu: /usr/share/man/man1/riscv64-linux-gnu-gcc-14.1.gz
+ 
+ [ Where problems could occur ]
+ 
+ Apt-file is used for supporting users to find packages that they might
+ want to install. If it does not work correctly, users might not be able
+ to identify the package they are looking for.
+ 
+ [ Other Info ]
+ 
+ n/a

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2130385

Title:
  amd64v3: No Contents in the cache with the given restrictions

To manage notifications about this bug go to:
https://bugs.launchpad.net/apt-file/+bug/2130385/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to