#3095: Switch to procps-ng (3.3.6) - placeholder - not ready yet
-------------------------+--------------------------------------------------
Reporter: gespinasse | Owner: lfs-book@…
Type: enhancement | Status: new
Priority: low | Milestone: Future
Component: Book | Version: SVN
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Comment(by gespinasse):
Packages are now available from sourceforge
http://sourceforge.net/projects/procps-ng/files/Production/
I am using
{{{
./configure --prefix=
}}}
There is still one minor issue in the test suite that need hacking as
''which'' is not available, so I use
{{{
sed -i "s|exec which sleep|exec echo /$(TOOLS_DIR)/bin/sleep|"
testsuite/config/unix.exp
}}}
There is another small detail.
{{{
make check
}}}
work but the ouput is not very nice to read. I prefer using
{{{
(cd $(DIR_APP)/testsuite; make site.exp && DEJAGNU=global-conf.exp
runtest)
}}}
I understand you may find that command too complicated, but I haven't
found a way with ''make check'' to produce the same nice to read output.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3095#comment:10>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page