On Jan 28, 2016 2:07 PM, "Bruce Dubbs" <[email protected]> wrote: > > xinglp wrote: >> >> 2016-01-29 0:30 GMT+08:00 Bruce Dubbs <[email protected]>: >>> >>> xinglp wrote: >>>> >>>> >>>> 2016-01-24 6:23 GMT+08:00 Bruce Dubbs <[email protected]>: >>>>> >>>>> >>>>> Starting as a new thread. >>>>> >>>>> This is a repeat of the proposal: >>>>> >>>>> The packages in LFS that use separate build directories are out-of-tree. >>>>> That is: >>>>> >>>>> mkdir ../pkg-build >>>>> cd ../pkg-build >>>>> ../pkg/configure >>>>> >>>>> If we use in-tree but still separate directories we then have: >>>>> >>>>> mkdir build >>>>> cd build >>>>> ../configure >>>>> >>>>> The affected packages are binutils, gcc (and libstdc++ which is extracted >>>>> from gcc), and glibc. >>>> >>>> >>>> The >>>> install ... ../glibc-&glibc-version;/xxx ... >>>> should be changed to >>>> install ... ../xxx ... >>> >>> >>> >>> Where? What are you talking about? > > >> Sorry, I'm talking about systemd branch. >> http://www.linuxfromscratch.org/lfs/view/systemd/chapter06/glibc.html >> Since we changed this: >> mkdir -v build >> cd build >> The >> install -v -Dm644 ../glibc-2.22/nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf >> install -v -Dm644 ../glibc-2.22/nscd/nscd.service >> /lib/systemd/system/nscd.service >> should be changed to >> install -v -Dm644 ../nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf >> install -v -Dm644 ../nscd/nscd.service /lib/systemd/system/nscd.service > > > Douglas, DJ, would you please take a look at this. > > > -- Bruce > > I will take a look at this in an hour or so. Looks like when we merged the change for the external build directories, we must have forgot that we install the nscd files from the glibc directory. Just a minor oversight.
Thank you xinglp for reporting this. Douglas R. Reno
-- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
