Source: rocsparse
Version: 5.3.0+dfsg-8
Severity: important
Tags: ftbfs
User: python-modules-t...@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 sph...@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-t...@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-t...@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

Reply via email to