[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1042702: marked as done (rocsparse: FTBFS with Sphinx 7.1, docutils 0.20: make[1]: *** [debian/rules:46: override_dh_auto_build-indep] Error 2)



Your message dated Mon, 31 Jul 2023 03:36:41 +0000
with message-id <E1qQJi5-00BZ0Z-EW@fasolo.debian.org>
and subject line Bug#1042702: fixed in rocsparse 5.5.1-1
has caused the Debian Bug report #1042702,
regarding rocsparse: FTBFS with Sphinx 7.1, docutils 0.20: make[1]: *** [debian/rules:46: override_dh_auto_build-indep] Error 2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1042702: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042702
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: rocsparse
Version: 5.3.0+dfsg-8
Severity: important
Tags: ftbfs
User: python-modules-team@lists.alioth.debian.org
Usertags: sphinx7.1

Hi,

rocsparse fails to build with Sphinx 7.1 and docutils 0.20, both of which
are currently available in experimental.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cd docs; doxygen
> warning: Tag 'TCL_SUBST' at line 247 of file 'Doxyfile' has become obsolete.
>          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
> warning: Tag 'COLS_IN_ALPHA_INDEX' at line 1085 of file 'Doxyfile' has become obsolete.
>          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
> warning: Tag 'LATEX_SOURCE_CODE' at line 1790 of file 'Doxyfile' has become obsolete.
>          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
> warning: Tag 'RTF_SOURCE_CODE' at line 1864 of file 'Doxyfile' has become obsolete.
>          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
> warning: Tag 'DOCBOOK_PROGRAMLISTING' at line 1962 of file 'Doxyfile' has become obsolete.
>          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
> warning: Tag 'PERL_PATH' at line 2144 of file 'Doxyfile' has become obsolete.
>          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
> warning: Tag 'CLASS_DIAGRAMS' at line 2157 of file 'Doxyfile' has become obsolete.
>          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
> warning: Tag 'MSCGEN_PATH' at line 2166 of file 'Doxyfile' has become obsolete.
>          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
> /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h:1569: warning: Member rocsparse_spmat_get_attribute(rocsparse_spmat_descr descr, rocsparse_spmat_attribute attribute, void *data, size_t data_size) (function) of file rocsparse-auxiliary.h is not documented.
> /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h:1525: warning: argument 'offsets_batch_stride' from the argument list of rocsparse_csr_set_strided_batch has multiple @param documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h:1525: warning: The following parameter of rocsparse_csr_set_strided_batch(rocsparse_spmat_descr descr, int batch_count, int64_t offsets_batch_stride, int64_t columns_values_batch_stride) is not documented:
>   parameter 'columns_values_batch_stride'
> /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h:1547: warning: argument 'attribute' of command @param is not found in the argument list of rocsparse_csc_set_strided_batch(rocsparse_spmat_descr descr, int batch_count, int64_t offsets_batch_stride, int64_t rows_values_batch_stride)
> /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h:1547: warning: argument 'data' of command @param is not found in the argument list of rocsparse_csc_set_strided_batch(rocsparse_spmat_descr descr, int batch_count, int64_t offsets_batch_stride, int64_t rows_values_batch_stride)
> /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h:1547: warning: argument 'data_size' of command @param is not found in the argument list of rocsparse_csc_set_strided_batch(rocsparse_spmat_descr descr, int batch_count, int64_t offsets_batch_stride, int64_t rows_values_batch_stride)
> /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h:1547: warning: The following parameters of rocsparse_csc_set_strided_batch(rocsparse_spmat_descr descr, int batch_count, int64_t offsets_batch_stride, int64_t rows_values_batch_stride) are not documented:
>   parameter 'batch_count'
>   parameter 'offsets_batch_stride'
>   parameter 'rows_values_batch_stride'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:14149: warning: Member rocsparse_sbsrpad_value(rocsparse_handle handle, rocsparse_int m, rocsparse_int mb, rocsparse_int nnzb, rocsparse_int block_dim, float value, const rocsparse_mat_descr bsr_descr, float *bsr_val, const rocsparse_int *bsr_row_ptr, const rocsparse_int *bsr_col_ind) (function) of file rocsparse-functions.h is not documented.
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:14161: warning: Member rocsparse_dbsrpad_value(rocsparse_handle handle, rocsparse_int m, rocsparse_int mb, rocsparse_int nnzb, rocsparse_int block_dim, double value, const rocsparse_mat_descr bsr_descr, double *bsr_val, const rocsparse_int *bsr_row_ptr, const rocsparse_int *bsr_col_ind) (function) of file rocsparse-functions.h is not documented.
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:14173: warning: Member rocsparse_cbsrpad_value(rocsparse_handle handle, rocsparse_int m, rocsparse_int mb, rocsparse_int nnzb, rocsparse_int block_dim, rocsparse_float_complex value, const rocsparse_mat_descr bsr_descr, rocsparse_float_complex *bsr_val, const rocsparse_int *bsr_row_ptr, const rocsparse_int *bsr_col_ind) (function) of file rocsparse-functions.h is not documented.
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:14185: warning: Member rocsparse_zbsrpad_value(rocsparse_handle handle, rocsparse_int m, rocsparse_int mb, rocsparse_int nnzb, rocsparse_int block_dim, rocsparse_double_complex value, const rocsparse_mat_descr bsr_descr, rocsparse_double_complex *bsr_val, const rocsparse_int *bsr_row_ptr, const rocsparse_int *bsr_col_ind) (function) of file rocsparse-functions.h is not documented.
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:18008: warning: Member rocsparse_spmm(rocsparse_handle handle, rocsparse_operation trans_A, rocsparse_operation trans_B, const void *alpha, const rocsparse_spmat_descr mat_A, const rocsparse_dnmat_descr mat_B, const void *beta, const rocsparse_dnmat_descr mat_C, rocsparse_datatype compute_type, rocsparse_spmm_alg alg, rocsparse_spmm_stage stage, size_t *buffer_size, void *temp_buffer) (function) of file rocsparse-functions.h is not documented.
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:91: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_csr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:105: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_csr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:119: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_csr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:133: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_csr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:193: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_csr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:208: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_csr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:223: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_csr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:238: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_csr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: argument 'coo_row_ind' of command @param is not found in the argument list of rocsparse_scheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const float *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size)
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:300: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_coo_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: The following parameter of rocsparse_scheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const float *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size) is not documented:
>   parameter 'coo_row_ptr'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: argument 'coo_row_ind' of command @param is not found in the argument list of rocsparse_dcheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const double *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size)
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:314: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_coo_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: The following parameter of rocsparse_dcheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const double *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size) is not documented:
>   parameter 'coo_row_ptr'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: argument 'coo_row_ind' of command @param is not found in the argument list of rocsparse_ccheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const rocsparse_float_complex *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size)
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:328: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_coo_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: The following parameter of rocsparse_ccheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const rocsparse_float_complex *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size) is not documented:
>   parameter 'coo_row_ptr'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: argument 'coo_row_ind' of command @param is not found in the argument list of rocsparse_zcheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const rocsparse_double_complex *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size)
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:342: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_coo_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: The following parameter of rocsparse_zcheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const rocsparse_double_complex *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size) is not documented:
>   parameter 'coo_row_ptr'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:402: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_coo has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:417: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_coo has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:432: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_coo has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:447: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_coo has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:516: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_gebsr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:533: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_gebsr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:550: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_gebsr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:567: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_gebsr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:637: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_gebsr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:655: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_gebsr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:673: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_gebsr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:691: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_gebsr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:763: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_gebsc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:780: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_gebsc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:797: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_gebsc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:814: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_gebsc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:884: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_gebsc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:902: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_gebsc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:920: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_gebsc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:938: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_gebsc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1003: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_csc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1017: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_csc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1031: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_csc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1045: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_csc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1105: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_csc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1120: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_csc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1135: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_csc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1150: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_csc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1211: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_ell_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1224: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_ell_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1237: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_ell_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1250: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_ell_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1306: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_ell has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1303: warning: The following parameter of rocsparse_scheck_matrix_ell(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int ell_width, const float *ell_val, const rocsparse_int *ell_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, rocsparse_data_status *data_status, void *temp_buffer) is not documented:
>   parameter 'data_status'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1320: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_ell has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1303: warning: The following parameter of rocsparse_dcheck_matrix_ell(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int ell_width, const double *ell_val, const rocsparse_int *ell_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, rocsparse_data_status *data_status, void *temp_buffer) is not documented:
>   parameter 'data_status'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1334: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_ell has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1303: warning: The following parameter of rocsparse_ccheck_matrix_ell(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int ell_width, const rocsparse_float_complex *ell_val, const rocsparse_int *ell_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, rocsparse_data_status *data_status, void *temp_buffer) is not documented:
>   parameter 'data_status'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1348: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_ell has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1303: warning: The following parameter of rocsparse_zcheck_matrix_ell(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int ell_width, const rocsparse_double_complex *ell_val, const rocsparse_int *ell_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, rocsparse_data_status *data_status, void *temp_buffer) is not documented:
>   parameter 'data_status'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1394: warning: return value 'rocsparse_status_invalid_value' of rocsparse_check_matrix_hyb_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1433: warning: return value 'rocsparse_status_invalid_value' of rocsparse_check_matrix_hyb has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:17646: warning: unable to resolve reference to 'rocsparse_spmm' for \ref command
> /<<PKGBUILDDIR>>/library/include/rocsparse-types.h:40: warning: Member ROCSPARSE_KERNEL (macro definition) of file rocsparse-types.h is not documented.
> /<<PKGBUILDDIR>>/library/include/rocsparse-types.h:41: warning: Member ROCSPARSE_DEVICE_ILF (macro definition) of file rocsparse-types.h is not documented.
> /<<PKGBUILDDIR>>/library/include/rocsparse-types.h:54: warning: Member hipStream_t (typedef) of file rocsparse-types.h is not documented.
> /<<PKGBUILDDIR>>/library/include/rocsparse-types.h:102: warning: Member rocsparse_spvec_descr (typedef) of file rocsparse-types.h is not documented.
> /<<PKGBUILDDIR>>/library/include/rocsparse-types.h:103: warning: Member rocsparse_spmat_descr (typedef) of file rocsparse-types.h is not documented.
> /<<PKGBUILDDIR>>/library/include/rocsparse-types.h:104: warning: Member rocsparse_dnvec_descr (typedef) of file rocsparse-types.h is not documented.
> /<<PKGBUILDDIR>>/library/include/rocsparse-types.h:105: warning: Member rocsparse_dnmat_descr (typedef) of file rocsparse-types.h is not documented.
> /<<PKGBUILDDIR>>/library/include/rocsparse-types.h:107: warning: Member rocsparse_color_info (typedef) of file rocsparse-types.h is not documented.
> Doxygen version used: 1.9.4
> Notice: Output directory 'docBin' does not exist. I have created it for you.
> Searching for include files...
> Searching for example files...
> Searching for images...
> Searching for dot files...
> Searching for msc files...
> Searching for dia files...
> Searching for files to exclude
> Searching INPUT for files to process...
> Searching for files in directory /<<PKGBUILDDIR>>/library/include
> Reading and parsing tag files
> Parsing files
> Preprocessing /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h...
> Parsing file /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h...
> Preprocessing /<<PKGBUILDDIR>>/library/include/rocsparse-complex-types.h...
> Parsing file /<<PKGBUILDDIR>>/library/include/rocsparse-complex-types.h...
> Preprocessing /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h...
> Parsing file /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h...
> Preprocessing /<<PKGBUILDDIR>>/library/include/rocsparse-types.h...
> Parsing file /<<PKGBUILDDIR>>/library/include/rocsparse-types.h...
> Preprocessing /<<PKGBUILDDIR>>/library/include/rocsparse.h...
> Parsing file /<<PKGBUILDDIR>>/library/include/rocsparse.h...
> Building macro definition list...
> Building group list...
> Building directory list...
> Building namespace list...
> Building file list...
> Building class list...
> Building concept list...
> Computing nesting relations for classes...
> Associating documentation with classes...
> Associating documentation with concepts...
> Building example list...
> Searching for enumerations...
> Searching for documented typedefs...
> Searching for members imported via using declarations...
> Searching for included using directives...
> Searching for documented variables...
> Building interface member list...
> Building member list...
> Searching for friends...
> Searching for documented defines...
> Computing class inheritance relations...
> Computing class usage relations...
> Flushing cached template relations that have become invalid...
> Computing class relations...
> Add enum values to enums...
> Searching for member function documentation...
> Creating members for template instances...
> Building page list...
> Search for main page...
> Computing page relations...
> Determining the scope of groups...
> Sorting lists...
> Determining which enums are documented
> Computing member relations...
> Building full member lists recursively...
> Adding members to member groups.
> Distributing member group documentation.
> Computing member references...
> Inheriting documentation...
> Generating disk names...
> Adding source references...
> Adding xrefitems...
> Sorting member lists...
> Setting anonymous enum type...
> Computing dependencies between directories...
> Generating citations page...
> Counting members...
> Counting data structures...
> Resolving user defined references...
> Finding anchors and sections in the documentation...
> Transferring function references...
> Combining using relations...
> Adding members to index pages...
> Correcting members for VHDL...
> Computing tooltip texts...
> Generating style sheet...
> Generating search indices...
> Generating example documentation...
> Generating file sources...
> Generating code for file rocsparse-auxiliary.h...
> Generating code for file rocsparse-complex-types.h...
> Generating code for file rocsparse-functions.h...
> Generating code for file rocsparse-types.h...
> Generating code for file rocsparse.h...
> Generating file documentation...
> Generating docs for file rocsparse-auxiliary.h...
> Generating docs for file rocsparse-complex-types.h...
> Generating docs for file rocsparse-functions.h...
> Generating docs for file rocsparse-types.h...
> Generating docs for file rocsparse.h...
> Generating page documentation...
> Generating group documentation...
> Generating class documentation...
> Generating concept documentation...
> Generating namespace index...
> Generating graph info page...
> G/<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h:1525: warning: argument 'offsets_batch_stride' from the argument list of rocsparse_csr_set_strided_batch has multiple @param documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h:1525: warning: The following parameter of rocsparse_csr_set_strided_batch(rocsparse_spmat_descr descr, int batch_count, int64_t offsets_batch_stride, int64_t columns_values_batch_stride) is not documented:
>   parameter 'columns_values_batch_stride'
> /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h:1547: warning: argument 'attribute' of command @param is not found in the argument list of rocsparse_csc_set_strided_batch(rocsparse_spmat_descr descr, int batch_count, int64_t offsets_batch_stride, int64_t rows_values_batch_stride)
> /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h:1547: warning: argument 'data' of command @param is not found in the argument list of rocsparse_csc_set_strided_batch(rocsparse_spmat_descr descr, int batch_count, int64_t offsets_batch_stride, int64_t rows_values_batch_stride)
> /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h:1547: warning: argument 'data_size' of command @param is not found in the argument list of rocsparse_csc_set_strided_batch(rocsparse_spmat_descr descr, int batch_count, int64_t offsets_batch_stride, int64_t rows_values_batch_stride)
> /<<PKGBUILDDIR>>/library/include/rocsparse-auxiliary.h:1547: warning: The following parameters of rocsparse_csc_set_strided_batch(rocsparse_spmat_descr descr, int batch_count, int64_t offsets_batch_stride, int64_t rows_values_batch_stride) are not documented:
>   parameter 'batch_count'
>   parameter 'offsets_batch_stride'
>   parameter 'rows_values_batch_stride'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:91: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_csr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:105: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_csr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:119: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_csr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:133: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_csr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:193: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_csr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:208: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_csr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:223: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_csr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:238: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_csr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: argument 'coo_row_ind' of command @param is not found in the argument list of rocsparse_scheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const float *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size)
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:300: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_coo_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: The following parameter of rocsparse_scheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const float *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size) is not documented:
>   parameter 'coo_row_ptr'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: argument 'coo_row_ind' of command @param is not found in the argument list of rocsparse_dcheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const double *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size)
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:314: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_coo_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: The following parameter of rocsparse_dcheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const double *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size) is not documented:
>   parameter 'coo_row_ptr'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: argument 'coo_row_ind' of command @param is not found in the argument list of rocsparse_ccheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const rocsparse_float_complex *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size)
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:328: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_coo_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: The following parameter of rocsparse_ccheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const rocsparse_float_complex *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size) is not documented:
>   parameter 'coo_row_ptr'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: argument 'coo_row_ind' of command @param is not found in the argument list of rocsparse_zcheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const rocsparse_double_complex *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size)
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:342: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_coo_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:298: warning: The following parameter of rocsparse_zcheck_matrix_coo_buffer_size(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int nnz, const rocsparse_double_complex *coo_val, const rocsparse_int *coo_row_ptr, const rocsparse_int *coo_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, size_t *buffer_size) is not documented:
>   parameter 'coo_row_ptr'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:402: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_coo has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:417: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_coo has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:432: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_coo has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:447: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_coo has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:516: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_gebsr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:533: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_gebsr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:550: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_gebsr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:567: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_gebsr_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:637: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_gebsr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:655: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_gebsr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:673: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_gebsr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:691: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_gebsr has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:763: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_gebsc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:780: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_gebsc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:797: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_gebsc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:814: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_gebsc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:884: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_gebsc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:902: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_gebsc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:920: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_gebsc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:938: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_gebsc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1003: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_csc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1017: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_csc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1031: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_csc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1045: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_csc_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1105: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_csc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1120: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_csc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1135: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_csc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1150: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_csc has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1211: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_ell_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1224: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_ell_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1237: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_ell_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1250: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_ell_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1306: warning: return value 'rocsparse_status_invalid_value' of rocsparse_scheck_matrix_ell has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1303: warning: The following parameter of rocsparse_scheck_matrix_ell(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int ell_width, const float *ell_val, const rocsparse_int *ell_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, rocsparse_data_status *data_status, void *temp_buffer) is not documented:
>   parameter 'data_status'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1320: warning: return value 'rocsparse_status_invalid_value' of rocsparse_dcheck_matrix_ell has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1303: warning: The following parameter of rocsparse_dcheck_matrix_ell(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int ell_width, const double *ell_val, const rocsparse_int *ell_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, rocsparse_data_status *data_status, void *temp_buffer) is not documented:
>   parameter 'data_status'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1334: warning: return value 'rocsparse_status_invalid_value' of rocsparse_ccheck_matrix_ell has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1303: warning: The following parameter of rocsparse_ccheck_matrix_ell(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int ell_width, const rocsparse_float_complex *ell_val, const rocsparse_int *ell_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, rocsparse_data_status *data_status, void *temp_buffer) is not documented:
>   parameter 'data_status'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1348: warning: return value 'rocsparse_status_invalid_value' of rocsparse_zcheck_matrix_ell has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1303: warning: The following parameter of rocsparse_zcheck_matrix_ell(rocsparse_handle handle, rocsparse_int m, rocsparse_int n, rocsparse_int ell_width, const rocsparse_double_complex *ell_val, const rocsparse_int *ell_col_ind, rocsparse_index_base idx_base, rocsparse_matrix_type matrix_type, rocsparse_fill_mode uplo, rocsparse_storage_mode storage, rocsparse_data_status *data_status, void *temp_buffer) is not documented:
>   parameter 'data_status'
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1394: warning: return value 'rocsparse_status_invalid_value' of rocsparse_check_matrix_hyb_buffer_size has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:1433: warning: return value 'rocsparse_status_invalid_value' of rocsparse_check_matrix_hyb has multiple documentation sections
> /<<PKGBUILDDIR>>/library/include/rocsparse-functions.h:17646: warning: unable to resolve reference to 'rocsparse_spmm' for \ref command
> enerating directory documentation...
> Generating dependency graph for directory include
> Generating index page...
> Generating page index...
> Generating module index...
> Generating namespace index...
> Generating namespace member index...
> Generating concept index...
> Generating annotated compound index...
> Generating alphabetical compound index...
> Generating hierarchical class index...
> Generating graphical class hierarchy...
> Generating member index...
> Generating file index...
> Generating file member index...
> Generating example index...
> finalizing index lists...
> writing tag file...
> Generating XML output...
> Generating XML output for class rocsparse_double_complex
> Generating XML output for class rocsparse_float_complex
> Generating XML output for file rocsparse-auxiliary.h
> Generating XML output for file rocsparse-complex-types.h
> Generating XML output for file rocsparse-functions.h
> Generating XML output for file rocsparse-types.h
> Generating XML output for file rocsparse.h
> Generate XML output for dir /<<PKGBUILDDIR>>/library/include/
> Generate XML output for dir /<<PKGBUILDDIR>>/library/
> Running plantuml with JAVA...
> Running dot...
> Generating dot graphs using 9 parallel threads...
> Running dot for graph 1/10
> Running dot for graph 2/10
> Running dot for graph 3/10
> Running dot for graph 4/10
> Running dot for graph 5/10
> Running dot for graph 6/10
> Running dot for graph 7/10
> Running dot for graph 8/10
> Running dot for graph 9/10
> Running dot for graph 10/10
> Patching output file 1/6
> Patching output file 2/6
> Patching output file 3/6
> Patching output file 4/6
> Patching output file 5/6
> Patching output file 6/6
> lookup cache used 710/65536 hits=45771 misses=710
> finished...
> sphinx-build -b html docs/source html
> Running Sphinx v7.1.1
> WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English).
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 3 source files that are out of date
> updating environment: [new config] 3 added, 0 changed, 0 removed
> reading sources... [ 33%] design
> reading sources... [ 67%] index
> reading sources... [100%] usermanual
> 
> /<<PKGBUILDDIR>>/docs/source/usermanual.rst:3004: WARNING: doxygenfunction: Cannot find function "rocsparse_scheck_matrix_hyb_buffer_size" in doxygen xml output for project "rocSPARSE" from directory: ../docBin/xml
> /<<PKGBUILDDIR>>/docs/source/usermanual.rst:3006: WARNING: doxygenfunction: Cannot find function "rocsparse_dcheck_matrix_hyb_buffer_size" in doxygen xml output for project "rocSPARSE" from directory: ../docBin/xml
> /<<PKGBUILDDIR>>/docs/source/usermanual.rst:3008: WARNING: doxygenfunction: Cannot find function "rocsparse_ccheck_matrix_hyb_buffer_size" in doxygen xml output for project "rocSPARSE" from directory: ../docBin/xml
> /<<PKGBUILDDIR>>/docs/source/usermanual.rst:3010: WARNING: doxygenfunction: Cannot find function "rocsparse_zcheck_matrix_hyb_buffer_size" in doxygen xml output for project "rocSPARSE" from directory: ../docBin/xml
> /<<PKGBUILDDIR>>/docs/source/usermanual.rst:3015: WARNING: doxygenfunction: Cannot find function "rocsparse_scheck_matrix_hyb" in doxygen xml output for project "rocSPARSE" from directory: ../docBin/xml
> /<<PKGBUILDDIR>>/docs/source/usermanual.rst:3017: WARNING: doxygenfunction: Cannot find function "rocsparse_dcheck_matrix_hyb" in doxygen xml output for project "rocSPARSE" from directory: ../docBin/xml
> /<<PKGBUILDDIR>>/docs/source/usermanual.rst:3019: WARNING: doxygenfunction: Cannot find function "rocsparse_ccheck_matrix_hyb" in doxygen xml output for project "rocSPARSE" from directory: ../docBin/xml
> /<<PKGBUILDDIR>>/docs/source/usermanual.rst:3021: WARNING: doxygenfunction: Cannot find function "rocsparse_zcheck_matrix_hyb" in doxygen xml output for project "rocSPARSE" from directory: ../docBin/xml
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 33%] design
> 
> Theme error:
> An error happened in rendering the page design.
> Reason: IsADirectoryError(21, 'Is a directory')
> make[1]: *** [debian/rules:46: override_dh_auto_build-indep] Error 2


