-
Notifications
You must be signed in to change notification settings - Fork 45
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
Pkgbuild errors out for me.. #7
Comments
rsync is what was missing. I'm going to format sdb again and start over. Mabe I needed to clean up first. I'll report back shortly. |
I ran this 2 more times with the same results. I'll test this on virtualbox, I don't think it'll wprk. I believe it's either the pkgutils is not finding `archive_errno' or it's not compiled elsewhere. It might be the make file is corrupt , broken or missing something. I read this on stackoverflow about make:
Could it be that `archive_errno' needs to be done before compiling pkgutils? |
I does compiled fine on my machine. |
Do you have a recommended or a preference? I just use Debian out of habit, since 2005. But any distro is ok with me |
Arch & its based distros should be perfect, met the requirement. Usually i’m building on manjaro. Make sure you run version-check.sh script to check reauirements. |
I ran the version-check.sh on Debian and it passed. I'm testing Venom xorg right now, if that does not do it I'll try manjaro. Thanks. I'll report back. I've tested several scripts in the past 10-12 years, yours is one of the nicer ones, and hope this works for me. I'm getting tired of Ubuntu junk flowing into Debian and making it sluggish. I had built a LFS 6.3 many years ago, manually. It was fun, but tedious. |
That good if you use venom as host because all those script is fully tested on venom. All requirement should met correctly. I’m started with lfs 7.9, after successful build including X, i’m start writing my own stuff like package manager, initrd generator and etc. Then venom is born. I’m thinking to make this script fully multilib. No choice to build 64bit only. I will seperate glibc 32bit, and user can remove glibc 32bit if they dont want multilib. I hope this is ok. |
I treied to install Arch twice and both times I missed getting grub started, so I trieded Manjaro Architect 20.0.3 - I get going until this happens (twice).
the installation is simular to the debian, so why does it run out of space? the lfs books mention debian, so I may try that again with a slightly diffrent setup.... |
It mean you have no space left. Check your free space again. If you build on live environtment, change WORKDIR in config file. Point it into directory that has enough space. |
I didn't get an internet connection with VenomLinux and I never have used VI or VIM, so I went back and forth between Debian & Manjaro. On both systems I get to where it: As I didn't feel experienced enough with Manjaro, I'm back on Debian. I am not giving up, this will work. Using 'locate' tells me the libs are installed. I may need to investigate pkgutils to see where it's looking at for those libs (should be the same, but probably isn't) I wonder if this makes a difference: Debian has "/lib/x86_64-linux-gnu" and the script has "lib/x86_64-pc-linux-gnu" One thing is for sure, IT'S NOT Your scripts causing the probs, as I first thought. As soon as I get this worked out I'll report back and maybe write a tutorial on the intended project site. I'll let you know. |
Do you have a list of installed packages of your host when building with these scripts. I seam to have gotten a bit further using Arch than I did with Debian and Manjaro. On Arch it's only showing Using mlocate it shows that they are installed, on all 3 OSs. Still trying though, even as I think back to LFS 6.3 I spent most of my wake hours writing and that took about 4 weeks. II will invest another 2 weeks and see what happens. have decided to stay with Arch as the host for this project. |
Looks like missing zstd package. Dont just check using mlocate, distro that split package like Arch, debian and etc sometimes missing development package. Btw i just updated the script last night. Can you try with this latest script? Its work fine on my Venom Linux. Dont have time yet to test with other distro. |
I got the scripts to work using the Venom Mate iso. I do want to build using Debian, so I guess that's my job for the next 2-3 weeks. I think this can be closed. As soon as I get this to build on other systems I will report back. Thanks for a more than AWESOME set of scripts! |
I have same problem. When I build pkgutils in toolchain the building is ended by an error (missing libxml2 and zstd). The host system is Slackware current which consist both of package. I tried to solve the problem but I had no any success. At the end I solved with a DIY methods. I changed the original pkgutils package with a static build of pkgutils which can be found in CRUX iso. |
I will try this script on different distros including slackware and fix accordingly. Then i eill update requirement in the Readme. For now i will reopen this issue. |
Scripts is updated, I've tested on Artix and AryaLinux but not Slackware yet, will test it on my free time later. |
I finally got it to build on Debian, BUT I have a very huge set of tools added to the basic Debian host. I now need to sort this out. I believe to have many, many unused or needed tools & libs. I'll figure this out and report back.... |
It works on Slack. |
Cool. I will added to tested host list. :D |
Debian split their packages hardly, so things might missing and need to figure out to get it. |
lib missing. install to try again. |
Thats problem with your host distro, not my lfs-scripts |
Yes, it's a Distro Problem, It helps other developers. |
here is the last few lines before the error:
I have not investigated it yet. I may be missing something on my build system. This is the setup I have:
Intel Dual Core (? E5 something)
4 Gb Ram
sda
sdb
the above was a second run if that matters. The compilation stopped because something was missing, I don't remeber what, but I'll check that and report.
The text was updated successfully, but these errors were encountered: