ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] bad_elf_symbols [2]
@ 2008-03-13  8:48 Alexey Tourbin
  0 siblings, 0 replies; only message in thread
From: Alexey Tourbin @ 2008-03-13  8:48 UTC (permalink / raw)
  To: devel


[-- Attachment #1.1: Type: text/plain, Size: 3617 bytes --]

Я приложил текущий список для i586 архитектуры.

Рассмотрим, например, вот этот кусочек списка:

xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_CHROMA_KEY
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_DDA_VERT
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_K1_VSCALE
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_K2_VSCALE
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_OPAQUE_OVERLAY
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_PSTREAM_CNTL
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_PSTREAM_START
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_PSTREAM_STRIDE
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_PSTREAM_WIND
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_SSTREAM_CNTL
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_SSTREAM_FBADDR
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_SSTREAM_START
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_SSTREAM_STRIDE
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_SSTREAM_WIND
xorg-x11-drv-s3-0.5.0-alt2.i586.rpm     /usr/lib/X11/modules/drivers/s3_drv.so  U       SET_SSTRETCH

Робот считает, что символа SET_CHROMA_KEY и т.д. "нигде вообще нет",
так что успешная работа s3_drv.so попросту невозможна -- по крайней
мере, в районе "этого места", где используются эти символы.

Теперь посмотрим в лог сборки
/ALT/beehive/success/xorg-x11-drv-s3-1:0.5.0-alt2:

s3_video.c: In function 'S3StopVideo':
s3_video.c:265: warning: implicit declaration of function 'SET_BLEND_CNTL'
s3_video.c: In function 'S3DisplayVideoOverlay':
s3_video.c:332: warning: implicit declaration of function 'SET_SSTREAM_CNTL'
s3_video.c:334: warning: implicit declaration of function 'SET_SSTRETCH'
s3_video.c:336: warning: implicit declaration of function 'SET_SSTREAM_FBADDR'
s3_video.c:337: warning: implicit declaration of function 'SET_SSTREAM_STRIDE'
s3_video.c:339: warning: implicit declaration of function 'SET_K1_VSCALE'
s3_video.c:340: warning: implicit declaration of function 'SET_K2_VSCALE'
s3_video.c:342: warning: implicit declaration of function 'SET_DDA_VERT'
s3_video.c:344: warning: implicit declaration of function 'SET_SSTREAM_START'
s3_video.c:345: warning: implicit declaration of function 'SET_SSTREAM_WIND'
s3_video.c:347: warning: implicit declaration of function 'SET_CHROMA_KEY'
s3_video.c: In function 'S3InitStreams':
s3_video.c:512: warning: implicit declaration of function 'SET_PSTREAM_CNTL'
s3_video.c:516: warning: implicit declaration of function 'SET_PSTREAM_STRIDE'
s3_video.c:518: warning: implicit declaration of function 'SET_OPAQUE_OVERLAY'
s3_video.c:519: warning: implicit declaration of function 'SET_PSTREAM_START'
s3_video.c:520: warning: implicit declaration of function 'SET_PSTREAM_WIND'

То есть мнение компилятора при сборке совпадает с мнением робота --
вроде бы где-то должна быть функция SET_CHROMA_KEY() и т.п., но этих
функций нигде нет; при сборке даже не видно их прототипов.

NB: значительная часть списка соответствует анметам на библиотеки.

[-- Attachment #1.2: bes.gz --]
[-- Type: application/x-gzip, Size: 4321 bytes --]

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-13  8:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-13  8:48 [devel] bad_elf_symbols [2] Alexey Tourbin

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