make check fails: 6.18. Pkg-config-0.25

2010-12-03 Thread robert
tar zxf pkg-config-0.25.tar.gz cd pkg-config-0.25 sed -i -e 's/XT])dnl/XT])[]dnl/' -e 's/\.])dnl/\.])[]dnl/' pkg.m4 ./configure --prefix=/usr make make check ... yields: FAIL: check-conflicts ./common: line 25: sed: command not found ./common: line 25: sed: command not found ./common: line 25:

Re: make check fails: 6.18. Pkg-config-0.25

2010-12-03 Thread Andre Keller
Am 03.12.2010 13:26, schrieb robert: ./common: line 25: sed: command not found Thats your problem again: Check your sed installation. Regards André -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above

make check fails: 6.18. Pkg-config-0.25

2010-12-03 Thread robert
follow up: building outside of chroot works fine ...??? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: make check fails: 6.18. Pkg-config-0.25

2010-12-03 Thread robert
Andre Keller wrote: Am 03.12.2010 13:26, schrieb robert: ./common: line 25: sed: command not found Thats your problem again: Check your sed installation. Regards Andr� yep! thanks. robert -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: