(РЕШЕНО) Errore verifica rpm/RPM checked error
- MikiLinux
- Сообщения: 162
- Зарегистрирован: 11 июн 2023, 21:41
- Откуда: Vicino Roma
- Контактная информация:
(РЕШЕНО) Errore verifica rpm/RPM checked error
Ciao
Che tipo di errore è questo?
Sto cercando aggiornando il software Xournal++ (https://xournalpp.github.io/) creandone il pacchetto RPM ma alla fine quando viene lanciato il comando rpmlint per le verifiche mi viene restituito questo errore. Bug di rpmlint/enchant/python&C. oppure cosa?
NOTA: In Rosa2021.1 il pacchetto rpm viene creato senza alcun problema.
##########################
Hi,
What kind of error is this?
I am trying to update the Xournal++ (https://xournalpp.github.io/) software by creating the RPM package but at the end when the rpmlint command is run for verification I get this error.
rpmlint/enchant/python&C. bug or what?
NOTE: In Rosa2021.1 rpm package is created without any problem.
Che tipo di errore è questo?
Sto cercando aggiornando il software Xournal++ (https://xournalpp.github.io/) creandone il pacchetto RPM ma alla fine quando viene lanciato il comando rpmlint per le verifiche mi viene restituito questo errore. Bug di rpmlint/enchant/python&C. oppure cosa?
NOTA: In Rosa2021.1 il pacchetto rpm viene creato senza alcun problema.
##########################
Hi,
What kind of error is this?
I am trying to update the Xournal++ (https://xournalpp.github.io/) software by creating the RPM package but at the end when the rpmlint command is run for verification I get this error.
rpmlint/enchant/python&C. bug or what?
NOTE: In Rosa2021.1 rpm package is created without any problem.
Последний раз редактировалось MikiLinux 20 дек 2024, 12:41, всего редактировалось 1 раз.
Errore verifica rpm/RPM checked error
Не знаю, правильно или нет, но скачал spec с abf, поменял номер версии и удалил одну строку в секции %build (export...). После этого RPM собралось. Исходник брал отсюда https://github.com/xournalpp/xournalpp/ ... 2.5.tar.gz
I don't know if it's correct or not, but I downloaded spec from abf, changed the version number and deleted one line in the %build (export...) section. After that, the RPM was assembled. I took the source code from here https://github.com/xournalpp/xournalpp/ ... 2.5.tar.gz
I don't know if it's correct or not, but I downloaded spec from abf, changed the version number and deleted one line in the %build (export...) section. After that, the RPM was assembled. I took the source code from here https://github.com/xournalpp/xournalpp/ ... 2.5.tar.gz
- Вложения
-
- xournalpp.zip
- (1.04 КБ) 42 скачивания
Errore verifica rpm/RPM checked error
What is the output of the command on your computer?
Код: Выделить всё
python3 -m locale
- MikiLinux
- Сообщения: 162
- Зарегистрирован: 11 июн 2023, 21:41
- Откуда: Vicino Roma
- Контактная информация:
Errore verifica rpm/RPM checked error
termim писал(а): 19 дек 2024, 21:11 What is the output of thecommand on your computer?Код: Выделить всё
python3 -m locale
Код: Выделить всё
micha@rosa-ry9egh ~ $ python3 -m locale
Locale aliasing:
Locale defaults as determined by getdefaultlocale():
------------------------------------------------------------------------
/usr/lib64/python3.11/locale.py:1732: DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
lang, enc = getdefaultlocale()
Language: it_IT
Encoding: UTF-8
Locale settings on startup:
------------------------------------------------------------------------
LC_CTYPE ...
Language: it_IT
Encoding: UTF-8
LC_TIME ...
Language: (undefined)
Encoding: (undefined)
LC_COLLATE ...
Language: (undefined)
Encoding: (undefined)
LC_MONETARY ...
Language: (undefined)
Encoding: (undefined)
LC_MESSAGES ...
Language: (undefined)
Encoding: (undefined)
LC_NUMERIC ...
Language: (undefined)
Encoding: (undefined)
Locale settings after calling resetlocale():
------------------------------------------------------------------------
/usr/lib64/python3.11/locale.py:1749: DeprecationWarning: Use locale.setlocale(locale.LC_ALL, "") instead
resetlocale()
LC_CTYPE ...
Language: it_IT
Encoding: UTF-8
LC_TIME ...
Language: it_IT
Encoding: UTF-8
LC_COLLATE ...
Language: it_IT
Encoding: UTF-8
LC_MONETARY ...
Language: it_IT
Encoding: UTF-8
LC_MESSAGES ...
Language: it_IT
Encoding: UTF-8
LC_NUMERIC ...
Language: it_IT
Encoding: UTF-8
Locale settings after calling setlocale(LC_ALL, ""):
------------------------------------------------------------------------
LC_CTYPE ...
Language: it_IT
Encoding: UTF-8
LC_TIME ...
Language: it_IT
Encoding: UTF-8
LC_COLLATE ...
Language: it_IT
Encoding: UTF-8
LC_MONETARY ...
Language: it_IT
Encoding: UTF-8
LC_MESSAGES ...
Language: it_IT
Encoding: UTF-8
LC_NUMERIC ...
Language: it_IT
Encoding: UTF-8
Number formatting:
123.456.789 is 123456789
3,14 is 3.14
Grazie, verificherò quella riga, se ancora utile oppure se si può rimuovere nelle ultime versioni di xournal++.Не знаю, правильно или нет, но скачал spec с abf, поменял номер версии и удалил одну строку в секции %build (export...). После этого RPM собралось. Исходник брал отсюда...
I don't know if it's correct or not, but I downloaded spec from abf, changed the version number and deleted one line in the %build (export...) section. After that, the RPM was assembled. I took the source code from here....
(Thank you, I will check that line if it is still useful or if it can be removed in the latest versions of xournal++).
- MikiLinux
- Сообщения: 162
- Зарегистрирован: 11 июн 2023, 21:41
- Откуда: Vicino Roma
- Контактная информация:
Errore verifica rpm/RPM checked error
Ho provato, ma ho lo stesso errore, non cambia nulla.turik02 писал(а): 19 дек 2024, 21:04 Не знаю, правильно или нет, но скачал spec с abf, поменял номер версии и удалил одну строку в секции %build (export...). После этого RPM собралось. Исходник брал отсюда https://github.com/xournalpp/xournalpp/ ... 2.5.tar.gz
I don't know if it's correct or not, but I downloaded spec from abf, changed the version number and deleted one line in the %build (export...) section. After that, the RPM was assembled. I took the source code from here https://github.com/xournalpp/xournalpp/ ... 2.5.tar.gz

(I tried, but I have the same error, nothing changes.)
Rosa 13 LxQt.
Errore verifica rpm/RPM checked error
Подробней. Я скачал образ ROSA13 и делал в LIVE. У меня ошибка была другая (смотри скрин). После удаления строки всё собралось. Пакеты полученные в архиве https://disk.yandex.ru/d/GMnFAoyj3ToMkw
More details. I downloaded the ROSA13 image and did it LIVE. I had another mistake (see the screenshot). After deleting the line, everything was assembled. Packages received in the archive https://disk.yandex.ru/d/GMnFAoyj3ToMkw
More details. I downloaded the ROSA13 image and did it LIVE. I had another mistake (see the screenshot). After deleting the line, everything was assembled. Packages received in the archive https://disk.yandex.ru/d/GMnFAoyj3ToMkw
- MikiLinux
- Сообщения: 162
- Зарегистрирован: 11 июн 2023, 21:41
- Откуда: Vicino Roma
- Контактная информация:
Errore verifica rpm/RPM checked error
No, stesso errore. Non so il perché.turik02 писал(а): 19 дек 2024, 23:38 Подробней. Я скачал образ ROSA13 и делал в LIVE. У меня ошибка была другая (смотри скрин). После удаления строки всё собралось. Пакеты полученные в архиве https://disk.yandex.ru/d/GMnFAoyj3ToMkw
More details. I downloaded the ROSA13 image and did it LIVE. I had another mistake (see the screenshot). After deleting the line, everything was assembled. Packages received in the archive https://disk.yandex.ru/d/GMnFAoyj3ToMkw

######################
No, same error. I don't know why.

So far I have no idea how to solve it. In the meantime I will try to download and install the latest Rosa 13 LxQt image.
Errore verifica rpm/RPM checked error
Твою ошибку воспроизвести мне не удалось. Про мою ошибку. Она появлялась, когда я LIVE загружал на русском, и, следовательно, приходилось удалять строку в spec. Когда загружался на итальянском, то rpm собиралось без ошибок (не удалял строку).
I couldn't reproduce your mistake. About my mistake. It appeared when I downloaded LIVE in Russian, and therefore I had to delete the line in spec. When it was loaded in Italian, the rpm was assembled without errors (did not delete the line).
I couldn't reproduce your mistake. About my mistake. It appeared when I downloaded LIVE in Russian, and therefore I had to delete the line in spec. When it was loaded in Italian, the rpm was assembled without errors (did not delete the line).
Errore verifica rpm/RPM checked error
Try to install universal-ru-dict-hunspell package.
- MikiLinux
- Сообщения: 162
- Зарегистрирован: 11 июн 2023, 21:41
- Откуда: Vicino Roma
- Контактная информация:
Errore verifica rpm/RPM checked error

Grazie mille!/Большое спасибо!