The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/rocsparse_5.3.0+dfsg-8_unstable_sphinx-exp.log

Please see [1] for Sphinx changelog and [2] for Docutils changelog.

Also see [3] for the list of deprecated/removed APIs in Sphinx and possible
alternatives to them.

Some notable changes in Sphinx 6 and Sphinx 7:

- Sphinx no longer includes jquery.js and underscore.js by default.
  Please use python3-sphinxcontrib.jquery package if you are using a custom
  template and it still needs jquery.

- The setup.py build_sphinx command was removed. Please instead call
  sphinx-build or "python3 -m sphinx" directly.

- For packages using the extlinks extension, the caption should contain
  exactly one "%s" placeholder (if caption is not None).

In case you have questions, please Cc sphinx@packages.debian.org on reply.

[1]: https://www.sphinx-doc.org/en/master/changes.html
[2]: https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.20.1:/RELEASE-NOTES.txt
[3]: https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=sphinx7.1;users=python-modules-team@lists.alioth.debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&fusertaguser=python-modules-team@lists.alioth.debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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

--- End Message ---
--- Begin Message ---
Source: rocsparse
Source-Version: 5.5.1-1
Done: Cordell Bloor <cgmb@slerp.xyz>

We believe that the bug you reported is fixed in the latest version of
rocsparse, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1042702@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cordell Bloor <cgmb@slerp.xyz> (supplier of updated rocsparse package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 30 Jul 2023 20:18:24 -0600
Source: rocsparse
Architecture: source
Version: 5.5.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian ROCm Team <debian-ai@lists.debian.org>
Changed-By: Cordell Bloor <cgmb@slerp.xyz>
Closes: 1042702
Changes:
 rocsparse (5.5.1-1) unstable; urgency=medium
 .
   * New upstream version 5.5.1
   * d/rules: drop gfx1011 architecture from librocsparse0.
     The HIP runtime will fall back to using gfx1010.
   * d/rules: use compressed DWARF 5 debug symbols
   * Fix FTBFS with Sphinx 7.1 by specifying full filepath to local
     copy of MathJax.js (Closes: #1042702).
Checksums-Sha1:
 9bc58e2f362ccc7c87928e0f4018cd7471a00ebd 2862 rocsparse_5.5.1-1.dsc
 140c68d7465ee2d6c403f3a63e3fe2d2f0c2923c 1161253 rocsparse_5.5.1.orig.tar.gz
 eb1b8dd90167ec56f3cb8cdd64952398e6aae231 10560 rocsparse_5.5.1-1.debian.tar.xz
 a034ae9e818d4cef07e341e702ec020ecaba1e90 8311 rocsparse_5.5.1-1_source.buildinfo
Checksums-Sha256:
 c0fa90adcc561012b37e742f3ad82be305ce2360da907751a1a9ca552bc739fc 2862 rocsparse_5.5.1-1.dsc
 1dd2d18898dfebdf898e8fe7d1c1198e8f8451fd70ff12a1990ec1419cf359e1 1161253 rocsparse_5.5.1.orig.tar.gz
 198cc57dba1e6fa65660da94a07aad0c89536beed10e2c1548b59f126a319364 10560 rocsparse_5.5.1-1.debian.tar.xz
 71229047a2f4c5abf532849e7887586ff04d52788c7009f61b1c131f4c1c4d45 8311 rocsparse_5.5.1-1_source.buildinfo
Files:
 8be0ab41e950fcc7b2964a42e4d8b21a 2862 devel optional rocsparse_5.5.1-1.dsc
 3ea82c4a95b41a1bf42fd4f2f2665ac4 1161253 devel optional rocsparse_5.5.1.orig.tar.gz
 ee223eba3e033e12ac37ab92fec8e339 10560 devel optional rocsparse_5.5.1-1.debian.tar.xz
 80ca938ca39b0ab2c540f36d704d34f9 8311 devel optional rocsparse_5.5.1-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEEDOBv45KqSPjSLkRx+e+O4MAhYw8FAmTHIM0PHGNnbWJAc2xl
cnAueHl6AAoJEPnvjuDAIWMPz8cP/jhzgLOE8R/7/L6MOy7eqWGnk/z3ZlY3emLe
4wXqIT+Acz1QndBAVeJrs6MzFV0DxWcHGok35HNOrf0dn5sdxnuR83bY8c9DnGYI
7WQETkF1CpZCvtWZemb62TJSVq1BAVaRfatA6ROrljSPEF0w3IZu1MWsE/zMCe68
dMuBuT7WLn0oZp/KkYAalWdcAOsEWGlDh50SXGe7HZ4VeVtdIJIPUDyELbtvcbYC
cReiOpXLXPGrI1PY8XnUL/hKx09S0bijpGK6dj7Ccp0QLeL1vgiDlU9N/ohn6XlC
nnqtkdiaLaQ7BmheJXkMv7eK1tPVTvsCyvV63kiS3Bdlu5DZ2tREhjz6ILGgpnlU
5s6/Jcy7dF9D5RKNWk4AxPrXGrG6IbsbftMNtWoYc42SqbDY25nL+fAmGi/dSjw5
3kG93ldgkxOchERg9+Ft2MUJlYo2iBt+Y0YweahLoYcDL1EZ6PucivcHdwMqfDxV
xde5ed+UPU4MHIN8+LYbucMwa+/7AX+L1LBGV3fKN541vE5Sy+nh/YDL2PI5eVA0
qt3xSL/jXwLwiUIJIsZmEQlUGIfGEAa3otxNNwp4i8Y6nz2cSjDrbY34AfOvOV5h
U5GBPS+JFkFasJoQYYaF1psNyIckVWFDS3NCEawlz8YDcnm7NoPgsPTdpzi9oHNA
txnNbcUo
=GQQ0
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: