ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] FTBFS: gnumeric-1.10.11
@ 2010-11-05  9:02 Vladimir Lettiev
  2010-11-05  9:07 ` Anton Farygin
  0 siblings, 1 reply; 3+ messages in thread
From: Vladimir Lettiev @ 2010-11-05  9:02 UTC (permalink / raw)
  To: ALT Linux Team development discussions

При пересборке gnumeric вывалилась ошибка:

../../doltcompile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../..  -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../.. -I../../src -I../../src/tools -I../../src/dialogs -I../../src -DGNUMERIC_INTERNAL    -pipe -Wall -O2 -Wall -Wmissing-prototypes  -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations -Wno-pointer-sign -Werror=format-security -c -o analysis-exp-smoothing.lo analysis-exp-smoothing.c
analysis-chi-squared.c:27:28: fatal error: glib/gi18n-lib.h: No such file or directory
compilation terminated.
analysis-exp-smoothing.c:29:28: fatal error: glib/gi18n-lib.h: No such file or directory
compilation terminated.
analysis-anova.c:28:28: fatal error: glib/gi18n-lib.h: No such file or directory
compilation terminated.
analysis-auto-expression.c:27:28: fatal error: glib/gi18n-lib.h: No such file or directory
compilation terminated.
make[4]: *** [analysis-chi-squared.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [analysis-anova.lo] Error 1
make[4]: *** [analysis-exp-smoothing.lo] Error 1
make[4]: *** [analysis-auto-expression.lo] Error 1
make[4]: Leaving directory `/usr/src/RPM/BUILD/gnumeric-1.10.11/src/tools'

Очевидно не выставлен -I/usr/include/glib-2.0, но почему?
При этом gnumeric-light пересобрался без проблем.

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


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

* Re: [devel] FTBFS: gnumeric-1.10.11
  2010-11-05  9:02 [devel] FTBFS: gnumeric-1.10.11 Vladimir Lettiev
@ 2010-11-05  9:07 ` Anton Farygin
  2010-11-09 13:15   ` Alexey Morsov
  0 siblings, 1 reply; 3+ messages in thread
From: Anton Farygin @ 2010-11-05  9:07 UTC (permalink / raw)
  To: devel

05.11.2010 12:02, Vladimir Lettiev пишет:
> При пересборке gnumeric вывалилась ошибка:
>
> ../../doltcompile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../..  -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../.. -I../../src -I../../src/tools -I../../src/dialogs -I../../src -DGNUMERIC_INTERNAL    -pipe -Wall -O2 -Wall -Wmissing-prototypes  -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations -Wno-pointer-sign -Werror=format-security -c -o analysis-exp-smoothing.lo analysis-exp-smoothing.c
> analysis-chi-squared.c:27:28: fatal error: glib/gi18n-lib.h: No such file or directory
> compilation terminated.
> analysis-exp-smoothing.c:29:28: fatal error: glib/gi18n-lib.h: No such file or directory
> compilation terminated.
> analysis-anova.c:28:28: fatal error: glib/gi18n-lib.h: No such file or directory
> compilation terminated.
> analysis-auto-expression.c:27:28: fatal error: glib/gi18n-lib.h: No such file or directory
> compilation terminated.
> make[4]: *** [analysis-chi-squared.lo] Error 1
> make[4]: *** Waiting for unfinished jobs....
> make[4]: *** [analysis-anova.lo] Error 1
> make[4]: *** [analysis-exp-smoothing.lo] Error 1
> make[4]: *** [analysis-auto-expression.lo] Error 1
> make[4]: Leaving directory `/usr/src/RPM/BUILD/gnumeric-1.10.11/src/tools'
>
> Очевидно не выставлен -I/usr/include/glib-2.0, но почему?
> При этом gnumeric-light пересобрался без проблем.

Я тоже нарвался в паре мест.

Это нарушенные зависимости из-за pkg-config - мейнтейнерам таких пакетов 
надо просто отправить их на пересборку.

Но они почему-то никуда не спешат ;(



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

* Re: [devel] FTBFS: gnumeric-1.10.11
  2010-11-05  9:07 ` Anton Farygin
@ 2010-11-09 13:15   ` Alexey Morsov
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Morsov @ 2010-11-09 13:15 UTC (permalink / raw)
  To: devel

On Fri, Nov 05, 2010 at 12:07:56PM +0300, Anton Farygin wrote:
> Я тоже нарвался в паре мест.
> 
> Это нарушенные зависимости из-за pkg-config - мейнтейнерам таких пакетов 
> надо просто отправить их на пересборку.
Ну типа праздники были и потом др, извините не следил.

и вообще я недавно его чуть не два раза собрал.

-- 
WBR,
Alexey Morsov
программист ЗАО "ИК "Риком-Траст"
Jabber: samurai@www.fondmarket.ru
ALT Linux Team Member

Администратор списка рассылки Security-announce - это чистая формальность,
которую навязывает ПО списка рассылки.
		-- ldv in community@


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

end of thread, other threads:[~2010-11-09 13:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-05  9:02 [devel] FTBFS: gnumeric-1.10.11 Vladimir Lettiev
2010-11-05  9:07 ` Anton Farygin
2010-11-09 13:15   ` Alexey Morsov

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