Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2015 19:37:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200997] Mk/bsd.fpc.mk and editors/lazarus: not remove /root/.cache/instantfpc/
Message-ID:  <bug-200997-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 200997
           Summary: Mk/bsd.fpc.mk and editors/lazarus: not remove
                    /root/.cache/instantfpc/
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: andrey@bsdnir.info
                CC: freebsd-ports-bugs@FreeBSD.org

http://sourceforge.net/p/lazarus/code/HEAD/tree/trunk/ide/buildmanager.pas#l1755

have hardcode "List:=RunTool(Prog,'--get-cache');" this create /root/.cache and
pkg build Failed: build_fs_violation
For example http://bsdnir.info/files/porting/log_lazarus_depends_faile/

Documentation
http://wiki.lazarus.freepascal.org/IDE_Macros_in_paths_and_filenames have env
variable InstantFPCCache however --get-cache without arguments rewrite this.

Most likely need to add a variable to support this command, or change the order
of the builder call

Unfortunately I can not offer a ready Patch.

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



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