* [sisyphus] WineX not building
@ 2002-10-03 13:00 Serg Tselishev
2002-10-04 5:45 ` Alexey I. Froloff
0 siblings, 1 reply; 4+ messages in thread
From: Serg Tselishev @ 2002-10-03 13:00 UTC (permalink / raw)
To: Sisyphus
Доброго дня!
Пытаюсь сделать rpm --rebuild WineX-20020827-alt3.src.rpm
Вот место с ошибкой:
make[2]: Entering directory
`/usr/src/RPM/BUILD/WineX-20020827/wine/dlls/advapi32'
gcc -c -I. -I. -I../../include -I../../include -pipe -Wall -O2
-fexpensive-optimizations -march=i686 -Wall -mpreferred-stack-boundary=2
-fPIC -D__WINE__ -D_ADVAPI32_ -D_REENTRANT -I/usr/X11R6/include -o
advapi.o advapi.c
gcc -c -I. -I. -I../../include -I../../include -pipe -Wall -O2
-fexpensive-optimizations -march=i686 -Wall -mpreferred-stack-boundary=2
-fPIC -D__WINE__ -D_ADVAPI32_ -D_REENTRANT -I/usr/X11R6/include -o
crypt.o crypt.c
In file included from d3dgl_private.h:5,
from caps.c:18:
../../include/wine_gl.h:31:20: GL/glu.h: No such file or directory
make[2]: *** [caps.o] Error 1
make[2]: Leaving directory
`/usr/src/RPM/BUILD/WineX-20020827/wine/dlls/d3dgl'
make[1]: *** [d3dgl/libd3dgl.so] Error 2
make[1]: *** Waiting for unfinished jobs....
gcc -c -I. -I. -I../../include -I../../include -pipe -Wall -O2
-fexpensive-optimizations -march=i686 -Wall -mpreferred-stack-boundary=2
-fPIC -D__WINE__ -D_ADVAPI32_ -D_REENTRANT -I/usr/X11R6/include -o
eventlog.o eventlog.c
gcc -c -I. -I. -I../../include -I../../include -pipe -Wall -O2
-fexpensive-optimizations -march=i686 -Wall -mpreferred-stack-boundary=2
-fPIC -D__WINE__ -D_ADVAPI32_ -D_REENTRANT -I/usr/X11R6/include -o
registry.o registry.c
registry.c: In function `RegOpenKeyExA':
gcc -c -I. -I. -I../../include -I../../include -pipe -Wall -O2
-fexpensive-optimizations -march=i686 -Wall -mpreferred-stack-boundary=2
-fPIC -D__WINE__ -D_ADVAPI32_ -D_REENTRANT -I/usr/X11R6/include -o
security.o security.c
gcc -c -I. -I. -I../../include -I../../include -pipe -Wall -O2
-fexpensive-optimizations -march=i686 -Wall -mpreferred-stack-boundary=2
-fPIC -D__WINE__ -D_ADVAPI32_ -D_REENTRANT -I/usr/X11R6/include -o
service.o service.c
registry.c:211: warning: int format, REGSAM arg (arg 5)
ld -r advapi.o crypt.o eventlog.o registry.o security.o service.o
-o advapi32.tmp.o
strip --strip-unneeded advapi32.tmp.o
LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH"
../../tools/winebuild/winebuild -fPIC -L../../dlls -sym advapi32.tmp.o
-o advapi32.spec.c -spec ./advapi32.spec
gcc -c -I. -I. -I../../include -I../../include -pipe -Wall -O2
-fexpensive-optimizations -march=i686 -Wall -mpreferred-stack-boundary=2
-fPIC -D__WINE__ -D_ADVAPI32_ -D_REENTRANT -I/usr/X11R6/include -o
advapi32.spec.o advapi32.spec.c
gcc -shared -Wl,-Bsymbolic advapi32.spec.o advapi.o crypt.o eventlog.o
registry.o security.o service.o -o libadvapi32.so -L../../dlls
-L../../library -lwine -lm
make[2]: Leaving directory
`/usr/src/RPM/BUILD/WineX-20020827/wine/dlls/advapi32'
make[1]: Leaving directory `/usr/src/RPM/BUILD/WineX-20020827/wine/dlls'
make: *** [dlls] Error 2
ошибка: Неверный код возврата из /var/tmp/rpm-tmp.56076 (%build)
Ошибки сборки пакетов:
Неверный код возврата из /var/tmp/rpm-tmp.56076 (%build)
Пробовал и gcc 2.96 и 3.2.
--
С уважением,
эксперт по сервису
ЗАО "Фирма Диалог-Сети"
Целищев Сергей
mail:traktor@netdialogue.com
UIN:8546237
JID:traktorl@jabber.ru
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] WineX not building
2002-10-03 13:00 [sisyphus] WineX not building Serg Tselishev
@ 2002-10-04 5:45 ` Alexey I. Froloff
2002-10-04 6:57 ` Serg Tselishev
0 siblings, 1 reply; 4+ messages in thread
From: Alexey I. Froloff @ 2002-10-04 5:45 UTC (permalink / raw)
To: Sisyphus
[-- Attachment #1: Type: text/plain, Size: 449 bytes --]
On Thu, Oct 03, 2002 at 05:00:02PM +0400, Serg Tselishev wrote:
> In file included from d3dgl_private.h:5,
> from caps.c:18:
> ../../include/wine_gl.h:31:20: GL/glu.h: No such file or directory
Возможно, что в новых XFree /usr/X11R6/include/GL/*
перекочевали в пакет libGL-devel. К сожалению у меня нет
возможности ни пересобратьс новыми XFree ни проверить :-(
--
Sir Raorn, Inform-Mobil System Adminitrator.
AIF5-RIPN, AIF5-RIPE
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] WineX not building
2002-10-04 5:45 ` Alexey I. Froloff
@ 2002-10-04 6:57 ` Serg Tselishev
2002-10-04 7:02 ` Alexey I. Froloff
0 siblings, 1 reply; 4+ messages in thread
From: Serg Tselishev @ 2002-10-04 6:57 UTC (permalink / raw)
To: Sisyphus
В Птн, 04.10.2002, в 09:45, Alexey I. Froloff написал:
> On Thu, Oct 03, 2002 at 05:00:02PM +0400, Serg Tselishev wrote:
> > In file included from d3dgl_private.h:5,
> > from caps.c:18:
> > ../../include/wine_gl.h:31:20: GL/glu.h: No such file or directory
> Возможно, что в новых XFree /usr/X11R6/include/GL/*
> перекочевали в пакет libGL-devel. К сожалению у меня нет
> возможности ни пересобратьс новыми XFree ни проверить :-(
Я понял очепятку, действительно, после установки libGLU-devel все
собралось. Огромное спасибо!
> --
> Sir Raorn, Inform-Mobil System Adminitrator.
> AIF5-RIPN, AIF5-RIPE
--
С уважением,
эксперт по сервису
ЗАО "Фирма Диалог-Сети"
Целищев Сергей
mail:traktor@netdialogue.com
UIN:8546237
JID:traktorl@jabber.ru
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] WineX not building
2002-10-04 6:57 ` Serg Tselishev
@ 2002-10-04 7:02 ` Alexey I. Froloff
0 siblings, 0 replies; 4+ messages in thread
From: Alexey I. Froloff @ 2002-10-04 7:02 UTC (permalink / raw)
To: Sisyphus
[-- Attachment #1: Type: text/plain, Size: 743 bytes --]
On Fri, Oct 04, 2002 at 10:57:09AM +0400, Serg Tselishev wrote:
> > > In file included from d3dgl_private.h:5,
> > > from caps.c:18:
> > > ../../include/wine_gl.h:31:20: GL/glu.h: No such file or directory
> > Возможно, что в новых XFree /usr/X11R6/include/GL/*
> > перекочевали в пакет libGL-devel. К сожалению у меня нет
> > возможности ни пересобратьс новыми XFree ни проверить :-(
> Я понял очепятку, действительно, после установки libGLU-devel все
> собралось. Огромное спасибо!
Это не очепятка, а мои outdated buildrequires.
P.S. Может какое-нибудь заинтересованное лицо обновит
buildreqires в новом окружении? Я не имею технической
возможности...
--
Sir Raorn, Inform-Mobil System Adminitrator.
AIF5-RIPN, AIF5-RIPE
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-10-04 7:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-03 13:00 [sisyphus] WineX not building Serg Tselishev
2002-10-04 5:45 ` Alexey I. Froloff
2002-10-04 6:57 ` Serg Tselishev
2002-10-04 7:02 ` Alexey I. Froloff
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