ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: devel@lists.altlinux.org
Subject: [devel] bad_elf_symbols [2]
Date: Thu, 13 Mar 2008 11:48:04 +0300
Message-ID: <20080313084804.GU24653@solemn.turbinal> (raw)


[-- 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 --]

                 reply	other threads:[~2008-03-13  8:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080313084804.GU24653@solemn.turbinal \
    --to=at@altlinux.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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