bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

coreutils 6.9.92 fail to configure on *bsd


From: Elias Pipping
Subject: coreutils 6.9.92 fail to configure on *bsd
Date: Sun, 13 Jan 2008 04:21:24 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

Hi,

on bsd-like systems(*), `./configure` fails with v6.9.92. The error is:

  checking for library containing crypt... none required
  sed: 1: "/^gl_INCLUDE_EXCLUDE_PR ...": bad flag in substitute command: '}'
  configure: error: internal error: g'l_INCLUDE_EXCLUDE_PROG's 2nd arg, ,
             does not match the list of default-not-installed programs
             (arch hostname su) also recorded in ./src/Makefile.am

The bug is easily fixed by inserting a newline right before the closing
'}', to make non-GNU sed(1) happy. I've attached a patch(*).

With it, v6.9.92 compiles on the aforementioned platforms -- while the
test suite passes on openbsd, though, on darwin 15 tests fail:

    FAIL: help-version.log
    FAIL: parent-perm.log
    FAIL: file-perm-race.log
    FAIL: parent-perm-race.log
    FAIL: existing-perm-race.log
    FAIL: backup-dir.log
    FAIL: src-base-dot.log
    FAIL: preserve-2.log
    FAIL: fail-perm.log
    FAIL: cp-parents.log
    FAIL: basic-1.log
    FAIL: create-leading.log
    FAIL: misc.log
    FAIL: test-frexpl
    FAIL: test-printf-frexpl

I've attached the verbose output.


-- Elias

(*) tested on powerpc-unknown-openbsd4.2, i386-apple-darwin9.1.0

PS: I have yet to run expensive tests and check-root

Attachment: coreutils-6.9.92-sed-newline.patch
Description: Text document

Attachment: coreutils-6.9.92-check.log.bz2
Description: Binary data

Attachment: pgprA_5jeMQTK.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]