Страница 1 из 1

(РЕШЕНО) Errore verifica rpm/RPM checked error

Добавлено: 19 дек 2024, 17:05
MikiLinux
Ciao

Che tipo di errore è questo?
xournal.png
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.

Errore verifica rpm/RPM checked error

Добавлено: 19 дек 2024, 21:04
turik02
Не знаю, правильно или нет, но скачал 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

Errore verifica rpm/RPM checked error

Добавлено: 19 дек 2024, 21:11
termim
What is the output of the

Код: Выделить всё

python3 -m locale
command on your computer?

Errore verifica rpm/RPM checked error

Добавлено: 19 дек 2024, 22:44
MikiLinux
termim писал(а): 19 дек 2024, 21:11 What is the output of the

Код: Выделить всё

python3 -m locale
command on your computer?

Код: Выделить всё

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
Не знаю, правильно или нет, но скачал 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....
Grazie, verificherò quella riga, se ancora utile oppure se si può rimuovere nelle ultime versioni di xournal++.
(Thank you, I will check that line if it is still useful or if it can be removed in the latest versions of xournal++).

Errore verifica rpm/RPM checked error

Добавлено: 19 дек 2024, 23:23
MikiLinux
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
Ho provato, ma ho lo stesso errore, non cambia nulla. :no:
(I tried, but I have the same error, nothing changes.)

Rosa 13 LxQt.

Errore verifica rpm/RPM checked error

Добавлено: 19 дек 2024, 23:38
turik02
Подробней. Я скачал образ 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

Errore verifica rpm/RPM checked error

Добавлено: 20 дек 2024, 00:19
MikiLinux
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, stesso errore. Non so il perché. :unknown: Per ora non mi viene in mente nessuna idea per risolvere. Nel frattempo proverò a scaricare e ad installare l'ultima immagine Rosa13 LxQt.
xournal.png
######################
No, same error. I don't know why. :unknown:
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

Добавлено: 20 дек 2024, 02:13
turik02
Твою ошибку воспроизвести мне не удалось. Про мою ошибку. Она появлялась, когда я 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).

Errore verifica rpm/RPM checked error

Добавлено: 20 дек 2024, 04:01
termim
Try to install universal-ru-dict-hunspell package.

Errore verifica rpm/RPM checked error

Добавлено: 20 дек 2024, 12:41
MikiLinux
termim писал(а): 20 дек 2024, 04:01 Try to install universal-ru-dict-hunspell package.
:Yahoo!:

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