Skip to content

Commit

Permalink
update pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
toralf committed Sep 7, 2024
1 parent f278bb1 commit 35848e3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions conf/package.env.90common
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ sci-libs/vtk j1

# no clang hook
sys-devel/gcc gcc

# -O3 breakage
sys-kernel/gentoo-kernel-bin cflags_default
2 changes: 2 additions & 0 deletions conf/package.use.90common
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ x11-libs/gtk+ X # DICE
#

*/* VIDEO_CARDS: -amdgpu # DICE: setup_video_amdgpu 1 8
*/* VIDEO_CARDS: -ati # DICE: setup_video_ati 1 8
*/* VIDEO_CARDS: -dummy # DICE: setup_video_dummy 1 8
*/* VIDEO_CARDS: -fbdev # DICE: setup_video_fbdev 1 8
*/* VIDEO_CARDS: -intel # DICE: setup_video_intel 1 8
*/* VIDEO_CARDS: -i915 # DICE: setup_video_i915 1 8
Expand Down
1 change: 1 addition & 0 deletions data/CATCH_ISSUES-pre
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
internal compiler error
No LLVM slot .* satisfying the package's dependencies found installed
shared library .* could not be opened: Dynamic loading not supported
3 changes: 2 additions & 1 deletion data/IGNORE_ISSUES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Clang 16 testing:
emerge killed=15
No LLVM slot .* satisfying the package's dependencies found installed
shared library .* could not be opened: Dynamic loading not supported
The present kernel disabled CONFIG_MODULES.
This compiler lacks GCC plug-in support
shared library .* could not be opened: Dynamic loading not supported

0 comments on commit 35848e3

Please sign in to comment.