* [sisyphus] xorg-x11-6.8.2-alt14
@ 2005-08-07 20:01 Антон Горлов
2005-08-08 2:57 ` Andrey Rahmatullin
0 siblings, 1 reply; 4+ messages in thread
From: Антон Горлов @ 2005-08-07 20:01 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Попытался пересобрать под мастер xorg-x11-6.8.2-alt14.src.rpm из
сизифа.. Но на сей раз не получилось, хотя собирал кажется alt2 -оно
собралось и более того -работало..под тем что у меня осталось от ALM24
(пока из серьёзных замен-rpm и ядро).. Вопрос --как ьы всё таки собрать,
точнее -чего ему не хватает?
Вот что оно сказало перед тем как:
PROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
-DFREETYPE2 -DXFREE86_FT2 -DHAVE_CONFIG_H -pipe -Wall -O2
-march=athlon -fno-strength-reduce -fno-strict-aliasing -pipe
xftfreetype.c -o unshared/xftfreetype.o
xftfreetype.c: In function `_XftSetFace':
xftfreetype.c:212: error: structure has no member named `y_ppem'
xftfreetype.c:212: error: structure has no member named `y_ppem'
xftfreetype.c:212: error: structure has no member named `y_ppem'
xftfreetype.c:213: error: structure has no member named `y_ppem
.....
xftfreetype.c:217: error: structure has no member named `x_ppem'
xftfreetype.c:231: error: structure has no member named `x_ppem'
xftfreetype.c:232: error: structure has no member named `y_ppem'
make[4]: *** [xftfreetype.o] Error 1
make[4]: Leaving directory
`/home/stalker/RPM/BUILD/xorg-x11-6.8.2/xc/lib/Xft'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/stalker/RPM/BUILD/xorg-x11-6.8.2/xc/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/stalker/RPM/BUILD/xorg-x11-6.8.2/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/home/stalker/RPM/BUILD/xorg-x11-6.8.2/xc'
make: *** [World] Error 2
make: Leaving directory `/home/stalker/RPM/BUILD/xorg-x11-6.8.2/xc'
ошибка: Неверный код возврата из /home/stalker/tmp/rpm-tmp.55785 (%build)
--
np: Atrocity - Cold Black Days
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] xorg-x11-6.8.2-alt14
2005-08-07 20:01 [sisyphus] xorg-x11-6.8.2-alt14 Антон Горлов
@ 2005-08-08 2:57 ` Andrey Rahmatullin
2005-08-08 19:48 ` Антон Горлов
0 siblings, 1 reply; 4+ messages in thread
From: Andrey Rahmatullin @ 2005-08-08 2:57 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 372 bytes --]
On Mon, Aug 08, 2005 at 12:01:56AM +0400, Антон Горлов wrote:
> точнее -чего ему не хватает?
Нового freetype2?
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
[...] если злоумышленник может создать каталог ~/.rpmrc, то он с тем же
успехом может создать файл ~/.rpmrc и заполнить его необходимыми
зловредными макросами.
-- ldv in devel@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] xorg-x11-6.8.2-alt14
2005-08-08 2:57 ` Andrey Rahmatullin
@ 2005-08-08 19:48 ` Антон Горлов
2005-08-09 5:40 ` Антон Горлов
0 siblings, 1 reply; 4+ messages in thread
From: Антон Горлов @ 2005-08-08 19:48 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Andrey Rahmatullin пишет:
>>точнее -чего ему не хватает?
> Нового freetype2?
Хм... обновление freetype2 действительно помогло..но этого оказалось
маловато. Теперь бы здесь понять кого обновлять надо из:
BuildRequires: flex fontconfig-devel freetype2-devel gcc-c++ groff-base
BuildRequires: libexpat-devel libncurses-devel libpam-devel libpng-devel
BuildRequires: libstdc++-devel libtinfo-devel libutempter-devel zlib-devel
BuildRequires: kernel-headers-std26-up
===================
DBUILDDEBUG -DXResExtension
-DX_BYTE_ORDER=X_LITTLE_ENDIAN
-DXORG_VERSION_CURRENT="(((6) * 10000000) + ((8) * 100000) + ((2) *
1000) + 0)" -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DIN_MODULE
-DXFree86Module -c evdev.c
evdev.c: In function `EvdevReadInput':
evdev.c:163: error: `BTN_TASK' undeclared (first use in this function)
evdev.c:163: error: (Each undeclared identifier is reported only once
evdev.c:163: error: for each function it appears in.)
make[7]: *** [evdev.o] Error 1
make[7]: Leaving directory
`/home/stalker/RPM/BUILD/xorg-x11-6.8.2/xc/programs/Xserver/hw/xfree86/input/evdev'
make[6]: *** [all] Error 2
make[6]: Leaving directory
`/home/stalker/RPM/BUILD/xorg-x11-6.8.2/xc/programs/Xserver/hw/xfree86/input'
make[5]: *** [all] Error 2
make[5]: Leaving directory
`/home/stalker/RPM/BUILD/xorg-x11-6.8.2/xc/programs/Xserver/hw/xfree86'
make[4]: *** [hw/xfree86] Error 2
--
np: silence
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] xorg-x11-6.8.2-alt14
2005-08-08 19:48 ` Антон Горлов
@ 2005-08-09 5:40 ` Антон Горлов
0 siblings, 0 replies; 4+ messages in thread
From: Антон Горлов @ 2005-08-09 5:40 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
>
>>> точнее -чего ему не хватает?
>> Нового freetype2?
> Хм... обновление freetype2 действительно помогло..но этого оказалось
> маловато. Теперь бы здесь понять кого обновлять надо из:
[skip]
Хм.. в общем собрал..правда пришлось сделать малопонятный танец с
бубном... сделал adjust_kernel_headers *wks26 (то что было из *26), и
оно собралось... до этого емнип там стояло просто up (2.4)...
Как это понимать?
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-08-09 5:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-07 20:01 [sisyphus] xorg-x11-6.8.2-alt14 Антон Горлов
2005-08-08 2:57 ` Andrey Rahmatullin
2005-08-08 19:48 ` Антон Горлов
2005-08-09 5:40 ` Антон Горлов
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