Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943222 - [guru] app-misc/clipboard-0.9.1 fails to compile: linux.cpp:17:10: fatal error: asoundlib.h: No such file or directory
Summary: [guru] app-misc/clipboard-0.9.1 fails to compile: linux.cpp:17:10: fatal erro...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Quincy Fleming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-11 08:15 UTC by Agostino Sarubbo
Modified: 2024-11-12 13:20 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,84.18 KB, text/plain)
2024-11-11 08:15 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 2024-11-11 08:15:04 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/clipboard-0.9.1 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 2024-11-11 08:15:06 UTC
Created attachment 908452 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-11 08:15:07 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/var/tmp/portage/app-misc/clipboard-0.9.1/work/Clipboard-0.9.1/src/cb/src/platforms/linux.cpp:17:10: fatal error: alsa/asoundlib.h: No such file or directory
FAILED: src/cb/CMakeFiles/cb.dir/src/platforms/linux.cpp.o 
fatal: not a git repository (or any parent up to mount point /var/tmp)
/var/tmp/portage/app-misc/clipboard-0.9.1/work/Clipboard-0.9.1/src/cb/src/platforms/linux.cpp:17:10: fatal error: alsa/asoundlib.h: No such file or directory
Comment 3 Quincy Fleming 2024-11-11 09:43:47 UTC
(In reply to Agostino Sarubbo from comment #2)
> Error(s) that match a know pattern in addition to what has been reported in
> the summary:
> 
> 
> /var/tmp/portage/app-misc/clipboard-0.9.1/work/Clipboard-0.9.1/src/cb/src/
> platforms/linux.cpp:17:10: fatal error: alsa/asoundlib.h: No such file or
> directory
> FAILED: src/cb/CMakeFiles/cb.dir/src/platforms/linux.cpp.o 
> fatal: not a git repository (or any parent up to mount point /var/tmp)
> /var/tmp/portage/app-misc/clipboard-0.9.1/work/Clipboard-0.9.1/src/cb/src/
> platforms/linux.cpp:17:10: fatal error: alsa/asoundlib.h: No such file or
> directory

Alsa is required. Will revert adding alsa use flag.
Comment 4 Larry the Git Cow gentoo-dev 2024-11-12 13:20:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91af3a74963ad204b1c0fa093dfab19bf91bff0d

commit 91af3a74963ad204b1c0fa093dfab19bf91bff0d
Author:     Quincy Fleming <quincyf467@protonmail.com>
AuthorDate: 2024-11-11 09:49:29 +0000
Commit:     Quincy Fleming <quincyf467@protonmail.com>
CommitDate: 2024-11-11 09:50:36 +0000

    app-misc/clipboard: remove alsa use flag
    
    Closes: https://bugs.gentoo.org/943222
    Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>

 .../clipboard/{clipboard-0.9.1.ebuild => clipboard-0.9.1-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)