ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Q: почему RPM может не сжимать маны?
@ 2008-11-15 15:03 Slava Semushin
  2008-11-15 16:16 ` Led
  0 siblings, 1 reply; 9+ messages in thread
From: Slava Semushin @ 2008-11-15 15:03 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Привет!

Заметил некоторую странность. Если взять SRPM-ку c xterm из Сизифа и
попробовать пересобрать, то неудаётся:

[c0der@rock ~]$ rpmbuild --rebuild ~/git/xterm/SRPMS/xterm-237-alt1.src.rpm
[...]

Ошибки сборки пакетов:
    Файл не найден:
/home/coder/tmp/xterm-buildroot/usr/share/man/man1/resize.1.*
    Файл не найден: /home/coder/tmp/xterm-buildroot/usr/share/man/man1/xterm.1.*
[c1der@rock ~]$ ls -l /home/coder/tmp/xterm-buildroot/usr/share/man/man1
итого 188K
-rw-r--r-- 1 coder users 1,7K Ноя 15 20:58 koi8rxterm.1.gz
-rw-r--r-- 1 coder users 2,7K Ноя 15 20:58 resize.1
-rw-r--r-- 1 coder users 1,6K Ноя 15 20:58 uxterm.1.gz
-rw-r--r-- 1 coder users 171K Ноя 15 20:58 xterm.1

Я не проверял сборку в хашере (потому что нет возможности), но
сообщений о неудачных пересборках не приходило, из чего, вероятно,
следует, что в хашере всё собирается.

Вопрос: почему так может быть, что две страницы руководства не сжались
архиватором? Это нормально или нет?

Спасибо за внимание!

-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

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

* Re: [sisyphus] Q: почему RPM может не сжимать маны?
  2008-11-15 15:03 [sisyphus] Q: почему RPM может не сжимать маны? Slava Semushin
@ 2008-11-15 16:16 ` Led
  2008-11-15 16:21   ` Slava Semushin
  0 siblings, 1 reply; 9+ messages in thread
From: Led @ 2008-11-15 16:16 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Saturday, 15 November 2008 17:03:42 Slava Semushin wrote:
> Привет!
>
> Заметил некоторую странность. Если взять SRPM-ку c xterm из Сизифа и
> попробовать пересобрать, то неудаётся:
>
> [c0der@rock ~]$ rpmbuild --rebuild ~/git/xterm/SRPMS/xterm-237-alt1.src.rpm
> [...]
>
> Ошибки сборки пакетов:
>     Файл не найден:
> /home/coder/tmp/xterm-buildroot/usr/share/man/man1/resize.1.*
>     Файл не найден:
> /home/coder/tmp/xterm-buildroot/usr/share/man/man1/xterm.1.* [c1der@rock

%files
%_man1dir/resize.*
%_man1dir/xterm.*

Не плодите лишних сущностей в виде ".1" и всё будет собираться:)

> ~]$ ls -l /home/coder/tmp/xterm-buildroot/usr/share/man/man1 итого 188K
> -rw-r--r-- 1 coder users 1,7K Ноя 15 20:58 koi8rxterm.1.gz
> -rw-r--r-- 1 coder users 2,7K Ноя 15 20:58 resize.1
> -rw-r--r-- 1 coder users 1,6K Ноя 15 20:58 uxterm.1.gz
> -rw-r--r-- 1 coder users 171K Ноя 15 20:58 xterm.1
>
> Я не проверял сборку в хашере (потому что нет возможности), но
> сообщений о неудачных пересборках не приходило, из чего, вероятно,
> следует, что в хашере всё собирается.
>
> Вопрос: почему так может быть, что две страницы руководства не сжались
> архиватором? Это нормально или нет?

-- 
Led

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

* Re: [sisyphus] Q: почему RPM может не сжимать маны?
  2008-11-15 16:16 ` Led
@ 2008-11-15 16:21   ` Slava Semushin
  2008-11-15 16:27     ` Led
  0 siblings, 1 reply; 9+ messages in thread
From: Slava Semushin @ 2008-11-15 16:21 UTC (permalink / raw)
  To: ledest, ALT Linux Sisyphus discussions

15 ноября 2008 г. 22:16 пользователь Led <ledest%gmail.com> написал:
[...]
> Не плодите лишних сущностей в виде ".1" и всё будет собираться:)

Я в курсе про %files и, если придётся, то подправлю, но вопрос был не об этом.

[...]
>> Вопрос: почему так может быть, что две страницы руководства не сжались
>> архиватором? Это нормально или нет?


-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

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

* Re: [sisyphus] Q: почему RPM может не сжимать маны?
  2008-11-15 16:21   ` Slava Semushin
@ 2008-11-15 16:27     ` Led
  2008-11-15 16:28       ` Slava Semushin
  0 siblings, 1 reply; 9+ messages in thread
From: Led @ 2008-11-15 16:27 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Saturday, 15 November 2008 18:21:38 you wrote:
> 15 ноября 2008 г. 22:16 пользователь Led <ledest%gmail.com> написал:
> [...]
>
> > Не плодите лишних сущностей в виде ".1" и всё будет собираться:)
>
> Я в курсе про %files и, если придётся, то подправлю, но вопрос был не об
> этом.

Я на вопрос и не отвечал.

>
> [...]
>
> >> Вопрос: почему так может быть, что две страницы руководства не сжались
> >> архиватором? Это нормально или нет?

На этот вопрос вряд ли можно ответить, не посмотрев на спек.

-- 
Led

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

* Re: [sisyphus] Q: почему RPM может не сжимать маны?
  2008-11-15 16:27     ` Led
@ 2008-11-15 16:28       ` Slava Semushin
  2008-11-15 16:40         ` Led
  0 siblings, 1 reply; 9+ messages in thread
