https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-lisp/asdf-3.3.5 fails to compile (CLANG-STRICTER-SYSTEM). Discovered on: amd64 (internal ref: clang-stricter_tinderbox) NOTE: (CLANG-STRICTER-SYSTEM) in the summary means that the bug was found on a machine that runs clang with stricter mode This machine uses clang with CFLAGS/CXXFLAGS=-Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types See also: https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240 https://wiki.gentoo.org/wiki/Modern_C_porting
Created attachment 838003 [details] build.log build log and emerge --info
*** Bug 885415 has been marked as a duplicate of this bug. ***
Created attachment 866343 [details, diff] fix install w/ USE=doc sys-apps/texinfo-7 might have changed output names.
(In reply to alfr0451 from comment #3) > Created attachment 866343 [details, diff] [details, diff] > fix install w/ USE=doc > > sys-apps/texinfo-7 might have changed output names. can confirm patch works for me
Created attachment 866346 [details, diff] USE=doc fix install revised to work with <sys-apps/texinfo-7
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0792f716e96caf2e6668fd7d95a01fe9e5213196 commit 0792f716e96caf2e6668fd7d95a01fe9e5213196 Author: alfr <alfr0451@protonmail.com> AuthorDate: 2023-07-27 05:47:47 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-07-27 06:00:54 +0000 dev-lisp/asdf: fix install for USE=doc Further, the documentation is always built from the texinfo. Closes: https://bugs.gentoo.org/883439 Signed-off-by: alfr <alfr0451@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org> dev-lisp/asdf/asdf-3.3.5.ebuild | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-)
I believe that the previous dependency on virtual/texi2dvi was correct; it is needed for texi2pdf.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c7e30c410940a06bfdcbed35bf65c9c0239b72 commit e7c7e30c410940a06bfdcbed35bf65c9c0239b72 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2023-07-27 07:11:40 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2023-07-27 07:36:44 +0000 dev-lisp/asdf: Revert texinfo dependency and other small fixes - virtual/texi2dvi was correct; it is needed for texi2pdf. - Use constant install location for the HTML documentation. - Drop old blockers, these packages have been removed in 2012. - Move test dependency to BDEPEND. - Update HOMEPAGE and SRC_URI. Bug: https://bugs.gentoo.org/883439 Signed-off-by: Ulrich Müller <ulm@gentoo.org> .../asdf/{asdf-3.3.5.ebuild => asdf-3.3.5-r1.ebuild} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)