Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 887227 - [guru] app-editors/helix-22.12 installs less files with clang stricter
Summary: [guru] app-editors/helix-22.12 installs less files with clang stricter
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: degni.public
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-19 15:32 UTC by Agostino Sarubbo
Modified: 2023-03-16 08:41 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-12-19 15:32:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-editors/helix-22.12 installs less files with clang stricter.
Discovered on: amd64 (internal ref: guru_tinderbox)

NOTE:
To reproduce this issue:
1) Install the package with CC=clang - CXX=clang++
2) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist1 )
3) Install the package with CC=clang - CXX=clang++ - CFLAGS/CXXFLAGS=-Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types
4) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist2 )
5) See the diff between the two files ( diff -ru /tmp/qlist_1 /tmp/qlist_2 )

On this machine:
- the installed files with clang are 544
- the installed files with clang stricter are 542

This type of report comes from a check that is a bit outside of the tinderbox, that's the reason because build.log was not provided (however in cases like these the build.log doesn't help much) but if you need further help to diagnose this issue feel free to ask.

In any case I'm providing a diff.
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-19 15:32:27 UTC
DIFF:
--- /dev/fd/63  2022-12-19 16:11:59.292297447 +0100
+++ /dev/fd/62  2022-12-19 16:11:59.292297447 +0100
@@ -16,7 +16,6 @@
 /usr/share/helix/runtime/grammars/cpp.so
 /usr/share/helix/runtime/grammars/css.so
 /usr/share/helix/runtime/grammars/cue.so
-/usr/share/helix/runtime/grammars/d.so
 /usr/share/helix/runtime/grammars/dart.so
 /usr/share/helix/runtime/grammars/devicetree.so
 /usr/share/helix/runtime/grammars/diff.so
@@ -89,7 +88,6 @@
 /usr/share/helix/runtime/grammars/qmljs.so
 /usr/share/helix/runtime/grammars/r.so
 /usr/share/helix/runtime/grammars/regex.so
-/usr/share/helix/runtime/grammars/rescript.so
 /usr/share/helix/runtime/grammars/ruby.so
 /usr/share/helix/runtime/grammars/rust.so
 /usr/share/helix/runtime/grammars/scala.so
Comment 2 Larry the Git Cow gentoo-dev 2023-03-16 08:41:42 UTC
The bug has been closed via the following commit(s):

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

commit ef332c32ede95f702cb22ebe806c60b44aad18bf
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2023-03-16 08:37:41 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2023-03-16 08:37:41 +0000

    app-editors/helix: treeclean, now in ::gentoo
    
    Closes: https://bugs.gentoo.org/819096
    Closes: https://bugs.gentoo.org/819099
    Closes: https://bugs.gentoo.org/831441
    Closes: https://bugs.gentoo.org/861443
    Closes: https://bugs.gentoo.org/887227
    Closes: https://bugs.gentoo.org/901007
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 app-editors/helix/Manifest             | 544 ---------------------------------
 app-editors/helix/helix-22.05.ebuild   | 294 ------------------
 app-editors/helix/helix-22.08.1.ebuild | 326 --------------------
 app-editors/helix/helix-22.12.ebuild   | 431 --------------------------
 app-editors/helix/metadata.xml         |  21 --
 5 files changed, 1616 deletions(-)