* [sisyphus] Сборка synaptic-0.56 под ALM-2.4
@ 2005-03-03 8:53 Drool
2005-03-03 10:25 ` Vladimir Lettiev
0 siblings, 1 reply; 7+ messages in thread
From: Drool @ 2005-03-03 8:53 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Пытаюсь пересобрать под АЛМ-2.4 Synaptic-0.56 из сизифа... Конфигурация
проходит, а вот на стадии make:
============================================================================
rgpreferenceswindow.cc: In static member function `static void
RGPreferencesWindow::cbArchiveSelection(GtkWidget*, void*)':
rgpreferenceswindow.cc:62: error: `gtk_combo_box_get_active_text' undeclared
(first use this function) rgpreferenceswindow.cc:62: error: (Each undeclared
identifier is reported only once for each function it appears in.)
rgpreferenceswindow.cc: In static member function `static void
RGPreferencesWindow::cbRadioDistributionChanged(GtkWidget*, void*)':
rgpreferenceswindow.cc:80: error: `gtk_combo_box_get_active_text' undeclared
(first use this function) make[2]: *** [rgpreferenceswindow.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/usr/src/RPM/BUILD/synaptic-0.56/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/RPM/BUILD/synaptic-0.56'
make: *** [all] Error 2
make: Leaving directory `/usr/src/RPM/BUILD/synaptic-0.56'
ошибка: Неверный код возврата из /home/drool/tmp/rpm-tmp.71243 (%build)
============================================================================
Рытье на search.altlinux.ru пока не просветило :-(
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] Сборка synaptic-0.56 под ALM-2.4
2005-03-03 8:53 [sisyphus] Сборка synaptic-0.56 под ALM-2.4 Drool
@ 2005-03-03 10:25 ` Vladimir Lettiev
2005-03-09 14:04 ` Drool
0 siblings, 1 reply; 7+ messages in thread
From: Vladimir Lettiev @ 2005-03-03 10:25 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Drool wrote:
> Пытаюсь пересобрать под АЛМ-2.4 Synaptic-0.56 из сизифа... Конфигурация
> проходит, а вот на стадии make:
> ============================================================================
> rgpreferenceswindow.cc: In static member function `static void
> RGPreferencesWindow::cbArchiveSelection(GtkWidget*, void*)':
> rgpreferenceswindow.cc:62: error: `gtk_combo_box_get_active_text' undeclared
> (first use this function) rgpreferenceswindow.cc:62: error: (Each undeclared
> identifier is reported only once for each function it appears in.)
> rgpreferenceswindow.cc: In static member function `static void
> RGPreferencesWindow::cbRadioDistributionChanged(GtkWidget*, void*)':
> rgpreferenceswindow.cc:80: error: `gtk_combo_box_get_active_text' undeclared
Какая стоит версия libgtk+2? Если дефолтная 2.4.9, то там таких функций
ещё нет.
Можно повесить багу на Synaptic, чтобы код прогнали на совместимость со
старыми версиями gtk/glib, и где надо вставляли конструкции в код, типа:
#if GTK_CHECK_VERSION(2,x,x)
...
#else
...
#endif
Если это конечно возможно.
--
С уважением, Владимир Леттиев aka crux <crux@gorodmasterov.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] Сборка synaptic-0.56 под ALM-2.4
2005-03-03 10:25 ` Vladimir Lettiev
@ 2005-03-09 14:04 ` Drool
2005-03-09 16:23 ` Yuri N. Sedunov
0 siblings, 1 reply; 7+ messages in thread
From: Drool @ 2005-03-09 14:04 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
> Какая стоит версия libgtk+2? Если дефолтная 2.4.9, то там таких функций
> ещё нет.
>
Зацепился с этим libgtk+2... Для его сборки под АЛМ-2.4 необходимо обновить ряд
пакетов. Заткнулся на pango-1.8.0-alt1 - при сборке вываливается, сначала
ругается:
***************************************************************************
In file included from /usr/X11R6/include/X11/Xft/Xft.h:41,
from pangoxft-render.h:32,
from pangoxft-render.c:24:
/usr/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h' hasn't
been included yet!" /usr/include/freetype2/freetype/freetype.h:21:2: #error
"Please always use macros to include FreeType header files."
/usr/include/freetype2/freetype/freetype.h:22:2: #error "Example:"
/usr/include/freetype2/freetype/freetype.h:23:2: #error " #include
<ft2build.h>" /usr/include/freetype2/freetype/freetype.h:24:2: #error "
#include FT_FREETYPE_H"
***************************************************************************
потом:
***************************************************************************
(cd .libs && rm -f libpango-1.0.so.0 && ln -s libpango-1.0.so.0.800.0
libpango-1.0.so.0) (cd .libs && rm -f libpango-1.0.so && ln -s
libpango-1.0.so.0.800.0 libpango-1.0.so) creating libpango-1.0.la
(cd .libs && rm -f libpango-1.0.la && ln -s ../libpango-1.0.la libpango-1.0.la)
make[4]: Leaving directory `/usr/src/RPM/BUILD/pango-1.8.0/pango'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/RPM/BUILD/pango-1.8.0/pango'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/RPM/BUILD/pango-1.8.0/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/RPM/BUILD/pango-1.8.0'
make: *** [all] Error 2
make: Leaving directory `/usr/src/RPM/BUILD/pango-1.8.0'
***************************************************************************
Пересборка freetype2 из сизифа не помогла, рытье на http://search.altlinux.ru
тоже.
Может, кто сталкивался?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] Сборка synaptic-0.56 под ALM-2.4
2005-03-09 14:04 ` Drool
@ 2005-03-09 16:23 ` Yuri N. Sedunov
2005-03-10 12:07 ` Drool
0 siblings, 1 reply; 7+ messages in thread
From: Yuri N. Sedunov @ 2005-03-09 16:23 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 895 bytes --]
В Срд, 09/03/2005 в 16:04 +0200, Drool пишет:
> > Какая стоит версия libgtk+2? Если дефолтная 2.4.9, то там таких функций
> > ещё нет.
> >
> Зацепился с этим libgtk+2... Для его сборки под АЛМ-2.4 необходимо обновить ряд
> пакетов. Заткнулся на pango-1.8.0-alt1 - при сборке вываливается, сначала
> ругается:
<skip>
> Пересборка freetype2 из сизифа не помогла, рытье на http://search.altlinux.ru
> тоже.
<skip>
Не надо пересобирать freetype2, поскольку:
> Overview of changes between 1.8.0 and 1.8.1
> ===========================================
> <skip>
> * Fix compilation with old fontconfig [Vincent Noel] and
> old FreeType [Andrew P. Lentvorski, Jr]
> <skip>
В результате тестовой пересборки получился таки libgtk+2-2.6.4-alt1,
который можно взять из репозитария на
ftp://ftp.altlinux.ru/pub/people/aris/RPMS/m24/
--
Yuri N. Sedunov
03/09/05 17:18:08
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] Сборка synaptic-0.56 под ALM-2.4
2005-03-09 16:23 ` Yuri N. Sedunov
@ 2005-03-10 12:07 ` Drool
2005-03-10 15:42 ` Yuri N. Sedunov
0 siblings, 1 reply; 7+ messages in thread
From: Drool @ 2005-03-10 12:07 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
> В результате тестовой пересборки получился таки libgtk+2-2.6.4-alt1,
> который можно взять из репозитария на
> ftp://ftp.altlinux.ru/pub/people/aris/RPMS/m24/
>
Дык... Для сборки энтой же libgtk+2-2.6.4-alt1 нужон pango => 1.8.0, а вот он
то как-раз, паразит, и вываливается... Вываливается также при пересборке и
взятый на ftp://ftp.altlinux.ru/pub/people/aris/RPMS/m24/
pango-1.8.1-alt1.src.rpm... С ровно теми же симптомами :-(
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] Сборка synaptic-0.56 под ALM-2.4
2005-03-10 12:07 ` Drool
@ 2005-03-10 15:42 ` Yuri N. Sedunov
2005-03-11 9:57 ` Drool
0 siblings, 1 reply; 7+ messages in thread
From: Yuri N. Sedunov @ 2005-03-10 15:42 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 660 bytes --]
В Чтв, 10/03/2005 в 14:07 +0200, Drool пишет:
> > В результате тестовой пересборки получился таки libgtk+2-2.6.4-alt1,
> > который можно взять из репозитария на
> > ftp://ftp.altlinux.ru/pub/people/aris/RPMS/m24/
> >
>
> Дык... Для сборки энтой же libgtk+2-2.6.4-alt1 нужон pango => 1.8.0, а вот он
> то как-раз, паразит, и вываливается... Вываливается также при пересборке и
> взятый на ftp://ftp.altlinux.ru/pub/people/aris/RPMS/m24/
> pango-1.8.1-alt1.src.rpm... С ровно теми же симптомами :-(
Не мудрите, то, что на ftp://ftp.altlinux.ru/pub/people/aris/RPMS/m24/
собрано в хешере на М24+updates.
--
Yuri N. Sedunov
03/10/05 18:37:14
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-03-11 9:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-03 8:53 [sisyphus] Сборка synaptic-0.56 под ALM-2.4 Drool
2005-03-03 10:25 ` Vladimir Lettiev
2005-03-09 14:04 ` Drool
2005-03-09 16:23 ` Yuri N. Sedunov
2005-03-10 12:07 ` Drool
2005-03-10 15:42 ` Yuri N. Sedunov
2005-03-11 9:57 ` Drool
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