From: Ivan Zakharyaschev <imz@altlinux.ru> To: ALT Devel discussion list <devel@altlinux.ru> Subject: Re: [devel] IA: more packaging problems in Sisyphus Date: Fri, 24 Oct 2003 00:41:17 +0400 (MSD) Message-ID: <Pine.LNX.4.58L.0310240026440.2625@arrakis.zephyrous> (raw) In-Reply-To: <20031018141920.GH27886@basalt.office.altlinux.org> [-- Attachment #1: Type: TEXT/PLAIN, Size: 1045 bytes --] Hello! On Sat, 18 Oct 2003, Dmitry V. Levin wrote: > 3. Наличие non-ASCII текста там, где его не должно быть: Для обнаружения плохих мест я использовал приложенный примитивный скрипт. Может, кому-то пригодится. Или его можно включить в sisyphus_check как опцию. Пример: $ LC_ALL=C LANG=C LANGUAGE=C rpm -q pine -i | underline-non-printable | fgrep -2 ^ its interface is rather handy in that sense that it allows you to start using the program without reading any additional documenеation. It is a very ^ commonly used email user agent and it is currently in development. > $ grep -l ': sisyphus_check failed\.$' * |xargs grep > '^chroot/\.in/' |grep -l '^ERROR: you have problems with > package information$' > kmail-aegypten-plugins-1.0-alt3 > lzop-1.01-alt1 > mmc-4.1-alt1 > pine-4.58L-alt1 > qssl-2.0-alt1 > recode-3.6-alt2 > tkabber-0.9.5-alt1 > xbounce-1.2-alt1 > Это легко исправляется. -- С наилучшими пожеланиями, Иван Захарьящев, Москва :: JabberID: imz at altlinux.org [-- Attachment #2: underlines & highlights --] [-- Type: TEXT/PLAIN, Size: 582 bytes --] #!/bin/sh # Underlines non-printable characters in the input stream. # Underlining is done by means of a line which is a sequence # of spaces and '^'-characters. # # terminfo(5) is used to additionally highlight the underlined places. STANDOUT="$(tput smso)" offSTANDOUT="$(tput rmso)" BOLD="$(tput bold)" offBOLD="$(tput sgr0)" #UNDERLINE="$(tput smul)" #offUNDERLINE="$(tput rmul)" sed -e "/[^[:print:]]/{ h; s/[^[:print:]]/$STANDOUT&$offSTANDOUT/g; p; g; s/[[:print:]]/ /g; s/[^[:print:]]/$BOLD^$offBOLD/g; }"
next prev parent reply other threads:[~2003-10-23 20:41 UTC|newest] Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top 2003-10-18 14:19 Dmitry V. Levin 2003-10-18 14:54 ` Sergey Bolshakov 2003-10-18 16:04 ` Dmitry V. Levin 2003-10-20 8:22 ` Anton Farygin 2003-10-20 8:40 ` Dmitry V. Levin 2003-10-20 12:11 ` [devel] " Michael Shigorin 2003-10-18 16:28 ` [devel] " Denis Ovsienko 2003-10-18 19:16 ` Dmitry V. Levin 2003-10-18 18:39 ` Pavel S. Khmelinsky 2003-10-18 19:18 ` Dmitry V. Levin 2003-10-20 4:33 ` Alexey I. Froloff 2003-10-20 7:06 ` Denis Ovsienko 2003-10-20 8:09 ` Alexey I. Froloff 2003-10-20 8:18 ` Anton Farygin 2003-10-20 8:43 ` Dmitry V. Levin 2003-10-20 8:49 ` Anton Farygin 2003-10-20 8:57 ` Dmitry V. Levin 2003-10-20 9:04 ` Anton Farygin 2003-10-20 12:15 ` Andrey Brindeew 2003-10-21 0:57 ` Sergey V Kalinin 2003-10-23 20:41 ` Ivan Zakharyaschev [this message] 2003-10-24 8:01 ` [devel] " Michael Shigorin
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=Pine.LNX.4.58L.0310240026440.2625@arrakis.zephyrous \ --to=imz@altlinux.ru \ --cc=devel@altlinux.ru \ /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