-
Notifications
You must be signed in to change notification settings - Fork 11
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
"make image" failing #2
Comments
Can you try using Debian sid?
Perhaps in a VM
…On Thu, 20 Dec 2018 at 18:10, CptClyde ***@***.***> wrote:
I am trying to compile on a machine with the following uname stats:
Linux UX31A 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018
x86_64 x86_64 x86_64 GNU/Linux
and am getting the following errors when running the "make image" command.
Any ideas?
I: Extracting libfdisk1...
I: Extracting libmount1...
I: Extracting libncursesw6...
I: Extracting libsmartcols1...
I: pdk-mediagen: Debootstrapping system (second-stage)
chroot: failed to run command '/debootstrap/debootstrap': Exec format error
I: pdk-mediagen: Running 1000_minimal_setup.sh
chroot: failed to run command 'usermod': Exec format error
/usr/share/pdk-mediagen/scripts/1000_minimal_setup.sh: line 24:
/home/luke/pideck/pideck/tmp/rootfs/etc/network/interfaces: No such file or
directory
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: Running 2000_standard_setup.sh
chroot: failed to run command 'apt-get': No such file or directory
chroot: failed to run command 'locale-gen': No such file or directory
I: pdk-mediagen: installing preseed preseed.conf
chroot: failed to run command 'debconf-set-selections': Exec format error
I: pdk-mediagen: Running 3000_install_packages.sh
I: pdk-mediagen: installing component 64studio/minimal
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component 64studio/standard
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component 64studio/openssh-server
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component 64studio/linux-image-armhf-raspi
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component 64studio/jackd2
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component 64studio/xorg
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component 64studio/lxde
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component local
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: Running 6000_openssh-server.sh
chroot: failed to run command 'apt-get': No such file or directory
sed: can't read /home/luke/pideck/pideck/tmp/rootfs/etc/ssh/sshd_config:
No such file or directory
chroot: failed to run command 'update-rc.d': Exec format error
I: pdk-mediagen: Running 8000_postinst.sh
I: pdk-mediagen: running postinst postinst.sh
chroot: failed to run command '/tmp/postinst': Exec format error
I: pdk-mediagen: Running 9000_cleanup.sh
chroot: failed to run command 'apt-get': No such file or directory
chroot: failed to run command 'apt-get': No such file or directory
chroot: failed to run command 'apt-get': No such file or directory
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: used disk-space:
/dev/mapper/loop0p2 1.4G 126M 1.2G 10% /home/luke/pideck/pideck/tmp/rootfs
/dev/mapper/loop0p1 64M 0 64M 0% /home/luke/pideck/pideck/tmp/rootfs/boot
I: pdk-mediagen: Completed system setup!
I: pdk-mediagen: cleaning up
I: pdk-mediagen: unmounting rootfs
I: pdk-mediagen: removing loop devices
I: pdk-mediagen: completed!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA-11gfRuSFrezdrwc37YAq1Ld0xdolLks5u69J6gaJpZM4Zcq6M>
.
|
Thanks for the reply. Will try it and reply. |
That did it, thank you for the help! |
Awesome!
We should probably put some notes in the instructions that it will only
work on Debian (for now).
Pull requests welcome for any bits we missed!
…On Thu, 20 Dec 2018 at 21:27, CptClyde ***@***.***> wrote:
That did it, thank you for the help!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA-11uVjJpmgUDd-qCAXggtHgazHkugkks5u7ADbgaJpZM4Zcq6M>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to compile on a machine with the following uname stats:
Linux UX31A 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
and am getting the following errors when running the "make image" command. Any ideas?
I: Extracting libfdisk1...
I: Extracting libmount1...
I: Extracting libncursesw6...
I: Extracting libsmartcols1...
I: pdk-mediagen: Debootstrapping system (second-stage)
chroot: failed to run command '/debootstrap/debootstrap': Exec format error
I: pdk-mediagen: Running 1000_minimal_setup.sh
chroot: failed to run command 'usermod': Exec format error
/usr/share/pdk-mediagen/scripts/1000_minimal_setup.sh: line 24: /home/luke/pideck/pideck/tmp/rootfs/etc/network/interfaces: No such file or directory
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: Running 2000_standard_setup.sh
chroot: failed to run command 'apt-get': No such file or directory
chroot: failed to run command 'locale-gen': No such file or directory
I: pdk-mediagen: installing preseed preseed.conf
chroot: failed to run command 'debconf-set-selections': Exec format error
I: pdk-mediagen: Running 3000_install_packages.sh
I: pdk-mediagen: installing component 64studio/minimal
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component 64studio/standard
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component 64studio/openssh-server
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component 64studio/linux-image-armhf-raspi
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component 64studio/jackd2
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component 64studio/xorg
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component 64studio/lxde
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: installing component local
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: Running 6000_openssh-server.sh
chroot: failed to run command 'apt-get': No such file or directory
sed: can't read /home/luke/pideck/pideck/tmp/rootfs/etc/ssh/sshd_config: No such file or directory
chroot: failed to run command 'update-rc.d': Exec format error
I: pdk-mediagen: Running 8000_postinst.sh
I: pdk-mediagen: running postinst postinst.sh
chroot: failed to run command '/tmp/postinst': Exec format error
I: pdk-mediagen: Running 9000_cleanup.sh
chroot: failed to run command 'apt-get': No such file or directory
chroot: failed to run command 'apt-get': No such file or directory
chroot: failed to run command 'apt-get': No such file or directory
chroot: failed to run command 'apt-get': No such file or directory
I: pdk-mediagen: used disk-space:
/dev/mapper/loop0p2 1.4G 126M 1.2G 10% /home/luke/pideck/pideck/tmp/rootfs
/dev/mapper/loop0p1 64M 0 64M 0% /home/luke/pideck/pideck/tmp/rootfs/boot
I: pdk-mediagen: Completed system setup!
I: pdk-mediagen: cleaning up
I: pdk-mediagen: unmounting rootfs
I: pdk-mediagen: removing loop devices
I: pdk-mediagen: completed!
The text was updated successfully, but these errors were encountered: