Can't install qt-2.2.1

2000-10-28 Thread Ishai Parasol

Hi
I'm trying to install qt-2.2.1-1.6x.src.rpm with rpm --rebuild 
but I get a "compiler internal error" message in the end of the process.
I'm using rh6.2 with gcc-2.95.x. What can I do ?

TIA,
Ishai.



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Can't install qt-2.2.1

2000-10-28 Thread Hetz Ben Hamo

Do this:

Install the SRPM file: rpm -Uvh qt-blah-blash.src.rpm

goto /usr/src/redhat/SPECS
type: rpm -ba qt-blah-blah.spec

This will create 3 RPM's in the directory /usr/src/redhat/RPMS/i386/ -
install all 3 of them.

If you still have problems - then look at the spec file to see what it
needs..

Hetz

Ishai Parasol wrote:
> 
> Hi
> I'm trying to install qt-2.2.1-1.6x.src.rpm with rpm --rebuild 
> but I get a "compiler internal error" message in the end of the process.
> I'm using rh6.2 with gcc-2.95.x. What can I do ?
> 
> TIA,
> Ishai.
> 
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]

-- 
Hetz Ben Hamo 
Intelligence & Research
[EMAIL PROTECTED]
Aduva Inc.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Can't install qt-2.2.1

2000-10-28 Thread Ishai Parasol

HI

done that already. the files needed by the spec are installed, and still
an internal compiler error. any other idea ?

Thanks

Ishai.

On Sat, 28 Oct 2000, Hetz Ben Hamo wrote:

> Do this:
> 
> Install the SRPM file: rpm -Uvh qt-blah-blash.src.rpm
> 
> goto /usr/src/redhat/SPECS
> type: rpm -ba qt-blah-blah.spec
> 
> This will create 3 RPM's in the directory /usr/src/redhat/RPMS/i386/ -
> install all 3 of them.
> 
> If you still have problems - then look at the spec file to see what it
> needs..
> 
> Hetz
> 
> Ishai Parasol wrote:
> > 
> > Hi
> > I'm trying to install qt-2.2.1-1.6x.src.rpm with rpm --rebuild 
> > but I get a "compiler internal error" message in the end of the process.
> > I'm using rh6.2 with gcc-2.95.x. What can I do ?
> > 
> > TIA,
> > Ishai.
> > 
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
> 
> 


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Can't install qt-2.2.1

2000-10-28 Thread Tzafrir Cohen

On Sat, 28 Oct 2000, Ishai Parasol wrote:

> HI
> 
> done that already. the files needed by the spec are installed, and still
> an internal compiler error. any other idea ?

I don't know this problem too well, but I think that if you could quote us
the context of this error message, we might be able to understand where it
came from.

under /usr/src/redhat/RPM there is a BUILD subdir, under which there is a
subdirectory for the source RPM. In there you can see what happened.
See the part in the spec file after the line with %build . That's the
build script, which is the thing that probably failed.

But anyway, simply run rpm -ba again, and give us a more detailed error
message, with a couple of lines of context.

> 
> Thanks
> 
> Ishai.
> 
> On Sat, 28 Oct 2000, Hetz Ben Hamo wrote:
> 
> > Do this:
> > 
> > Install the SRPM file: rpm -Uvh qt-blah-blash.src.rpm
> > 
> > goto /usr/src/redhat/SPECS
> > type: rpm -ba qt-blah-blah.spec
> > 
> > This will create 3 RPM's in the directory /usr/src/redhat/RPMS/i386/ -
> > install all 3 of them.
> > 
> > If you still have problems - then look at the spec file to see what it
> > needs..
> > 
> > Hetz
> > 
> > Ishai Parasol wrote:
> > > 
> > > Hi
> > > I'm trying to install qt-2.2.1-1.6x.src.rpm with rpm --rebuild 
> > > but I get a "compiler internal error" message in the end of the process.
> > > I'm using rh6.2 with gcc-2.95.x. What can I do ?
> > > 
> > > TIA,
> > > Ishai.
> > > 
> > > =
> > > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > > the word "unsubscribe" in the message body, e.g., run the command
> > > echo unsubscribe | mail [EMAIL PROTECTED]
> > 
> > 
> 
> 
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
> 
> 

-- 
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Can't install qt-2.2.1

2000-10-28 Thread Alex Dubrovsky

Ishai Parasol wrote:
> 
> Hi
> I'm trying to install qt-2.2.1-1.6x.src.rpm with rpm --rebuild 
> but I get a "compiler internal error" message in the end of the process.
> I'm using rh6.2 with gcc-2.95.x. What can I do ?
> 
> TIA,
> Ishai.
Here is the error I get:
g++ -D_REENTRANT -DQT_THREAD_SUPPORT -c -I/usr/X11R6/include
-I/usr/src/redhat/BUILD/qt-2.2.1/include -I/usr/X11R6/include -pipe -O2
-march=i686 -fno-exceptions -fPIC -DQT_BUILTIN_GIF_READER=1 
-I/usr/X11R6/include  -o kernel/qrichtext.o kernel/qrichtext.cpp
./../gcc/reload1.c:1281: Internal compiler error in function reload
cpp: output pipe has been closed
make[2]: *** [kernel/qrichtext.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/qt-2.2.1/src'
make[1]: *** [src-mt] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/qt-2.2.1'
make: *** [src-mt] Error 2
Bad exit status from /var/tmp/rpm-tmp.84676 (%build) 

Thats on rh6.2 system with all the updates installed
Any ideas ppl?
> 
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]

-- 
Regards
Alex Dubrovsky
System Administrator
Optical Access Ltd.
Email: [EMAIL PROTECTED]
Phone: 972-4-9936290

begin:vcard 
n:Dubrovsky;Alex
x-mozilla-html:FALSE
url:http://www.nbase-xyplex.com
org:Optical Access Ltd.;R&D
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;-8544
fn:Alex Dubrovsky
end:vcard