Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Dec 2015 17:25:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205069] [patch] games/ufoai-data: fix "no such file or directory: /usr/ports/games/ufoai-data/work/base/"
Message-ID:  <bug-205069-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205069

            Bug ID: 205069
           Summary: [patch] games/ufoai-data: fix "no such file or
                    directory: /usr/ports/games/ufoai-data/work/base/"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: florian.ermisch@alumni.tu-berlin.de
                CC: m.tsatsenko@gmail.com
             Flags: maintainer-feedback?(m.tsatsenko@gmail.com)
                CC: m.tsatsenko@gmail.com
          Keywords: patch

Created attachment 163909
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163909&action=edit
Patch to fix "cd: /usr/[...]/work/base: No such file or directory"

When I tried to install games/ufoai yesterday (from ports as there was 
no pkg for 10.2 amd64) ufoai-data failed:

=> SHA256 Checksum OK for ufoai/ufoai-2.5-data.tar.
===>   ufoai-data-2.5 depends on file: /usr/local/bin/unzip - found
cd: /usr/ports/games/ufoai-data/work/base: No such file or directory
*** Error code 2

Stop.
make[1]: stopped in /usr/ports/games/ufoai-data
*** Error code 1


I checked /usr/ports/games/ufoai-data/work/ and found "ufoai-data-2.5" 
with a subdir named "base". 
After inserting "${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}/" into every
occurrence of "${WRKDIR}/base" (see attached patch) I could install and 
play the game.

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



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