[Debian-med-packaging] Bug#1099518: minimap2: error: type mismatch in conditional expression on loong64

zhangdandan zhangdandan at loongson.cn
Tue Mar 4 11:44:04 GMT 2025


Source: minimap2
Version: 2.27+dfsg-1
Severity: normal
Tags: patch
User: debian-loongarch at lists.debian.org
Usertags: loong64

Dear maintainers,

Compiling the minimap2 failed for loong64 in the Debian Package 
Auto-Building environment.
The error log is as follows,
```
......
In file included from ksw2_ll_sse.c:7:
ksw2_ll_sse.c: In function ‘ksw_ll_i16’:
ksw2_ll_sse.c:114:21: error: type mismatch in conditional expression
   114 |                 h = _mm_slli_si128(h, 2);
       |                     ^~~~~~~~~~~~~~
ksw2_ll_sse.c:131:29: error: type mismatch in conditional expression
   131 |                         f = _mm_slli_si128(f, 2);
       |                             ^~~~~~~~~~~~~~
ksw2_ll_sse.c:93:44: error: type mismatch in conditional expression
    93 |                 (xx) = _mm_max_epi16((xx), _mm_srli_si128((xx), 
8)); \
       |                                            ^~~~~~~~~~~~~~
.......
```
The full build log can be found at 
https://buildd.debian.org/status/fetch.php?pkg=minimap2&arch=loong64&ver=2.27%2Bdfsg-1%2Bb3&stamp=1740598758&raw=0.

Please consider the patch I attached.
For function _mm_slli_si128() and _mm_srli_si128(), I added type 
conversion in conditional expression.
Based on attached patch, I have built minimap2 (2.27+dfsg-1+loong64) 
successfully on locally.
```
......
    dh_builddeb
dpkg-deb: building package 'minimap2' in 
'../minimap2_2.27+dfsg-1+loong64_loong64.deb'.
dpkg-deb: building package 'minimap2-dbgsym' in 
'../minimap2-dbgsym_2.27+dfsg-1+loong64_loong64.deb'.
dpkg-deb: building package 'libminimap2-dev' in 
'../libminimap2-dev_2.27+dfsg-1+loong64_loong64.deb'.
dpkg-deb: building package 'python3-mappy' in 
'../python3-mappy_2.27+dfsg-1+loong64_loong64.deb'.
dpkg-deb: building package 'python3-mappy-dbgsym' in 
'../python3-mappy-dbgsym_2.27+dfsg-1+loong64_loong64.deb'.
  dpkg-genbuildinfo -O../minimap2_2.27+dfsg-1+loong64_loong64.buildinfo
  dpkg-genchanges -O../minimap2_2.27+dfsg-1+loong64_loong64.changes
```

Your opinions are welcome.

Best regards,
Dandan Zhang

-------------- next part --------------
A non-text attachment was scrubbed...
Name: minimap2-fix-type-mismatch-in-conditional-expression.patch
Type: text/x-patch
Size: 6401 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/debian-med-packaging/attachments/20250304/a1fdc6fa/attachment.bin>


More information about the Debian-med-packaging mailing list