Re: [LFS Trac] #5570: tcl-9.0.1 (wait for expect/dejagnu adaption)
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
#5570: tcl-9.0.1 (wait for expect/dejagnu adaption)
-------------------------+-----------------------
Reporter: Xi Ruoyao | Owner: lfs-book
Type: enhancement | Status: reopened
Priority: normal | Milestone: Future
Component: Book | Version: git
Severity: normal | Resolution:
Keywords: |
-------------------------+-----------------------
Comment (by DJ Lucas):
Replying to [comment:3 Xi Ruoyao]:
> On another system w/o zip installed, the build fails because when
building the thread sub-package the building system attempts to find
"minizip" at a wrong location. It can be worked around with `make
NATIVE_ZIP=$PWD/minizip` (i.e. overriding the relative path
NATIVE_ZIP=./minizip in the Makefile).
>
> Maybe we should report this to upstream.
For LFS chroot, another option is to just install minizip. We already
install zlib before tcl.
Here is what I had and I just tested. It works.
{{{
cd zlib-1.3.1/contrib/minizip
autoreconf -fiv
./configure --prefix=/usr --enable-static=no
make
make minizip miniunzip
make install
install -vdm755 minizip miniunzip /usr/bin
}}}
Or just build them statically and not install the library too I guess.
--
Ticket URL: <https://wiki.linuxfromscratch.org/lfs/ticket/5570#comment:24>
LFS Trac <https://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page