[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error Building Packages



Got this all fixed now.  I needed libxinerama-dev installed.

I have uploaded the resulting xorg ati debs and a driver that will
work with the 2.6.11-9-amd64-k8 kernel that is currently on apt.
http://baablogic.net/debs/ati/
Flavio, you have my permission to use these on your site if you want
them.  The 'http://xoomer.virgilio.it/flavio.stanchina/debian-fglrx-modules/fglrx-kernel-2.6.11-9-amd64-k8_8.14.13-2+2.6.11-3_amd64.deb'
package on http://xoomer.virgilio.it/flavio.stanchina/debian-fglrx-modules/index.html
does not work, it was compiled with gcc-4.0 and the 2.6.11-9-amd64-k8
image on apt was built with gcc-3.4.

-John

On 7/19/05, John Baab <john dot baab at gmail dot com> wrote:
I am getting some errors trying to build some packages for xorg 6.8.2
in debian amd64.

I have made sure that I have all these packages:
debhelper kernel-package libqt3-mt-dev xlibs-dev libxtst-dev fakeroot rpm wget

After running 'dpkg-buildpackage -b -rfakeroot -tc -uc -D'
I eventually get this error:

g++ FGLRXExtensions.o ATITVOExtensions.o  main.o Sheet.o Page.o
InfoPage.o DualScreenPage.o AdjustPage.o TVoutAdjustPage.o BoardInfo.o
 moc_Sheet.o moc_Page.o moc_InfoPage.o moc_DualScreenPage.o
moc_AdjustPage.o moc_TVoutAdjustPage.o    -o
fireglcontrol.qt3.gcc4.0.1  -L/usr/share/qt3/lib -L/usr/X11R6/lib
-lqt-mt -lGLU -lGL -lXmu -lICE -lSM -ldl -lXext -lX11 -lm -lXinerama
-lXrender -lfreetype -lXxf86vm -L/usr/X11R6/lib -lXft
/usr/bin/ld: cannot find -lXinerama
collect2: ld returned 1 exit status
make[1]: *** [fireglcontrol.qt3.gcc4.0.1] Error 1
rm moc_Page.cpp moc_TVoutAdjustPage.cpp moc_AdjustPage.cpp
moc_InfoPage.cpp moc_DualScreenPage.cpp moc_Sheet.cpp
make[1]: Leaving directory `/usr/src/fglrx-installer-8.14.13/extra_src/panel'
make: *** [extra_src/panel/fireglcontrol] Error 2

-John