[Bug 238548] devel/dbus: non-default TMPDIR pollutes build products

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Oct 3 17:02:32 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238548

--- Comment #2 from commit-hook at FreeBSD.org ---
A commit references this bug:

Author: 0mp
Date: Sat Oct  3 17:02:18 UTC 2020
New revision: 551331
URL: https://svnweb.freebsd.org/changeset/ports/551331

Log:
  devel/dbus: Do not pollute build products when TMPDIR is not /tmp

  If you have a TMPDIR in your environment that points to an existing
  directory other than /tmp (e.g., TMPDIR=/bigfilesystem/tmp), when you build
  devel/dbus, a couple files get built with that value.

  When the package is installed on a target system that may not have the
  non-default TMPDIR used at build time, then you will get run-time errors.
  Such as:

    % dbus-launch sh
    Failed to start message bus: Failed to bind socket
"/bigfilesystem/tmp/dbus-1nT4MYueXb": No such file or directory
    EOF in dbus-launch reading address from bus daemon

  PR:           238548
  Submitted by: John Hein <jcfyecrayz at liamekaens.com>

Changes:
  head/devel/dbus/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the freebsd-gnome mailing list