ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] 028-check_contents.brp: ERROR:
@ 2017-10-27  5:37 Антон Мидюков
  2017-10-27  5:48 ` Anton Farygin
  0 siblings, 1 reply; 4+ messages in thread
From: Антон Мидюков @ 2017-10-27  5:37 UTC (permalink / raw)
  To: ALT Devel discussion list

Здравствуйте!

Сегодня провалилось задание с таким сообщением:

Binary file /usr/src/tmp/thermald-buildroot/usr/sbin/thermald matches
028-check_contents.brp: ERROR: Contents of files listed above match 
pattern /var/lib/(cache|lib|lock|log|nis|run|spool|www|yp)/

Хотя вчера тестово собралось нормально.

http://git.altlinux.org/tasks/192288/logs/events.2.1.log

Что не нравится check_contents.brp в моём пакете? В 
/var/lib/(cache|lib|lock|log|nis|run|spool|www|yp) у пакета ничего нет, 
да и вообще в /var.

-- 
С уважением, Антон Мидюков <antohami@altlinux.org>



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

* Re: [devel] 028-check_contents.brp: ERROR:
  2017-10-27  5:37 [devel] 028-check_contents.brp: ERROR: Антон Мидюков
@ 2017-10-27  5:48 ` Anton Farygin
  2017-10-27 11:35   ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Anton Farygin @ 2017-10-27  5:48 UTC (permalink / raw)
  To: ALT Linux Team development discussions,
	Антон
	Мидюков

27.10.2017 08:37, Антон Мидюков пишет:
> Здравствуйте!
>
> Сегодня провалилось задание с таким сообщением:
>
> Binary file /usr/src/tmp/thermald-buildroot/usr/sbin/thermald matches
> 028-check_contents.brp: ERROR: Contents of files listed above match 
> pattern /var/lib/(cache|lib|lock|log|nis|run|spool|www|yp)/
>
> Хотя вчера тестово собралось нормально.
>
> http://git.altlinux.org/tasks/192288/logs/events.2.1.log
>
> Что не нравится check_contents.brp в моём пакете? В 
> /var/lib/(cache|lib|lock|log|nis|run|spool|www|yp) у пакета ничего 
> нет, да и вообще в /var.
>
В бинарнике внутри где-то встречается 
/var/lib/(cache|lib|lock|log|nis|run|spool|www|yp)

strings /usr/sbin/thermald может показать в чём проблема.




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

* Re: [devel] 028-check_contents.brp: ERROR:
  2017-10-27  5:48 ` Anton Farygin
@ 2017-10-27 11:35   ` Dmitry V. Levin
  2017-10-28  6:52     ` Антон Мидюков
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2017-10-27 11:35 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Fri, Oct 27, 2017 at 08:48:58AM +0300, Anton Farygin wrote:
> 27.10.2017 08:37, Антон Мидюков пишет:
> > Здравствуйте!
> >
> > Сегодня провалилось задание с таким сообщением:
> >
> > Binary file /usr/src/tmp/thermald-buildroot/usr/sbin/thermald matches
> > 028-check_contents.brp: ERROR: Contents of files listed above match 
> > pattern /var/lib/(cache|lib|lock|log|nis|run|spool|www|yp)/
> >
> > Хотя вчера тестово собралось нормально.
> >
> > http://git.altlinux.org/tasks/192288/logs/events.2.1.log
> >
> > Что не нравится check_contents.brp в моём пакете? В 
> > /var/lib/(cache|lib|lock|log|nis|run|spool|www|yp) у пакета ничего 
> > нет, да и вообще в /var.
> >
> В бинарнике внутри где-то встречается 
> /var/lib/(cache|lib|lock|log|nis|run|spool|www|yp)
> 
> strings /usr/sbin/thermald может показать в чём проблема.

Внутри /usr/sbin/thermald зашиты /var/lib/run/thermald
и /var/lib/run/thermald/thermald.pid, grep это видит.


-- 
ldv

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

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

* Re: [devel] 028-check_contents.brp: ERROR:
  2017-10-27 11:35   ` Dmitry V. Levin
@ 2017-10-28  6:52     ` Антон Мидюков
  0 siblings, 0 replies; 4+ messages in thread
From: Антон Мидюков @ 2017-10-28  6:52 UTC (permalink / raw)
  To: devel

27.10.2017 18:35, Dmitry V. Levin пишет:
> On Fri, Oct 27, 2017 at 08:48:58AM +0300, Anton Farygin wrote:
>> 27.10.2017 08:37, Антон Мидюков пишет:
>>> ...
>>>
>>> Что не нравится check_contents.brp в моём пакете? В
>>> /var/lib/(cache|lib|lock|log|nis|run|spool|www|yp) у пакета ничего
>>> нет, да и вообще в /var.
>>>
>> В бинарнике внутри где-то встречается
>> /var/lib/(cache|lib|lock|log|nis|run|spool|www|yp)
>>
>> strings /usr/sbin/thermald может показать в чём проблема.
> Внутри /usr/sbin/thermald зашиты /var/lib/run/thermald
> и /var/lib/run/thermald/thermald.pid, grep это видит.
>
Переопределил в спеке %_localstatedir как /var
Теперь собирается.

-- 
С уважением, Антон Мидюков <antohami@altlinux.org>



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

end of thread, other threads:[~2017-10-28  6:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-27  5:37 [devel] 028-check_contents.brp: ERROR: Антон Мидюков
2017-10-27  5:48 ` Anton Farygin
2017-10-27 11:35   ` Dmitry V. Levin
2017-10-28  6:52     ` Антон Мидюков

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