Re: [Cooker] qt needs lesstif? since when?? --> now Mesa probs

1999-12-13 Thread Axalon Bloodstone

On Mon, 13 Dec 1999, Stefan van der Eijk wrote:

> Chmouel Boudjnah wrote:
> > 
> > Stefan van der Eijk <[EMAIL PROTECTED]> writes:
> > 
> > > > code so we'll just skip the glx modules for alpha.
> > > Good idea. I think that the mach64/mga glx part is the problem. I just
> > > compiled it with the following:
> > >
> > > %ifarch i386 i486 i586 i686 k6 k7
> 
> > you may prefer to write :
>  
> > %ifnarch alpha
> how about sparc, arm, ppc, m68k etc. etc?
> The fact is that the %ifarch i386 i486 i586 i686 k6 k7
> is (probably) only for x86 compatible cpu's...

Right we need to keep open for other platforms, in this case the mach64
glx driver should work on ppc.

> Q: Must the specfiles be re-written once someone decides
> to try to port to the sparc (or other platform)?

:) only if they don't work
 
> Stefan
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] qt needs lesstif? since when?? --> now Mesa probs

1999-12-13 Thread Stefan van der Eijk

Chmouel Boudjnah wrote:
> 
> Stefan van der Eijk <[EMAIL PROTECTED]> writes:
> 
> > > code so we'll just skip the glx modules for alpha.
> > Good idea. I think that the mach64/mga glx part is the problem. I just
> > compiled it with the following:
> >
> > %ifarch i386 i486 i586 i686 k6 k7

> you may prefer to write :
 
> %ifnarch alpha
how about sparc, arm, ppc, m68k etc. etc?
The fact is that the %ifarch i386 i486 i586 i686 k6 k7
is (probably) only for x86 compatible cpu's...

Q: Must the specfiles be re-written once someone decides
to try to port to the sparc (or other platform)?

Stefan



Re: [Cooker] qt needs lesstif? since when?? --> now Mesa probs

1999-12-13 Thread Axalon Bloodstone

On 13 Dec 1999, Chmouel Boudjnah wrote:

> Stefan van der Eijk <[EMAIL PROTECTED]> writes:
> 
> > > code so we'll just skip the glx modules for alpha.
> > Good idea. I think that the mach64/mga glx part is the problem. I just 
> > compiled it with the following:
> > 
> > %ifarch i386 i486 i586 i686 k6 k7
> 
> you may prefer to write :
> 
> %ifnarch alpha 

I've already got it all fixed up, but it's on the alpha, so i can't tell
you what i did to it 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] qt needs lesstif? since when?? --> now Mesa probs

1999-12-12 Thread Stefan van der Eijk

> I noticed, --without-3dnow --disable-mtrr should do it, but alas there are
> problems with utah_glx for alpha, It'll be awhile untill i get to fixing
> code so we'll just skip the glx modules for alpha.
Good idea. I think that the mach64/mga glx part is the problem. I just 
compiled it with the following:

%ifarch i386 i486 i586 i686 k6 k7
./autogen.sh --with-chipset=both --with-mesa=../ --enable-extra \
--enable-mtrr --enable-agp \
--prefix=/usr/X11R6 \
--sysconfdir=/etc \
--target=%{_target_cpu}-mandrake-linux-gnu
%else
./autogen.sh --with-chipset=tnt --with-mesa=../ --enable-extra \
--prefix=/usr/X11R6 \
--sysconfdir=/etc \
--target=%{_target_cpu}-mandrake-linux-gnu
%endif 

Which seems to work... I chose to put "tnt" as the glx to compile.
Mach64 and MGA both produce crap.

Also "docs/FUTURE" doesn't seem to be included... I'm going to remove 
it from the .spec file...

The 10mdk src.rpm is in /incoming. Please check it out...

Stefan



Re: [Cooker] qt needs lesstif? since when?? --> now Mesa probs

1999-12-11 Thread Axalon Bloodstone

On Sat, 11 Dec 1999, Stefan van der Eijk wrote:

> > > --without-3dnow?
> > Rebuilding now...
> Nope... no change
> 
> Stefan

I noticed, --without-3dnow --disable-mtrr should do it, but alas there are
problems with utah_glx for alpha, It'll be awhile untill i get to fixing
code so we'll just skip the glx modules for alpha.

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] qt needs lesstif? since when?? --> now Mesa probs

1999-12-11 Thread Stefan van der Eijk

> > --without-3dnow?
> Rebuilding now...
Nope... no change

Stefan



Re: [Cooker] qt needs lesstif? since when?? --> now Mesa probs

1999-12-11 Thread Stefan van der Eijk

