Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194375 - x11-drivers/xf86-video-sis-0.9.3 miss prototype SISDRICloseScreen function
Summary: x11-drivers/xf86-video-sis-0.9.3 miss prototype SISDRICloseScreen function
Status: RESOLVED DUPLICATE of bug 167256
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 12:36 UTC by Alexandre R.W.
Modified: 2007-10-01 14:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre R.W. 2007-10-01 12:36:12 UTC
crash emerge build
add prototype in sis_dri.c or header
void SISDRICloseScreen(ScreenPtr pScreen);

Reproducible: Always




>>> Unpacking source...
 * Checking for direct rendering capabilities ...
>>> Unpacking xf86-video-sis-0.9.3.tar.bz2 to /var/tmp/portage/x11-drivers/xf86-video-sis-0.9.3/work
>>> Unpacking x11-driver-patches-4.tar.bz2 to /var/tmp/portage/x11-drivers/xf86-video-sis-0.9.3/work
 * Applying x11-driver-patches-4.tar.bz2 ...                                                                                                           [ ok ]
 * Running elibtoolize in: xf86-video-sis-0.9.3
 *   Applying install-sh-1.5.4.patch ...
 *   Applying portage-1.5.10.patch ...
 *   Applying max_cmd_len-1.5.20.patch ...
 *   Applying sed-1.5.6.patch ...
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/x11-drivers/xf86-video-sis-0.9.3/work/xf86-video-sis-0.9.3 ...
 * econf: updating xf86-video-sis-0.9.3/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xf86-video-sis-0.9.3/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --prefix=/usr --datadir=/usr/share --enable-dri --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
.
.
.
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -O3 -march=athlon64 -mtune=athlon64 -ftracer -funit-at-a-time -fforce-addr -fpeel-loops -momit-leaf-frame-pointer -pipe -MT sis_dri.lo -MD -MP -MF .deps/sis_dri.Tpo -c sis_dri.c  -fPIC -DPIC -o .libs/sis_dri.o
sis_dri.c: In function `SISDRIScreenInit':
sis_dri.c:501: warning: passing arg 5 of `drmAgpAlloc' from incompatible pointer type
sis_dri.c:512: warning: passing arg 5 of `drmAgpAlloc' from incompatible pointer type
sis_dri.c:541: warning: passing arg 5 of `drmAgpAlloc' from incompatible pointer type
sis_dri.c: At top level:
sis_dri.c:753: error: conflicting types for 'SISDRICloseScreen'
sis_dri.c:427: error: previous implicit declaration of 'SISDRICloseScreen' was here
make[2]: ** [sis_dri.lo] Erro 1
make[2]: Saindo do diretório `/var/tmp/portage/x11-drivers/xf86-video-sis-0.9.3/work/xf86-video-sis-0.9.3/src'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório `/var/tmp/portage/x11-drivers/xf86-video-sis-0.9.3/work/xf86-video-sis-0.9.3'
make: ** [all] Erro 2
 * 
 * ERROR: x11-drivers/xf86-video-sis-0.9.3 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_compile
 *   ebuild.sh, line 990:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   ebuild.sh, line 1334:   Called x-modular_src_compile
 *   x-modular.eclass, line 337:   Called x-modular_src_make
 *   x-modular.eclass, line 332:   Called die
 * 
 * emake failed
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/x11-drivers:xf86-video-sis-0.9.3:20071001-122138.log'.
 *
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-01 14:25:44 UTC

*** This bug has been marked as a duplicate of bug 167256 ***