ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Vladimir Lettiev <thecrux@gmail.com>
To: devel@lists.altlinux.org
Subject: Re: [devel] Perl 5.18.1 breakage
Date: Fri, 13 Sep 2013 12:33:42 +0400
Message-ID: <20130913083342.GA30160@mail.truecrux.org> (raw)
In-Reply-To: <20130912190100.GA28533@altlinux.org>

On Thu, Sep 12, 2013 at 11:01:00PM +0400, Dmitry V. Levin wrote:
> On Thu, Sep 12, 2013 at 02:42:21PM +0400, Vladimir Lettiev wrote:
> > Пришёл довольно пухлый лог о сломанных пакетах.
> 
> Из того, что не упомянуто в отчете: из пакета vim-common-7.3.353-alt3
> исчезло все содержимое /usr/share/man/.

Это проблема в find-lang, возникла после этого коммита:
http://git.altlinux.org/gears/r/rpm.git?p=rpm.git;a=commitdiff;h=9e3d656706e79132b8b6a17dca613bb728d19197

Надо или откатить или поправить регулярки для man-страниц:

@@ -205,17 +205,17 @@
 		find "$TOPDIR" -type f |sed -e '
 s:'"$TOPDIR"'::
 s:^[^/].*::
-s:\(.*/share/man/'"$RLOCALE"'/[^/]\+/'"$PATTERN"'\.[0-9a-z]\+\)\(\.[^/]\+\)\?$:%lang(\2) \1*:
+s:\(.*/share/man/'"$RLOCALE"'.\+'"$PATTERN"'\.[0-9a-z]\+\)\(\.[^/]\+\)\?$:%lang(\2) \1*:
 s:^[^%].*::
-s:^%lang(en) ::
+s:^%lang(\(en\|man.*\)) ::
 /^$/d
 		'
 		find "$TOPDIR" -type l |sed -e '
 s:'"$TOPDIR"'::
 s:^[^/].*::
-s:\(.*/share/man/'"$RLOCALE"'/[^/]\+/'"$PATTERN"'\.[0-9a-z]\+\)\(\.[^/]\+\)\?$:%lang(\2) %attr(-,root,root) \1*:
+s:\(.*/share/man/'"$RLOCALE"'.\+'"$PATTERN"'\.[0-9a-z]\+\)\(\.[^/]\+\)\?$:%lang(\2) %attr(-,root,root) \1*:
 s:^[^%].*::
-s:^%lang(en) ::
+s:^%lang(\(en\|man.*\)) ::
 /^$/d
 		'
 	fi >> "$OUTFILE"


-- 
Vladimir Lettiev aka crux ✉ theCrux@gmail.com


      reply	other threads:[~2013-09-13  8:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-12 10:42 Vladimir Lettiev
2013-09-12 19:01 ` Dmitry V. Levin
2013-09-13  8:33   ` Vladimir Lettiev [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130913083342.GA30160@mail.truecrux.org \
    --to=thecrux@gmail.com \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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