ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] p8 unmets
@ 2019-02-20 15:13 Ivan Zakharyaschev
  2019-02-20 15:44 ` [devel] Sisyphus unmets Ivan Zakharyaschev
  0 siblings, 1 reply; 3+ messages in thread
From: Ivan Zakharyaschev @ 2019-02-20 15:13 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 2374 bytes --]

Hello!

Проверять unmets можно и просто имея p8 в sources.list, можно через aptbox 
в хешере. Нужно только иметь новый rpm в хост-системе.

У меня стоит из Sisyphus с нужными исправлениями:

$ rpm -q rpm --lastchange
* Пн фев 11 2019 Ivan Zakharyaschev <imz@altlinux.org> 4.13.0.1-alt6
- rpmRangesOverlap() made asymmetric w.r.t. underspecified release or disttag.
  (Provides: N = V can't anymore satisfy Requires: N = V-R. Look out for unmets!)
  (thx Vladimir D. Seleznev)

Делаю aptbox со всеми компонентами p8:

$ cat /home/imz/.hasher/p8/sources.list
# -*- conf -*-
# Local package resource list for APT goes here.
# To inspect package defined part, see /etc/apt/sources.list.d/*.list

rpm [updates] file:/ALT/p8 x86_64 classic debuginfo
rpm [updates] file:/ALT/p8 noarch classic
rpm [updates] file:/ALT/p8 x86_64-i586 classic
$ hsh --apt-conf=/home/imz/.hasher/p8/apt.conf --without-stuff ~/hasher1/ --number=1 --ini
...

Проверяю unmet:

$ ~/hasher1/aptbox/apt-cache unmet
Package lout version 3.40-alt1 has an unmet dep:
 Depends: urw-fonts (>= 2.0-alt9)
Package gcc5-gdb-plugin version 5.3.1-alt3 has an unmet dep:
 Depends: gcc (= 5.3.1-alt3)
Package libgccjit0 version 5.3.1-alt3 has an unmet dep:
 Depends: gcc (= 5.3.1-alt3)
Package w3c-markup-validator version 1.2-alt1 has an unmet dep:
 Depends: w3c-markup-validator-config (= 1.2-alt1)

Эти пакеты надо будет в скором времени исправить. (Прежде, чем в сборочницу в хост-систему поставт новый rpm.)

Проверим для i586:

$ cat /home/imz/.hasher/p8-i586/sources.list
# -*- conf -*-
# Local package resource list for APT goes here.
# To inspect package defined part, see /etc/apt/sources.list.d/*.list

rpm [updates] file:/ALT/p8 i586 classic debuginfo
rpm [updates] file:/ALT/p8 noarch classic
$ setarch i586 -- hsh --apt-conf=/home/imz/.hasher/p8-i586/apt.conf --without-stuff ~/hasher1/ --number=1 --ini
...
$ ~/hasher1/aptbox/apt-cache unmet
Package lout version 3.40-alt1 has an unmet dep:
 Depends: urw-fonts (>= 2.0-alt9)
Package gcc5-gdb-plugin version 5.3.1-alt3 has an unmet dep:
 Depends: gcc (= 5.3.1-alt3)
Package libgccjit0 version 5.3.1-alt3 has an unmet dep:
 Depends: gcc (= 5.3.1-alt3)
Package w3c-markup-validator version 1.2-alt1 has an unmet dep:
 Depends: w3c-markup-validator-config (= 1.2-alt1)

Зависимости в этих пакетах надо будет исправить в ближайшее время.

-- 
Best regards,
Ivan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [devel] Sisyphus unmets
  2019-02-20 15:13 [devel] p8 unmets Ivan Zakharyaschev
@ 2019-02-20 15:44 ` Ivan Zakharyaschev
  2019-02-20 15:57   ` [devel] lout Dmitry V. Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Ivan Zakharyaschev @ 2019-02-20 15:44 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 1612 bytes --]

unmets в Sisyphus с т.зр. нового rpm, которые надо в ближайшее время 
исправить:

$ cat /home/imz/.hasher/sisyphus/sources.list
# -*- conf -*-
# Local package resource list for APT goes here.
# To inspect package defined part, see /etc/apt/sources.list.d/*.list

rpm [alt] file:/ALT/Sisyphus x86_64 classic debuginfo checkinstall
rpm [alt] file:/ALT/Sisyphus noarch classic
rpm [alt] file:/ALT/Sisyphus x86_64-i586 classic
$ hsh --apt-conf=/home/imz/.hasher/sisyphus/apt.conf --without-stuff ~/hasher1/ --number=1 --ini
...
$ ~/hasher1/aptbox/apt-cache unmet
Package lout version 3.40-alt2 has an unmet dep:
 Depends: urw-fonts (>= 2.0-alt9)
Package w3c-markup-validator version 1.2-alt2 has an unmet dep:
 Depends: w3c-markup-validator-config (= 1.2-alt2)

$ cat /home/imz/.hasher/sisyphus-i586/sources.list
# -*- conf -*-

rpm [alt] file:/ALT/Sisyphus i586 classic debuginfo checkinstall
rpm [alt] file:/ALT/Sisyphus noarch classic
$ setarch i586 -- hsh --apt-conf=/home/imz/.hasher/sisyphus-i586/apt.conf --without-stuff ~/hasher1/ --number=1 --ini
....
$ ~/hasher1/aptbox/apt-cache unmet
Package lout version 3.40-alt2 has an unmet dep:
 Depends: urw-fonts (>= 2.0-alt9)
Package w3c-markup-validator version 1.2-alt2 has an unmet dep:
 Depends: w3c-markup-validator-config (= 1.2-alt2)


$ rpm -q rpm --lastchange | head -4
* Пн фев 11 2019 Ivan Zakharyaschev <imz@altlinux.org> 4.13.0.1-alt6
- rpmRangesOverlap() made asymmetric w.r.t. underspecified release or disttag.
  (Provides: N = V can't anymore satisfy Requires: N = V-R. Look out for unmets!)
  (thx Vladimir D. Seleznev)


-- 
Best regards,
Ivan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [devel] lout
  2019-02-20 15:44 ` [devel] Sisyphus unmets Ivan Zakharyaschev
@ 2019-02-20 15:57   ` Dmitry V. Levin
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry V. Levin @ 2019-02-20 15:57 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]

On Wed, Feb 20, 2019 at 06:44:15PM +0300, Ivan Zakharyaschev wrote:
> unmets в Sisyphus с т.зр. нового rpm, которые надо в ближайшее время 
> исправить:
[...]
> Package lout version 3.40-alt2 has an unmet dep:
>  Depends: urw-fonts (>= 2.0-alt9)

Кроме того, пакет lout перестал собираться после перехода с bash3
на bash4, и вообще он был безобразно собран.  Я его удалил.


-- 
ldv

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-20 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-20 15:13 [devel] p8 unmets Ivan Zakharyaschev
2019-02-20 15:44 ` [devel] Sisyphus unmets Ivan Zakharyaschev
2019-02-20 15:57   ` [devel] lout Dmitry V. Levin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git