Subject: pkgs in -current: sed complains
To: None <current-users@netbsd.org>
From: Martin J. Laubach <mjl@emsi.priv.at>
List: current-users
Date: 07/01/2001 18:15:23
  Has anybody beside me experienced the following phenomenon?
It happens with several pkgs (like guppi, libtool-base).

| celery:1 [~/netbsd/pkgsrc/devel/libtool-base] % make
| ===> Configuring for libtool-base-1.4.20010614nb2
| loading cache ./config.cache
| checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
| checking whether build environment is sane... yes
| checking whether make sets ${MAKE}... (cached) yes
| [...more stuff...]
| creating ./config.status
| creating Makefile
| sed: 41: conftest.s1: unescaped newline inside substitute pattern
| creating doc/Makefile
| sed: 41: conftest.s1: unescaped newline inside substitute pattern
| creating tests/Makefile
| sed: 41: conftest.s1: unescaped newline inside substitute pattern
| make: don't know how to make ./ltconfig. Stop

  The resulting Makefiles are empty and of course the build falls over.

  Something wrong with my environment? (It's a -current, macppc BTW)

	mjl