ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] *-debuginfo-* в m-p-d
@ 2012-03-30  5:57 astroiLL
  2012-03-30  8:49 ` Michael Shigorin
  0 siblings, 1 reply; 4+ messages in thread
From: astroiLL @ 2012-03-30  5:57 UTC (permalink / raw)
  To: sisyphus

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


Решил занятся сборкой своего образа дистрибутива.
$ git clone 
git://git.altlinux.org/people/boyarsh/packages/mkimage-profiles-desktop
$ git checkout master

Дальше немного подправив make-distro (на предмет внушения ему где надо 
создавать временные файлы)
$ make-distro pegatron-lucid
и он вываливается с ошибкой (логи в атаче)

Концовка лога такая:
cp: cannot stat 
`///home/ill/rec/ALT/ALTLinux/Sisyphus/x86_64/RPMS.classic/zlib-debuginfo-1.2.5-alt3.x86_64.rpm': 
No such file or directory
mki-copy-pkgs: could not copy packages: copy failed.
mki-invalidate-cache: has started executing for 'copy-packages'.
make[2]: *** [copy-packages] Error 1
make[2]: Leaving directory 
`/home/ill/RPM/distribs/mkimage-profiles-desktop/profiles/main'
make[1]: *** [main] Ошибка 2
make[1]: Leaving directory 
`/home/ill/RPM/distribs/mkimage-profiles-desktop/profiles'
make: *** [install-cd.iso] Ошибка 2

И таких ненайденых пакетов *-debuginfo-* еще штук 30.
Я в свой локальный репозитарий не импортирую *-debuginfo-* мне они не нужны.
Тем более они не нужны мне в инсталяционном образе и уж совсем в live.
Облазил всю m-p-d, нашел пару упоминаний:
Файл init1-debuginfo непонятного назначения.
И в файле ./profiles/scripts.d/01-genbasedir
явно пытаются удалить эти пакеты:
find RPMS.main -name '*debuginfo*.rpm' | xargs -r rm

Устав бороться с ними, я до выяснения просто замарал строку 129 в файле 
/usr/share/mkimage/tools/mki-copy-pkgs

Все собралось.
Подскажите, из каких зависимостей могут тянутся *-debuginfo-*.rpm пакеты.

ЗЫ. Эх. Когда же эти *-debuginfo-* вынесут в отдельную ветку 
репозитария? Как и огромные игры, которые занимают по объему полрепозитария.

[-- Attachment #2: pegatron-lucid.x86_64.log.bz2 --]
[-- Type: application/x-bzip, Size: 26275 bytes --]

[-- Attachment #3: pegatron-lucid-conf.x86_64.log.bz2 --]
[-- Type: application/x-bzip, Size: 742 bytes --]

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

* Re: [sisyphus] *-debuginfo-* в m-p-d
  2012-03-30  5:57 [sisyphus] *-debuginfo-* в m-p-d astroiLL
@ 2012-03-30  8:49 ` Michael Shigorin
  2012-03-30 10:17   ` astroiLL
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Shigorin @ 2012-03-30  8:49 UTC (permalink / raw)
  To: sisyphus

On Fri, Mar 30, 2012 at 09:57:20AM +0400, astroiLL wrote:
> Подскажите, из каких зависимостей могут тянутся *-debuginfo-*.rpm пакеты.

префикс-*

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [sisyphus] *-debuginfo-* в m-p-d
  2012-03-30  8:49 ` Michael Shigorin
@ 2012-03-30 10:17   ` astroiLL
  2012-03-30 11:03     ` Michael Shigorin
  0 siblings, 1 reply; 4+ messages in thread
From: astroiLL @ 2012-03-30 10:17 UTC (permalink / raw)
  To: sisyphus

30.03.2012 12:49, Michael Shigorin пишет:
> On Fri, Mar 30, 2012 at 09:57:20AM +0400, astroiLL wrote:
>> Подскажите, из каких зависимостей могут тянутся *-debuginfo-*.rpm пакеты.
>
> префикс-*
>
Кое-что стало понятно.
К примеру конструкция вида xorg-dri-* порождает установку и 
xorg-dri-*-debuginfo.
Но почему тогда эта конструкция не порождает установку xorg-dri-*-devel ?
А есть способ подавлять?
Например типа xorg-dri-*-debuginfo- ?



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

* Re: [sisyphus] *-debuginfo-* в m-p-d
  2012-03-30 10:17   ` astroiLL
@ 2012-03-30 11:03     ` Michael Shigorin
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Shigorin @ 2012-03-30 11:03 UTC (permalink / raw)
  To: sisyphus

On Fri, Mar 30, 2012 at 02:17:04PM +0400, astroiLL wrote:
> >>Подскажите, из каких зависимостей могут тянутся *-debuginfo-*.rpm пакеты.
> >префикс-*
> А есть способ подавлять?
> Например типа xorg-dri-*-debuginfo- ?

Это первое, что приходит в голову, но IIRC не работало;
посмотрите документацию mkimage, там будто была возможность
инвертировать шаблон...

(иначе остаётся костыль вида xorg-dri-*[^f][^o])

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

end of thread, other threads:[~2012-03-30 11:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-30  5:57 [sisyphus] *-debuginfo-* в m-p-d astroiLL
2012-03-30  8:49 ` Michael Shigorin
2012-03-30 10:17   ` astroiLL
2012-03-30 11:03     ` Michael Shigorin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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