Bug 262497 - x11-themes/gtk-arc-themes: 20220223 fails to build
Summary: x11-themes/gtk-arc-themes: 20220223 fails to build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-12 08:19 UTC by sven.a.jonsson
Modified: 2022-03-16 05:24 UTC (History)
2 users (show)

See Also:
Alexander88207: maintainer-feedback+


Attachments
Failing build log (97.55 KB, text/plain)
2022-03-12 08:19 UTC, sven.a.jonsson
no flags Details
gtk-arc-themes-20220223_1.diff (960 bytes, patch)
2022-03-13 01:16 UTC, Alexander Vereeken
Alexander88207: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sven.a.jonsson 2022-03-12 08:19:46 UTC
Created attachment 232399 [details]
Failing build log

As the title says, it fails to build for me.
Attaching build log for analysis.

The last rows in the build log are:

Running custom install script '/construction/xports/x11-themes/gtk-arc-themes/work/arc-theme-20220223/meson/install-file.py /construction/xports/x11-themes/gtk-arc-themes/work/arc-theme-20220223/_build/common/cinnamon/cinnamon.css $MESON_INSTALL_DESTDIR_PREFIX/share/themes/Arc/cinnamon/cinnamon.css'
--- stdout ---

--- stderr ---
env: python3: No such file or directory

FAILED: install script '/construction/xports/x11-themes/gtk-arc-themes/work/arc-theme-20220223/meson/install-file.py /construction/xports/x11-themes/gtk-arc-themes/work/arc-theme-20220223/_build/common/cinnamon/cinnamon.css $MESON_INSTALL_DESTDIR_PREFIX/share/themes/Arc/cinnamon/cinnamon.css' exit code 127, stopped
FAILED: meson-install 
/usr/local/bin/meson install --no-rebuild
ninja: build stopped: subcommand failed.
*** Error code 1
Comment 1 Alexander Vereeken 2022-03-13 01:16:41 UTC
Created attachment 232415 [details]
gtk-arc-themes-20220223_1.diff

Hello,

sorry for my carelessness, a patch have been attached.

Thank you for your report!
Comment 2 sven.a.jonsson 2022-03-14 16:41:19 UTC
I can verify that it builds with your patch and seems to function correctly.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-03-16 05:24:35 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=12227a226e6aff8ce8b5f294197eb590844b3245

commit 12227a226e6aff8ce8b5f294197eb590844b3245
Author:     Alexander Vereeke <Alexander88207@protonmail.com>
AuthorDate: 2022-03-16 05:14:41 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-03-16 05:24:02 +0000

    x11-themes/gtk-arc-themes: fix build

    Failed with:
      env: python3: No such file or directory

    Reported by:     sven.a.jonsson@bahnhof.se
    PR:              262497

 x11-themes/gtk-arc-themes/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2022-03-16 05:24:53 UTC
Committed, thanks.