Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 869224 - [guru] app-misc/powerpanel-1.4.1 fails to compile: newinitd: Need two arguments, old file and new file
Summary: [guru] app-misc/powerpanel-1.4.1 fails to compile: newinitd: Need two argumen...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Julien Roy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-08 20:42 UTC by Agostino Sarubbo
Modified: 2022-09-22 03:04 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,44.01 KB, text/plain)
2022-09-08 20:42 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 2022-09-08 20:42:01 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/powerpanel-1.4.1 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-09-08 20:42:03 UTC
Created attachment 804049 [details]
build.log

build log and emerge --info
Comment 2 Julien Roy 2022-09-09 03:04:39 UTC
Andrew,
It seems this bug was introduced after commit a3f6feeb925b446464ab5aa22aeee72b8bd0f6fe

Do you have time to look at it? If not, I will check this weekend.
Comment 3 Julien Roy 2022-09-09 03:13:10 UTC
From first glance, it looks like
newinitd "${FILESDIR}/pwrstatd pwrstatd"
needs to be changed to
newinitd "${FILESDIR}"/pwrstatd pwrstatd
Comment 4 Julien Roy 2022-09-21 01:42:27 UTC
Pushed https://github.com/gentoo/guru/commit/629ecdbe1a274b428ce7d26e25265abfb5876135 to correct this.