Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimal builds are missing apt-utils package #4935

Closed
1 task done
AGM1968 opened this issue Mar 11, 2023 · 6 comments
Closed
1 task done

Minimal builds are missing apt-utils package #4935

AGM1968 opened this issue Mar 11, 2023 · 6 comments

Comments

@AGM1968
Copy link
Collaborator

AGM1968 commented Mar 11, 2023

What happened?

ISSUE:

Minimal builds are missing apt-utils package

$RELEASE/main/packages |minimal|

\build\config\cli\common\main\packages

apt-utils is not installed

ERROR: logs

--> (1425) COMMAND: DEBIAN_FRONTEND=noninteractive apt-get -y -qq -o Dpkg::Use-Pty=0 -o APT::Get::List-Cleanup=0 -o APT::Clean-Installed=0 --no-install-recommends install /root/linux-u-boot-orangepizero2-edge_2022.07-Se092-P12e0-B6324_arm64.deb
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package linux-u-boot-orangepizero2-edge.
(Reading database ... 19305 files and directories currently installed.)
Preparing to unpack .../linux-u-boot-orangepizero2-edge_2022.07-Se092-P12e0-B6324_arm64.deb ...
Unpacking linux-u-boot-orangepizero2-edge (2022.07-Se092-P12e0-B6324) ...
Setting up linux-u-boot-orangepizero2-edge (2022.07-Se092-P12e0-B6324) ...

PR PROPOSAL:

add apt-utils to \build\config\cli\common\main\packages

REFERENCE:

Clenup minimal and server lists (#4893)

commit sha: e71d8db

https://github.com/AGM1968/build/blob/e71d8dba103893e662e60fdf675b90ca78529888/config/cli/common/main/packages

How to reproduce?

config_post_main.log

--> (19) INFO: Configuration prepared for BOARD build [ orangepizero2.conf ]
--> (19) EXT: Repeat Build Options (early) [ ./compile.sh BOARD=orangepizero2 BRANCH=edge RELEASE=bullseye BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,img ]

Branch

main (main development branch)

On which host OS are you observing this problem?

Jammy

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@github-actions
Copy link

Jira ticket: AR-1598

@igorpecovnik
Copy link
Member

Go. And add this too:
https://armbian.atlassian.net/browse/AR-1590

@rpardini
Copy link
Member

hmm. sysstat has some heavy dependencies. apt-utils is also very optional (generates warnings but should work without it).

@AGM1968
Copy link
Collaborator Author

AGM1968 commented Mar 11, 2023

apt-utils not detrimental to build

Note aside: sudo became a problem for user

@igorpecovnik
Copy link
Member

hmm. sysstat has some heavy dependencies.

Used by armbianmonitor ... then this has to be adjusted.

@rpardini
Copy link
Member

Oh, okie then, lets add

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants