Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2009 21:23:00 +0200
From:      Matthias Andree <matthias.andree@gmx.de>
To:        bug-followup@FreeBSD.org
Cc:        freebsd-ports@freebsd.org, miwi@freebsd.org
Subject:   [MAINTAINER] Re: ports/134156: Unable to build updated: e2fsprogs-libuuid-1.41.5
Message-ID:  <20090506192259.GA69628@vmfreebsd6.emma.line.org>

next in thread | raw e-mail | index | archive | help
Greetings,

the attached patch changes two ports and should fix this bug.

* misc/e2fsprogs-libuuid:

  - bump revision, as we're changing files and fixing a bug even for
    those who had successfully built libuuid before
  - patch one more source file to make sure the clock.txt state file
    gets saved to the right directory
  - try to run the newly-build uuidd for our self-test (ignoring
    failures, as they are non-fatal)
  - (the actual build fix is inherited from the other port)

* sysutils/e2fsprogs:

  - add files/patch-uuid-loop to actually fix the "self-test does not
    terminate" bug. What causes the client to see EOF prematurely or the
    server to fail to send a response remains unknown, but we'll fix the
    worse part of the issue: loop on EOF (read returning 0).

diffstat:

 misc/e2fsprogs-libuuid/Makefile          |    9 +-
 misc/e2fsprogs-libuuid/files/uuidd.in    |    8 +-
 sysutils/e2fsprogs/files/patch-uuid-loop |  117 +++++++++++++++++++++++++++++++
3 files changed, 129 insertions(+), 5 deletions(-)

-- 
Matthias Andree



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090506192259.GA69628>