ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] rpm-build & verify-elf
@ 2004-01-05 10:16 Alexey Novikov
  2004-01-06  8:06 ` Alexey Novikov
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Novikov @ 2004-01-05 10:16 UTC (permalink / raw)
  To: sisyphus

  Всех в прошедшими и наступающими праздниками!

Предполагаю, что это здесь уже обсуждалось, но все же.
Подскажите, как в свете последней политики партии 
собирать rpm-ки. Конкретно, во что правильно поставить
%_verify_elf_method? А то иначе получаем следующее:

>Compressing files in /home/shader/tmp/Mesa-buildroot (auto)
>Verifying ELF objects in /home/shader/tmp/Mesa-buildroot (rpath=normal,textrel=normal)
>verify-elf: ./usr/X11R6/lib/libGL.so.1.4.501: TEXTREL entry found: 0x0
>ошибка: Неверный код возврата из /home/shader/tmp/rpm-tmp.8469 (%install)

>Ошибки сборки пакетов:
>    Неверный код возврата из /home/shader/tmp/rpm-tmp.8469 (%install)

[shader@home shader]$ rpm -qf /usr/lib/rpm/verify-elf 
rpm-build-4.0.4-alt27

Счас забираю alt28, там вроде уже возможностей чуть поболее.
Как я понимаю варианта два:
1. %_verify_elf_method none
2. %_verify_elf_method relaxed
Какой из них будет более правильный? Или это можно сделать
как-то по-другому?

-- 
С уважением,
Алексей Новиков



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

* Re: [sisyphus] rpm-build & verify-elf
  2004-01-05 10:16 [sisyphus] rpm-build & verify-elf Alexey Novikov
@ 2004-01-06  8:06 ` Alexey Novikov
  2004-01-06 12:40   ` Dmitry V. Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Novikov @ 2004-01-06  8:06 UTC (permalink / raw)
  To: Shader, sisyphus

Странно, с другими пакетами все нормально.:) 
Поэтому вопрос слегка изменим: Что конкретно не так
с этой Mesa-5.0.1-alt7 ?

>>Compressing files in /home/shader/tmp/Mesa-buildroot (auto)
>>Verifying ELF objects in /home/shader/tmp/Mesa-buildroot (rpath=normal,textrel=normal)
>>verify-elf: ./usr/X11R6/lib/libGL.so.1.4.501: TEXTREL entry found: 0x0
>>ошибка: Неверный код возврата из /home/shader/tmp/rpm-tmp.8469 (%install)
>
>>Ошибки сборки пакетов:
>>    Неверный код возврата из /home/shader/tmp/rpm-tmp.8469 (%install)
>
>[shader@home shader]$ rpm -qf /usr/lib/rpm/verify-elf 
>rpm-build-4.0.4-alt27

-- 
С уважением,
Алексей Новиков



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

* Re: [sisyphus] rpm-build & verify-elf
  2004-01-06  8:06 ` Alexey Novikov
@ 2004-01-06 12:40   ` Dmitry V. Levin
  2004-01-08  5:31     ` Alexey Novikov
  0 siblings, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2004-01-06 12:40 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

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

On Tue, Jan 06, 2004 at 11:06:39AM +0300, Alexey Novikov wrote:
> Странно, с другими пакетами все нормально.:) 
> Поэтому вопрос слегка изменим: Что конкретно не так
> с этой Mesa-5.0.1-alt7 ?
> 
> >>Compressing files in /home/shader/tmp/Mesa-buildroot (auto)
> >>Verifying ELF objects in /home/shader/tmp/Mesa-buildroot (rpath=normal,textrel=normal)
> >>verify-elf: ./usr/X11R6/lib/libGL.so.1.4.501: TEXTREL entry found: 0x0
> >>ошибка: Неверный код возврата из /home/shader/tmp/rpm-tmp.8469 (%install)
> >
> >>Ошибки сборки пакетов:
> >>    Неверный код возврата из /home/shader/tmp/rpm-tmp.8469 (%install)
> >
> >[shader@home shader]$ rpm -qf /usr/lib/rpm/verify-elf 
> >rpm-build-4.0.4-alt27