> > Anybody got a brilliant idea about this??

> --without-3dnow?
Rebuilding now...

>  Is that the 9mdk?
Yup.. Soon to be 10mdk (when it works...) ;-)

Stefan



Re: [Cooker] qt needs lesstif? since when?? --> now Mesa probs

1999-12-11 Thread Axalon Bloodstone

On Sat, 11 Dec 1999, Stefan van der Eijk wrote:

> > > I was suprised to see the following output of the recently updated
> > > qt package:
> 
> > > error: failed build dependencies:
> > > lesstif is needed by qt-1.44-15mdk
> 
> > > Installing /mirrors/mandrake-devel/SRPMS/qt-1.44-15mdk.src.rpm
> > > hmmm... This isn't mentioned in the changelog (only that qt didn't
> > > depend on lesstif).
> > > Is this a mistake or meant to be??
> 
> > it's a wrong BuildRequires:  (i went to reinclude the qt-** package
> > compiled with glibc), you can removed them safely.
> OK... I'm working on it... I now realize that qt needs Mesa, and Mesa
> isn't installed proprerly on my alpha. Actualy, the cooker version of
> Mesa won't build:
> 
> mgadmainit.c: In function `AllocateSystemMemory':
> mgadmainit.c:844: warning: cast to pointer from integer of different
> size
> mgadmainit.c:894: warning: implicit declaration of function
> `gl_identify_x86_cpu_features'
> mgadmainit.c:894: `GL_CPU_3Dnow' undeclared (first use in this function)
> mgadmainit.c: In function `mgaInitGLX':
> mgadmainit.c:1195: warning: assignment from incompatible pointer type
> mgadmainit.c: At top level:
> mgadmainit.c:412: warning: `VisualDmaTest' defined but not used
> make[3]: *** [mgadmainit.o] Error 1
> make[3]: Leaving directory
> `/usr/src/RPM/BUILD/Mesa-3.2dev/glx-19991126/servGL/hwglx/mga'
> make[2]: *** [subdirs] Error 1
> make[2]: Leaving directory
> `/usr/src/RPM/BUILD/Mesa-3.2dev/glx-19991126/servGL/hwglx'
> make[1]: *** [glx-mga.so] Error 1
> make[1]: Leaving directory
> `/usr/src/RPM/BUILD/Mesa-3.2dev/glx-19991126/servGL'
> make: *** [all] Error 1
> Bad exit status from /var/tmp/rpm-tmp.51788 (%build) 
> 
> Anybody got a brilliant idea about this??
> 
> Stefan


--without-3dnow? Is that the 9mdk? 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] qt needs lesstif? since when?? --> now Mesa probs

1999-12-11 Thread Stefan van der Eijk

> > I was suprised to see the following output of the recently updated
> > qt package:

> > error: failed build dependencies:
> > lesstif is needed by qt-1.44-15mdk

> > Installing /mirrors/mandrake-devel/SRPMS/qt-1.44-15mdk.src.rpm
> > hmmm... This isn't mentioned in the changelog (only that qt didn't
> > depend on lesstif).
> > Is this a mistake or meant to be??

> it's a wrong BuildRequires:  (i went to reinclude the qt-** package
> compiled with glibc), you can removed them safely.
OK... I'm working on it... I now realize that qt needs Mesa, and Mesa
isn't installed proprerly on my alpha. Actualy, the cooker version of
Mesa won't build:

mgadmainit.c: In function `AllocateSystemMemory':
mgadmainit.c:844: warning: cast to pointer from integer of different
size
mgadmainit.c:894: warning: implicit declaration of function
`gl_identify_x86_cpu_features'
mgadmainit.c:894: `GL_CPU_3Dnow' undeclared (first use in this function)
mgadmainit.c: In function `mgaInitGLX':
mgadmainit.c:1195: warning: assignment from incompatible pointer type
mgadmainit.c: At top level:
mgadmainit.c:412: warning: `VisualDmaTest' defined but not used
make[3]: *** [mgadmainit.o] Error 1
make[3]: Leaving directory
`/usr/src/RPM/BUILD/Mesa-3.2dev/glx-19991126/servGL/hwglx/mga'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory
`/usr/src/RPM/BUILD/Mesa-3.2dev/glx-19991126/servGL/hwglx'
make[1]: *** [glx-mga.so] Error 1
make[1]: Leaving directory
`/usr/src/RPM/BUILD/Mesa-3.2dev/glx-19991126/servGL'
make: *** [all] Error 1
Bad exit status from /var/tmp/rpm-tmp.51788 (%build) 

Anybody got a brilliant idea about this??

Stefan