Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 09:21:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 278344] misc/deco cannot be reinstalled with portmaster
Message-ID:  <bug-278344-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 278344
           Summary: misc/deco cannot be reinstalled with portmaster
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: major12@gmail.com

Port misc/deco cannot be reinstalled with portmaster.=20

The error is:
=3D=3D=3D>   Generating temporary packing list
install  -s -m 555 deco /usr/ports/misc/deco/work/stage/usr/local/bin
cd help; for f in *.general *.edit *.view *.hexview; do install  -m 0644 $f
/usr/ports/misc/deco/work/stage/usr/local/share/deco/help/$f; done
install: /usr/ports/misc/deco/work/stage/usr/local/share/deco/help/d.genera=
l:
No such file or directory
*** Error code 71

Folders deco and deco/help do not exist in work/stage/usr/local/share/ so
install fails.

Looks like make targets were not executed
$(libdir)/deco:
                mkdir $(libdir)/deco=20
$(libdir)/deco/help:
                mkdir $(libdir)/deco/help=20=20

At the same time "make reinstall" from port directory works ok.
Just install when no misc/deco was installed also works ok.

Reproduce steps: run "portmaster misc/deco" two times.

--=20
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-278344-7788>