Bug#1052804: ycmd: FTBFS: make[1]: *** [debian/rules:28: override_dh_auto_test] Error 1

2023-11-03 Thread David Kalnischkies
Control: forwarded -1 https://github.com/ycm-core/ycmd/issues/1718

Hi,

the problem is that upstream code isn't supporting Unicode 15.1 yet,
which introduced a new word break rule. They embed the code (for 13),
but for Debian I opted to drop the embed and use whatever unicode-data
ships to rebuild the files, which bites us in the rear end here –
as it kinda should be.

I reported upstream and they have a PR implementing the needed support
already as well: https://github.com/ycm-core/ycmd/pull/1719
As said there it works fine for me in local tests, so this issue here
should be resolvable in the near future.


vim-youcompleteme (which is a rdepends of ycmd) is currently affected by
a regression in vim through (https://bugs.debian.org/1055287) which
makes updating ycmd with the unmerged upstream patch not that useful for
now (as it would never migrate – or, well, battle with vim for a spot).

So, I am currently waiting for either vim or upstream to act first while
dealing with other housekeeping things (clang-17 support) in the
meantime; so much as a status report in case anyone wonders.


Best regards

David Kalnischkies


signature.asc
Description: PGP signature


Processed: Re: Bug#1052804: ycmd: FTBFS: make[1]: *** [debian/rules:28: override_dh_auto_test] Error 1

2023-11-03 Thread Debian Bug Tracking System
Processing control commands:

> forwarded -1 https://github.com/ycm-core/ycmd/issues/1718
Bug #1052804 [src:ycmd] ycmd: FTBFS: make[1]: *** [debian/rules:28: 
override_dh_auto_test] Error 1
Set Bug forwarded-to-address to 'https://github.com/ycm-core/ycmd/issues/1718'.

-- 
1052804: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052804
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1052804: ycmd: FTBFS: make[1]: *** [debian/rules:28: override_dh_auto_test] Error 1

2023-09-26 Thread Lucas Nussbaum
Source: ycmd
Version: 0+20230611+git3392251+ds-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> [  FAILED  ] 7 tests, listed below:
> [  FAILED  ] UnicodeTest/WordTest.BreakIntoCharacters/1177, where GetParam() 
> = { "\xE0\xA4\x95\xE0\xA5\x8D\xE0\xA4\xA4"
> As Text: "क्त", { "\xE0\xA4\x95\xE0\xA5\x8D\xE0\xA4\xA4"
> As Text: "क्त" }
> [  FAILED  ] UnicodeTest/WordTest.BreakIntoCharacters/1178, where GetParam() 
> = { "\xE0\xA4\x95\xE0\xA5\x8D\xE0\xA5\x8D\xE0\xA4\xA4"
> As Text: "क््त", { "\xE0\xA4\x95\xE0\xA5\x8D\xE0\xA5\x8D\xE0\xA4\xA4"
> As Text: "क््त" }
> [  FAILED  ] UnicodeTest/WordTest.BreakIntoCharacters/1179, where GetParam() 
> = { "\xE0\xA4\x95\xE0\xA5\x8D\xE2\x80\x8D\xE0\xA4\xA4"
> As Text: "क्‍त", { "\xE0\xA4\x95\xE0\xA5\x8D\xE2\x80\x8D\xE0\xA4\xA4"
> As Text: "क्‍त" }
> [  FAILED  ] UnicodeTest/WordTest.BreakIntoCharacters/1180, where GetParam() 
> = { "\xE0\xA4\x95\xE0\xA4\xBC\xE2\x80\x8D\xE0\xA5\x8D\xE0\xA4\xA4"
> As Text: "क़‍्त", { 
> "\xE0\xA4\x95\xE0\xA4\xBC\xE2\x80\x8D\xE0\xA5\x8D\xE0\xA4\xA4"
> As Text: "क़‍्त" }
> [  FAILED  ] UnicodeTest/WordTest.BreakIntoCharacters/1181, where GetParam() 
> = { "\xE0\xA4\x95\xE0\xA4\xBC\xE0\xA5\x8D\xE2\x80\x8D\xE0\xA4\xA4"
> As Text: "क़्‍त", { 
> "\xE0\xA4\x95\xE0\xA4\xBC\xE0\xA5\x8D\xE2\x80\x8D\xE0\xA4\xA4"
> As Text: "क़्‍त" }
> [  FAILED  ] UnicodeTest/WordTest.BreakIntoCharacters/1182, where GetParam() 
> = { "\xE0\xA4\x95\xE0\xA5\x8D\xE0\xA4\xA4\xE0\xA5\x8D\xE0\xA4\xAF"
> As Text: "क्त्य", { 
> "\xE0\xA4\x95\xE0\xA5\x8D\xE0\xA4\xA4\xE0\xA5\x8D\xE0\xA4\xAF"
> As Text: "क्त्य" }
> [  FAILED  ] UnicodeTest/WordTest.BreakIntoCharacters/1186, where GetParam() 
> = { "\xE0\xA4\x95\xE0\xA5\x8D\xE0\xA5\x8D\xE0\xA4\xA4"
> As Text: "क््त", { "\xE0\xA4\x95\xE0\xA5\x8D\xE0\xA5\x8D\xE0\xA4\xA4"
> As Text: "क््त" }
> 
>  7 FAILED TESTS
> make[1]: *** [debian/rules:28: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/ycmd_0+20230611+git3392251+ds-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230925=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.