/usr/X11R6/lib/libGL.so.1.4.501 содержит text relocations.
Это плохо.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [sisyphus] rpm-build & verify-elf
  2004-01-06 12:40   ` Dmitry V. Levin
@ 2004-01-08  5:31     ` Alexey Novikov
  2004-01-08 14:31       ` Dmitry V. Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Novikov @ 2004-01-08  5:31 UTC (permalink / raw)
  To: sisyphus

>On Tue, Jan 06, 2004 at 11:06:39AM +0300, Alexey Novikov wrote:
>> Странно, с другими пакетами все нормально.:) 
>> Поэтому вопрос слегка изменим: Что конкретно не так
>> с этой Mesa-5.0.1-alt7 ?
>> 
>> >>Compressing files in /home/shader/tmp/Mesa-buildroot (auto)
>> >>Verifying ELF objects in /home/shader/tmp/Mesa-buildroot (rpath=normal,textrel=normal)
>> >>verify-elf: ./usr/X11R6/lib/libGL.so.1.4.501: TEXTREL entry found: 0x0
>> >>ошибка: Неверный код возврата из /home/shader/tmp/rpm-tmp.8469 (%install)
>> >
>> >>Ошибки сборки пакетов:
>> >>    Неверный код возврата из /home/shader/tmp/rpm-tmp.8469 (%install)
>> >
>> >[shader@home shader]$ rpm -qf /usr/lib/rpm/verify-elf 
>> >rpm-build-4.0.4-alt27
>
>/usr/X11R6/lib/libGL.so.1.4.501 содержит text relocations.
>Это плохо.
>
>
>-- 
>ldv

Понятно что хорошего тут ничего нет. Вопрос в другом, как от 
этого избавиться?

-- 
С уважением,
Алексей Новиков



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

* Re: [sisyphus] rpm-build & verify-elf
  2004-01-08  5:31     ` Alexey Novikov
@ 2004-01-08 14:31       ` Dmitry V. Levin
  2004-01-09 10:45         ` Alexey Novikov
  0 siblings, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2004-01-08 14:31 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

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

On Thu, Jan 08, 2004 at 08:31:12AM +0300, Alexey Novikov wrote:
> >On Tue, Jan 06, 2004 at 11:06:39AM +0300, Alexey Novikov wrote:
> >> Странно, с другими пакетами все нормально.:) 
> >> Поэтому вопрос слегка изменим: Что конкретно не так
> >> с этой Mesa-5.0.1-alt7 ?
> >> 
> >> >>Compressing files in /home/shader/tmp/Mesa-buildroot (auto)
> >> >>Verifying ELF objects in /home/shader/tmp/Mesa-buildroot (rpath=normal,textrel=normal)
> >> >>verify-elf: ./usr/X11R6/lib/libGL.so.1.4.501: TEXTREL entry found: 0x0
> >> >>ошибка: Неверный код возврата из /home/shader/tmp/rpm-tmp.8469 (%install)
> >> >
> >> >>Ошибки сборки пакетов:
> >> >>    Неверный код возврата из /home/shader/tmp/rpm-tmp.8469 (%install)
> >> >
> >> >[shader@home shader]$ rpm -qf /usr/lib/rpm/verify-elf 
> >> >rpm-build-4.0.4-alt27
> >
> >/usr/X11R6/lib/libGL.so.1.4.501 содержит text relocations.
> >Это плохо.
> 
> Понятно что хорошего тут ничего нет. Вопрос в другом, как от 
> этого избавиться?

Это должен сделать maintainer пакета.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [sisyphus] rpm-build & verify-elf
  2004-01-08 14:31       ` Dmitry V. Levin
@ 2004-01-09 10:45         ` Alexey Novikov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Novikov @ 2004-01-09 10:45 UTC (permalink / raw)
  To: sisyphus

>> >/usr/X11R6/lib/libGL.so.1.4.501 содержит text relocations.
>> >Это плохо.
>> 
>> Понятно что хорошего тут ничего нет. Вопрос в другом, как от 
>> этого избавиться?
>
>Это должен сделать maintainer пакета.
>
>
>-- 
>ldv

Дима, ткните пожалуйста меня носом:) туда, где об этом можно почитать,
а то вдруг у меня появится желание помантейнерить что-нибудь...:)

-- 
С уважением,
Алексей Новиков



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

end of thread, other threads:[~2004-01-09 10:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-05 10:16 [sisyphus] rpm-build & verify-elf Alexey Novikov
2004-01-06  8:06 ` Alexey Novikov
2004-01-06 12:40   ` Dmitry V. Levin
2004-01-08  5:31     ` Alexey Novikov
2004-01-08 14:31       ` Dmitry V. Levin
2004-01-09 10:45         ` Alexey Novikov

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