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

build/out/minit.tar.xz is missed #1

Closed
cloudtrends opened this issue Dec 4, 2017 · 7 comments
Closed

build/out/minit.tar.xz is missed #1

cloudtrends opened this issue Dec 4, 2017 · 7 comments

Comments

@cloudtrends
Copy link

$ ./mesalockiso
[+] mesalockiso: installing bootloader and kernel
[+] mesalockiso: installing rootfs
tar (child): build/out/minit.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

=======

I am build mesalock-linux on ubuntu 17.04 , and follow the instructions step by step in readme file .

thanks in advance

@mssun
Copy link
Contributor

mssun commented Dec 4, 2017

Thanks for the report. It seems that build script of minit breaks. I am fixing it right now.

@mssun
Copy link
Contributor

mssun commented Dec 4, 2017

The issue should be fixed in this commit: mesalock-linux/packages@98cc80a. Can you pull the latest mesalock-distro and its submodule and try again? Thanks.

@cloudtrends
Copy link
Author

cloudtrends commented Dec 4, 2017

thanks for your quick reply,

After git pull and another long compile time passed, the message still show me that :

[+] mesalockiso: installing rootfs
tar (child): build/out/minit.tar.xz: Cannot open: No such file or directory

I want dig into the error messages but the compiler script output show nothing about minit .

BTW, the generated tar files as below:

gcc-libs.tar.xz
ripgrep.tar.xz
linux.tar.xz
syslinux.tar.xz
tzdata.tar.xz
micro.tar.xz
glibc.tar.xz
busybox.tar.xz
filesystem.tar.xz
init.tar.xz
tokei.tar.xz
ion-shell.tar.xz
fd-find.tar.xz
exa.tar.xz

thanks .

@mssun
Copy link
Contributor

mssun commented Dec 4, 2017

@cloudtrends sorry, I should tell you to update the submodule using this command: git submodule update --recursive

@mssun
Copy link
Contributor

mssun commented Dec 4, 2017

After that, you don't have to rebuild the whole project. Just make the missing packages by ./mkpkg <package_name>.

@cloudtrends
Copy link
Author

@mssun thanks you very much , my first mesalock-linux iso is build out!

$ ls -lth build
total 62M
62M 12月 5 07:25 mesalock-linux.iso

@mssun
Copy link
Contributor

mssun commented Dec 4, 2017

Great! Thanks for your interests.

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