Categories: LFS
I tried to modify the LFS-6.1-1 ALFS profile for implimenting the changes. I used 6.1 live cd and there are a few digest mismatches. Apparently there was a server hickup and things changed. I guess it's okay to ignore them. The rest of the errors and temporary work arounds are here.
- gcc:
/usr/lib/libgcc_s.so need to be removed.
- change the ownership of /usr/lib/libgcc_s.so to gcc
- See next post for more details.
- coreutils:
- test: need to be run as root.
- uses dummy user so not much prob
- Still I would like to see if it can be done better
- gettext:
- apparently fails on parallel build as I discovered on googling for error
- I assumed the parallel build issue was taken care of in the profile.
- need to check again
- iproute2:
- googling is not good enough. So I guessed based on prev prob.
- works if -j tag is removed
- need to check again
- autoconf:
- Searches for perl in /tools and fails
- Googling shows that the link /usr/bin/perl that points to perl in /tools need to be removed before making perl or need to be relinked to the perl in /usr but that wouldn't help either because it is already pointing to the perl in /usr
- temporarily I worked around the problem by removing /tools/lib/perl5 and making it a symlink to /usr/lib/perl5
- e2fsprogs:
- same as iproute2
- removing -j tag helped
- hotplug:
- completely clue less
- ended up editing Makefile manually
- no clue on weather it works or breaks anything either
- man:
- sysvinit:
- error:can not remove /bin/pid
- it belongs to psmisc
- udev
- error:trying to change permissions of /etc/hotplug.d/default
- Makefile: install -d $(DESTDIR)$(hotplugdir)
No comments:
Post a Comment