* [devel] girar-builder: post-install filelist check
@ 2009-04-16 22:08 Alexey Tourbin
2009-04-16 23:54 ` Dmitry V. Levin
0 siblings, 1 reply; 6+ messages in thread
From: Alexey Tourbin @ 2009-04-16 22:08 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 5238 bytes --]
Girar-builder has been enabled to perform a full-fledged check
for unpackaged files and directories. For example, see this log:
http://lists.altlinux.org/pipermail/sisyphus-incominger/2009-April/229116.html
i586: liferea=1.4.28-alt1 post-install filelist check:
warning: file /etc/bash_completion.d is not owned by any package
warning: file /etc/buildreqs/files is not owned by any package
warning: file /etc/buildreqs/files/ignore.d is not owned by any package
warning: file /etc/pki is not owned by any package
warning: file /etc/rc.d/rc0.d/K92messagebus is not owned by any package
warning: file /etc/rc.d/rc1.d/K92messagebus is not owned by any package
warning: file /etc/rc.d/rc2.d/K92messagebus is not owned by any package
warning: file /etc/rc.d/rc3.d/S10messagebus is not owned by any package
warning: file /etc/rc.d/rc4.d/S10messagebus is not owned by any package
warning: file /etc/rc.d/rc5.d/S10messagebus is not owned by any package
warning: file /etc/rc.d/rc6.d/K92messagebus is not owned by any package
warning: file /etc/tcb/messagebus is not owned by any package
warning: file /etc/tcb/messagebus/shadow is not owned by any package
warning: file /etc/tcb/messagebus/shadow- is not owned by any package
warning: file /etc/tcb/messagebus/shadow.lock is not owned by any package
warning: file /usr/share/PolicyKit is not owned by any package
warning: file /usr/share/PolicyKit/policy is not owned by any package
warning: file /usr/share/aclocal is not owned by any package
warning: file /usr/share/icons/hicolor/icon-theme.cache is not owned by any package
warning: file /usr/share/idl is not owned by any package
warning: file /usr/share/mime/XMLnamespaces is not owned by any package
warning: file /usr/share/mime/aliases is not owned by any package
warning: file /usr/share/mime/application is not owned by any package
warning: file /usr/share/mime/application/andrew-inset.xml is not owned by any package
warning: file /usr/share/mime/application/annodex.xml is not owned by any package
warning: file /usr/share/mime/application/atom+xml.xml is not owned by any package
warning: file /usr/share/mime/application/dicom.xml is not owned by any package
warning: file /usr/share/mime/application/docbook+xml.xml is not owned by any package
warning: file /usr/share/mime/application/ecmascript.xml is not owned by any package
warning: file /usr/share/mime/application/epub+zip.xml is not owned by any package
warning: file /usr/share/mime/application/gnunet-directory.xml is not owned by any package
warning: file /usr/share/mime/application/illustrator.xml is not owned by any package
warning: file /usr/share/mime/application/javascript.xml is not owned by any package
...
Please don't be too eager to fix all these warnings just yet.
For example, there is apparently no problem with /etc/rc.d/rc?.d/[KS]??*
symbolic links, since they are under chkconfig(8) control.
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] girar-builder: post-install filelist check
2009-04-16 22:08 [devel] girar-builder: post-install filelist check Alexey Tourbin
@ 2009-04-16 23:54 ` Dmitry V. Levin
2009-04-17 9:19 ` [devel] /usr/share/mime/ unpackaged *.xml files Alexey Tourbin
0 siblings, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2009-04-16 23:54 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 671 bytes --]
On Fri, Apr 17, 2009 at 02:08:01AM +0400, Alexey Tourbin wrote:
> Girar-builder has been enabled to perform a full-fledged check
> for unpackaged files and directories. For example, see this log:
> http://lists.altlinux.org/pipermail/sisyphus-incominger/2009-April/229116.html
[...]
> Please don't be too eager to fix all these warnings just yet.
> For example, there is apparently no problem with /etc/rc.d/rc?.d/[KS]??*
> symbolic links, since they are under chkconfig(8) control.
There is apparently a new problem with /etc/rc.d/rc?.d/[KS]??*:
they pollute build logs.
We have to recognize these common false positives and filter them out.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [devel] /usr/share/mime/ unpackaged *.xml files
2009-04-16 23:54 ` Dmitry V. Levin
@ 2009-04-17 9:19 ` Alexey Tourbin
2009-04-17 9:35 ` Andrey Rahmatullin
0 siblings, 1 reply; 6+ messages in thread
From: Alexey Tourbin @ 2009-04-17 9:19 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]
On Fri, Apr 17, 2009 at 03:54:32AM +0400, Dmitry V. Levin wrote:
> On Fri, Apr 17, 2009 at 02:08:01AM +0400, Alexey Tourbin wrote:
> > Girar-builder has been enabled to perform a full-fledged check
> > for unpackaged files and directories. For example, see this log:
> > http://lists.altlinux.org/pipermail/sisyphus-incominger/2009-April/229116.html
> [...]
> > Please don't be too eager to fix all these warnings just yet.
> > For example, there is apparently no problem with /etc/rc.d/rc?.d/[KS]??*
> > symbolic links, since they are under chkconfig(8) control.
>
> There is apparently a new problem with /etc/rc.d/rc?.d/[KS]??*:
> they pollute build logs.
> We have to recognize these common false positives and filter them out.
Right. And there is also quite a difference between a big pollution
and a small pollution. For now, let's discuss one partucilar big
pollution. There are PLENTY of unpackged files under /usr/share/mime.
I believe that having unpackaged files under /usr/share is wrong.
Perhaps we need to identify the package which creates these files
and remove it from sisyphus.
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] /usr/share/mime/ unpackaged *.xml files
2009-04-17 9:19 ` [devel] /usr/share/mime/ unpackaged *.xml files Alexey Tourbin
@ 2009-04-17 9:35 ` Andrey Rahmatullin
2009-04-17 10:39 ` Yuri N. Sedunov
0 siblings, 1 reply; 6+ messages in thread
From: Andrey Rahmatullin @ 2009-04-17 9:35 UTC (permalink / raw)
To: devel
On Fri, Apr 17, 2009 at 01:19:55PM +0400, Alexey Tourbin wrote:
> pollution. There are PLENTY of unpackged files under /usr/share/mime.
> I believe that having unpackaged files under /usr/share is wrong.
Это, кажется, далеко не единственный случай складывания кэшей и автогена в
/usr/share.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] /usr/share/mime/ unpackaged *.xml files
2009-04-17 9:35 ` Andrey Rahmatullin
@ 2009-04-17 10:39 ` Yuri N. Sedunov
2009-04-17 12:35 ` Alexey Tourbin
0 siblings, 1 reply; 6+ messages in thread
From: Yuri N. Sedunov @ 2009-04-17 10:39 UTC (permalink / raw)
To: ALT Linux Team development discussions
В Птн, 17/04/2009 в 09:35 +0000, Andrey Rahmatullin пишет:
> On Fri, Apr 17, 2009 at 01:19:55PM +0400, Alexey Tourbin wrote:
> > pollution. There are PLENTY of unpackged files under /usr/share/mime.
> > I believe that having unpackaged files under /usr/share is wrong.
> Это, кажется, далеко не единственный случай складывания кэшей и автогена в
> /usr/share.
Ага, gtk-update-icon-cache, update-desktop-database.
Надуть это "post-install filelist check" можно, но незапакованные файлы
в настоящей системе будут.
P.S. Когда-то shared-mime-info по моей инициативе стал генерить файлы
в /var/cache, -- это тоже кому-то не понравилось.
--
Yuri N. Sedunov
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [devel] /usr/share/mime/ unpackaged *.xml files
2009-04-17 10:39 ` Yuri N. Sedunov
@ 2009-04-17 12:35 ` Alexey Tourbin
0 siblings, 0 replies; 6+ messages in thread
From: Alexey Tourbin @ 2009-04-17 12:35 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 961 bytes --]
On Fri, Apr 17, 2009 at 02:39:22PM +0400, Yuri N. Sedunov wrote:
> В Птн, 17/04/2009 в 09:35 +0000, Andrey Rahmatullin пишет:
> > On Fri, Apr 17, 2009 at 01:19:55PM +0400, Alexey Tourbin wrote:
> > > pollution. There are PLENTY of unpackged files under /usr/share/mime.
> > > I believe that having unpackaged files under /usr/share is wrong.
> > Это, кажется, далеко не единственный случай складывания кэшей и автогена в
> > /usr/share.
>
> Ага, gtk-update-icon-cache, update-desktop-database.
> Надуть это "post-install filelist check" можно, но незапакованные файлы
> в настоящей системе будут.
>
> P.S. Когда-то shared-mime-info по моей инициативе стал генерить файлы
> в /var/cache, -- это тоже кому-то не понравилось.
Nicheinye faily v bolschikh kolichestvakh dopustimy tolko v /var.
V nebolshikh - takzhe v /etc. Nicheinye faily v /usr - eto krimimnal.
Ne schitaya alternativ, kotorye vmesto -qf predostavlayutsya cherez
provides.
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-04-17 12:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-16 22:08 [devel] girar-builder: post-install filelist check Alexey Tourbin
2009-04-16 23:54 ` Dmitry V. Levin
2009-04-17 9:19 ` [devel] /usr/share/mime/ unpackaged *.xml files Alexey Tourbin
2009-04-17 9:35 ` Andrey Rahmatullin
2009-04-17 10:39 ` Yuri N. Sedunov
2009-04-17 12:35 ` Alexey Tourbin
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