ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] debugedit: canonicalization unexpectedly shrank by one character
@ 2012-06-22 11:15 Motsyo Gennadi aka Drool
  2012-06-22 11:25 ` Led
  0 siblings, 1 reply; 5+ messages in thread
From: Motsyo Gennadi aka Drool @ 2012-06-22 11:15 UTC (permalink / raw)
  To: ALT Devel discussion list

	Приветствую всех.

	Есть софтина, более свежей версии, чем в репозиториях, но сборка 
обламывается на стадии %install вот с такой руганью:
===============================================================
Compressing files in /usr/src/tmp/handbrake-buildroot (auto)
/usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one 
character
error: Bad exit status from /usr/src/tmp/rpm-tmp.79984 (%install)


RPM build errors:
     Bad exit status from /usr/src/tmp/rpm-tmp.79984 (%install)
===============================================================
	Судя по гуглю - это двойной слэш где-то в исходниках типа /usr//lib и 
т.п. Но вот как быстро найти это - ума не приложу, в исходниках куча 
всяких http:// и т.п. мусора. Есть какая-то возможность найти такое без 
ручного перелопачивания всех файлов исходников с проверкой каждого http:// ?


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

* Re: [devel] debugedit: canonicalization unexpectedly shrank by one character
  2012-06-22 11:15 [devel] debugedit: canonicalization unexpectedly shrank by one character Motsyo Gennadi aka Drool
@ 2012-06-22 11:25 ` Led
  2012-06-22 11:38   ` Dmitriy Kruglikov
  0 siblings, 1 reply; 5+ messages in thread
From: Led @ 2012-06-22 11:25 UTC (permalink / raw)
  To: ALT Linux Team development discussions



On Friday 22 June 2012 14:15:59 Motsyo Gennadi aka Drool wrote:
> 	Приветствую всех.
>
> 	Есть софтина, более свежей версии, чем в репозиториях, но сборка
> обламывается на стадии %install вот с такой руганью:
> ===============================================================
> Compressing files in /usr/src/tmp/handbrake-buildroot (auto)
> /usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one
> character
> error: Bad exit status from /usr/src/tmp/rpm-tmp.79984 (%install)
>
>
> RPM build errors:
>      Bad exit status from /usr/src/tmp/rpm-tmp.79984 (%install)
> ===============================================================
> 	Судя по гуглю - это двойной слэш где-то в исходниках типа /usr//lib и
> т.п. Но вот как быстро найти это - ума не приложу, в исходниках куча
> всяких http:// и т.п. мусора. Есть какая-то возможность найти такое без
> ручного перелопачивания всех файлов исходников с проверкой каждого http://
> ? 

grep '[^:]//'

-- 
Led

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

* Re: [devel] debugedit: canonicalization unexpectedly shrank by one character
  2012-06-22 11:25 ` Led
@ 2012-06-22 11:38   ` Dmitriy Kruglikov
  2012-06-22 11:43     ` Led
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitriy Kruglikov @ 2012-06-22 11:38 UTC (permalink / raw)
  To: ALT Linux Team development discussions

22 июня 2012 г., 14:25 пользователь Led  написал:
> grep '[^:]//'

Не поможет ...
Скорее сшиваются переменные с путями в одну строку...
Типа
dir1=/usr/
dir2=lib
path=$dir1/$dir2




-- 
Best regards,
 Dmitriy Kruglikov.
    QString at, dot, mail, XMPP;
    at = "@";
    dot = ".";
    mail = "Dmitriy.Kruglikov" + $at +"gmail" + $dot + "com";
    XMPP = $mail;

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

* Re: [devel] debugedit: canonicalization unexpectedly shrank by one character
  2012-06-22 11:38   ` Dmitriy Kruglikov
@ 2012-06-22 11:43     ` Led
  2012-06-22 12:02       ` Dmitriy Kruglikov
  0 siblings, 1 reply; 5+ messages in thread
From: Led @ 2012-06-22 11:43 UTC (permalink / raw)
  To: ALT Linux Team development discussions



On Friday 22 June 2012 14:38:40 Dmitriy Kruglikov wrote:
> 22 июня 2012 г., 14:25 пользователь Led  написал:
> > grep '[^:]//'
>
> Не поможет ...

Естественно, не поможет.

> Скорее сшиваются переменные с путями в одну строку...

99% что так и есть.

> Типа
> dir1=/usr/
> dir2=lib
> path=$dir1/$dir2

Но можно (и нужно) грепать лог сборки.


-- 
Led

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

* Re: [devel] debugedit: canonicalization unexpectedly shrank by one character
  2012-06-22 11:43     ` Led
@ 2012-06-22 12:02       ` Dmitriy Kruglikov
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitriy Kruglikov @ 2012-06-22 12:02 UTC (permalink / raw)
  To: ALT Linux Team development discussions

22 июня 2012 г., 14:43 пользователь Led  написал:

> Но можно (и нужно) грепать лог сборки.

Ну, это как заведенО....
Вот, помню, бывало, сидим мы с кумом ...
Я ему и говорю: "А не погреппаль ли нам по логам сборки?".
А он: "Не без того..."
И наливает по новой...
;)

-- 
Best regards,
 Dmitriy Kruglikov.
    QString at, dot, mail, XMPP;
    at = "@";
    dot = ".";
    mail = "Dmitriy.Kruglikov" + $at +"gmail" + $dot + "com";
    XMPP = $mail;

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

end of thread, other threads:[~2012-06-22 12:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-22 11:15 [devel] debugedit: canonicalization unexpectedly shrank by one character Motsyo Gennadi aka Drool
2012-06-22 11:25 ` Led
2012-06-22 11:38   ` Dmitriy Kruglikov
2012-06-22 11:43     ` Led
2012-06-22 12:02       ` Dmitriy Kruglikov

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