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

x-kiosk-imx8 build fail #8

Open
Timespansoul opened this issue Nov 7, 2024 · 1 comment
Open

x-kiosk-imx8 build fail #8

Timespansoul opened this issue Nov 7, 2024 · 1 comment
Assignees

Comments

@Timespansoul
Copy link

Timespansoul commented Nov 7, 2024

I'm trying to build x-kiosk-imx8 without success.

ERROR: failed to solve: process "/bin/sh -c groupadd -g 61 render &&     if [ ! \"${FIO_USERID}\" = \"0\" ]; then         groupadd -g 
${FIO_USERID} ${FIO_USERNAME};         useradd -d ${FIO_HOME} -s /bin/bash -m ${FIO_USERNAME} -u ${FIO_USERID} -g 
${FIO_USERID} -G video,render;     fi &&     apt-get update -y &&     apt-get install -y --no-install-recommends                        libexpat1 
                       libpciaccess-dev                        libnss3                        libatk1.0-0                         libatk-bridge2.0-0                        libjpeg62-turbo                        libxkbcommon0                        libasound2                        libflac8                        libxslt1.1                       
 libwayland-cursor0                        libwayland-client0                        libwayland-egl1                        libwayland-server0     
fontconfig-config &&     apt-get clean && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* &&     mkdir -p 
/share/icons/hicolor/{16x16,22x22,24x24,32x32,48x48,64x64,128x128,256x256}/apps/ &&     mkdir -p /usr/lib/chromium/locales &&
ln -s /usr/lib/chromium/chrome-wrapper /usr/bin/chrome" did not complete successfully: exit code: 100
@Timespansoul
Copy link
Author

It builds on the Portenta X8 but not on my Ubuntu host machine(Noble).

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

No branches or pull requests

2 participants