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

Ответить
Аватара пользователя
MikiLinux
Сообщения: 162
Зарегистрирован: 11 июн 2023, 21:41
Operating system: Rosa13
Откуда: Vicino Roma
Контактная информация:

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

Сообщение 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.
Последний раз редактировалось MikiLinux 20 дек 2024, 12:41, всего редактировалось 1 раз.
Desktop: Rosa13 KDE/Plasma
PC Lab: Rosa13 XFCE
Laptop: Rosa13 LxQt

https://elettrolinux.com
turik02
Сообщения: 518
Зарегистрирован: 01 июн 2022, 13:47
Operating system: ROSA FRESH GNOME 13 64-bit

Errore verifica rpm/RPM checked error

Сообщение 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
Вложения
xournalpp.zip
(1.04 КБ) 42 скачивания
termim
Сообщения: 63
Зарегистрирован: 25 ноя 2016, 02:01
Operating system: SuSE, Rosa

Errore verifica rpm/RPM checked error

Сообщение termim »

What is the output of the

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

python3 -m locale
command on your computer?
Аватара пользователя
MikiLinux
Сообщения: 162
Зарегистрирован: 11 июн 2023, 21:41
Operating system: Rosa13
Откуда: Vicino Roma
Контактная информация:

Errore verifica rpm/RPM checked error

Сообщение 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++).
Desktop: Rosa13 KDE/Plasma
PC Lab: Rosa13 XFCE
Laptop: Rosa13 LxQt

https://elettrolinux.com
Аватара пользователя
MikiLinux
Сообщения: 162
Зарегистрирован: 11 июн 2023, 21:41
Operating system: Rosa13
Откуда: Vicino Roma
Контактная информация:

Errore verifica rpm/RPM checked error

Сообщение 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.
Desktop: Rosa13 KDE/Plasma
PC Lab: Rosa13 XFCE
Laptop: Rosa13 LxQt

https://elettrolinux.com
turik02
Сообщения: 518
Зарегистрирован: 01 июн 2022, 13:47
Operating system: ROSA FRESH GNOME 13 64-bit

Errore verifica rpm/RPM checked error

Сообщение 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
Вложения
Снимок экрана от 2024-12-19 22-26-23.png
Аватара пользователя
MikiLinux
Сообщения: 162
Зарегистрирован: 11 июн 2023, 21:41
Operating system: Rosa13
Откуда: Vicino Roma
Контактная информация:

Errore verifica rpm/RPM checked error

Сообщение 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.
Desktop: Rosa13 KDE/Plasma
PC Lab: Rosa13 XFCE
Laptop: Rosa13 LxQt

https://elettrolinux.com
turik02
Сообщения: 518
Зарегистрирован: 01 июн 2022, 13:47
Operating system: ROSA FRESH GNOME 13 64-bit

Errore verifica rpm/RPM checked error

Сообщение 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).
termim
Сообщения: 63
Зарегистрирован: 25 ноя 2016, 02:01
Operating system: SuSE, Rosa

Errore verifica rpm/RPM checked error

Сообщение termim »

Try to install universal-ru-dict-hunspell package.
Аватара пользователя
MikiLinux
Сообщения: 162
Зарегистрирован: 11 июн 2023, 21:41
Operating system: Rosa13
Откуда: Vicino Roma
Контактная информация:

Errore verifica rpm/RPM checked error

Сообщение MikiLinux »

termim писал(а): 20 дек 2024, 04:01 Try to install universal-ru-dict-hunspell package.
:Yahoo!:

Grazie mille!/Большое спасибо!
Desktop: Rosa13 KDE/Plasma
PC Lab: Rosa13 XFCE
Laptop: Rosa13 LxQt

https://elettrolinux.com
Ответить

Вернуться в «Обсуждение РОСА Фреш 13 (платформа РОСА 13)»