Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953330 - [guru] www-apps/pleroma-fe-2.8.0 fails to compile: sh: line 1: vite: command not found
Summary: [guru] www-apps/pleroma-fe-2.8.0 fails to compile: sh: line 1: vite: command ...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Haelwenn (lanodan) Monnier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-07 06:44 UTC by Agostino Sarubbo
Modified: 2025-04-09 17:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,55.39 KB, text/plain)
2025-04-07 06:44 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2025-04-07 06:44:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: www-apps/pleroma-fe-2.8.0 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2025-04-07 06:44:48 UTC
Created attachment 923693 [details]
build.log

build log and emerge --info
Comment 2 Haelwenn (lanodan) Monnier 2025-04-09 17:10:27 UTC
Fixed it in the following commit (forgot to tag it…)

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?f11eca22fd872fa839ffad2525cd64466282d0dc

commit f11eca22fd872fa839ffad2525cd64466282d0dc
Author:     Phantasm <phantasm@fluffytail.org>
AuthorDate: Wed Apr  9 03:27:44 2025
Commit:     Haelwenn (lanodan) Monnier <contact@hacktivis.me>
CommitDate: Wed Apr  9 03:27:44 2025

    www-apps/pleroma-fe: Fix missing bin link for vite

    lanodan> Chose to make the symlink manually instead of dropping
    `--no-bin-links` to make sure there's no symlinks created in the
    wrong directories (such as HOME when using ebuild(1) for tests).

    Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>