From: Slava Semushin @ 2008-11-15 16:28 UTC (permalink / raw)
  To: ledest, ALT Linux Sisyphus discussions

15 ноября 2008 г. 22:27 пользователь Led <ledest/gmail.com> написал:
[...]
>> >> Вопрос: почему так может быть, что две страницы руководства не сжались
>> >> архиватором? Это нормально или нет?
>
> На этот вопрос вряд ли можно ответить, не посмотрев на спек.

http://sisyphus.ru/srpm/xterm/spec


-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

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

* Re: [sisyphus] Q: почему RPM может не сжимать маны?
  2008-11-15 16:28       ` Slava Semushin
@ 2008-11-15 16:40         ` Led
  2008-11-16  6:30           ` Slava Semushin
  0 siblings, 1 reply; 9+ messages in thread
From: Led @ 2008-11-15 16:40 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Saturday, 15 November 2008 18:28:52 you wrote:
> 15 ноября 2008 г. 22:27 пользователь Led <ledest/gmail.com> написал:
> [...]
>
> >> >> Вопрос: почему так может быть, что две страницы руководства не
> >> >> сжались архиватором? Это нормально или нет?
> >
> > На этот вопрос вряд ли можно ответить, не посмотрев на спек.
>
> http://sisyphus.ru/srpm/xterm/spec

Наверное, поэтому:
$ file resize.1 xterm.1
resize.1: data
xterm.1:  data

А должно быть что-то типа:
$ file uxterm.1
uxterm.1: ASCII troff or preprocessor input text

Похоже, у вас баги в xterm.1

-- 
Led

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

* Re: [sisyphus] Q: почему RPM может не сжимать маны?
  2008-11-15 16:40         ` Led
@ 2008-11-16  6:30           ` Slava Semushin
  2008-11-16 15:48             ` Led
  0 siblings, 1 reply; 9+ messages in thread
From: Slava Semushin @ 2008-11-16  6:30 UTC (permalink / raw)
  To: ledest, ALT Linux Sisyphus discussions

15 ноября 2008 г. 22:40 пользователь Led <ledest%gmail.com> написал:
[...]
> Наверное, поэтому:
> $ file resize.1 xterm.1
> resize.1: data
> xterm.1:  data

Да, спасибо.

> А должно быть что-то типа:
> $ file uxterm.1
> uxterm.1: ASCII troff or preprocessor input text
>
> Похоже, у вас баги в xterm.1

Как же тогда оно собирается в Сизифе? Почему собиралось раньше? И если
это мои баги, то как понять в чем они заключаются и как исправлять? Я
посмотрел на файл, ничего странного не заметил..


-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

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

* Re: [sisyphus] Q: почему RPM может не сжимать маны?
  2008-11-16  6:30           ` Slava Semushin
@ 2008-11-16 15:48             ` Led
  2008-11-16 17:40               ` Alexey Gladkov
  0 siblings, 1 reply; 9+ messages in thread
From: Led @ 2008-11-16 15:48 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Sunday, 16 November 2008 08:30:29 you wrote:
> 15 ноября 2008 г. 22:40 пользователь Led <ledest%gmail.com> написал:
> [...]
>
> > Наверное, поэтому:
> > $ file resize.1 xterm.1
> > resize.1: data
> > xterm.1:  data
>
> Да, спасибо.
>
> > А должно быть что-то типа:
> > $ file uxterm.1
> > uxterm.1: ASCII troff or preprocessor input text
> >
> > Похоже, у вас баги в xterm.1
>
> Как же тогда оно собирается в Сизифе? Почему собиралось раньше? И если
> это мои баги, то как понять в чем они заключаются и как исправлять? Я
> посмотрел на файл, ничего странного не заметил..

$ man xterm 2>xterm.1.err
$ cat xterm.1.err
tbl:<standard input>:1504: `.' not last character on line
tbl:<standard input>:1504: giving up on this table
tbl:<standard input>:2451: `.' not last character on line
tbl:<standard input>:2451: giving up on this table
tbl:<standard input>:3539: `.' not last character on line
tbl:<standard input>:3539: giving up on this table

Может, из-за этого. Но я не уверен. Сорри, но я не специалист по этим 
вопросам - что увидел - сказал.

-- 
Led

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

* Re: [sisyphus] Q: почему RPM может не сжимать маны?
  2008-11-16 15:48             ` Led
@ 2008-11-16 17:40               ` Alexey Gladkov
  0 siblings, 0 replies; 9+ messages in thread
From: Alexey Gladkov @ 2008-11-16 17:40 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Led wrote:
> $ man xterm 2>xterm.1.err
> $ cat xterm.1.err
> tbl:<standard input>:1504: `.' not last character on line
> tbl:<standard input>:1504: giving up on this table
> tbl:<standard input>:2451: `.' not last character on line
> tbl:<standard input>:2451: giving up on this table
> tbl:<standard input>:3539: `.' not last character on line
> tbl:<standard input>:3539: giving up on this table
> 
> Может, из-за этого. Но я не уверен. Сорри, но я не специалист по этим 
> вопросам - что увидел - сказал.
> 

Не из-за этого в man-1.6f-alt7 это уже исправлено. Он сейчас на пути в 
сизиф.

-- 
Rgrds, legion



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

end of thread, other threads:[~2008-11-16 17:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-15 15:03 [sisyphus] Q: почему RPM может не сжимать маны? Slava Semushin
2008-11-15 16:16 ` Led
2008-11-15 16:21   ` Slava Semushin
2008-11-15 16:27     ` Led
2008-11-15 16:28       ` Slava Semushin
2008-11-15 16:40         ` Led
2008-11-16  6:30           ` Slava Semushin
2008-11-16 15:48             ` Led
2008-11-16 17:40               ` Alexey Gladkov

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