Re: Build RPM-Packages from Lyx 1.4.2. for Suse Linux 10.1

2006-07-18 Thread Georg Baum
Holger Schmidt wrote:

> It works now. It was a mistake from me. It was the wrong directory witch I
> used to start with the command "rpmbuild -ba lyx.spec"
> 
> I am ashamed of...
> 
> How is it possible to give my RPM-Package called:
> "lyx-1.4.2-1_qt.i586.rpm" for Suse Linux 10.1 the community? It haves 5,8

Rename it to lyx-1.4.2_suse101-1_qt.i586.rpm and upload it to
ftp://ftp.devel.lyx.org/pub/incoming. Then tell Lars Gullik Bjønnes
<[EMAIL PROTECTED]> and Jean-Marc Lasgouttes <[EMAIL PROTECTED]> to move it
to the real site.


Georg



Re: Build RPM-Packages from Lyx 1.4.2. for Suse Linux 10.1

2006-07-18 Thread Holger Schmidt
It works now. It was a mistake from me. It was the wrong directory witch I 
used to start with the command "rpmbuild -ba lyx.spec"

I am ashamed of...

How is it possible to give my RPM-Package called: "lyx-1.4.2-1_qt.i586.rpm" 
for Suse Linux 10.1 the community? It haves 5,8 MB

Thank you

xhosch


Re: Build RPM-Packages from Lyx 1.4.2. for Suse Linux 10.1

2006-07-18 Thread Georg Baum
Holger Schmidt wrote:

> I don't no the different between xforms and the qt frontend.

xforms and qt are both so called toolkits for graphical programs. LyX is
able to use eitehr of them. xforms is older, faster and uglier than qt and
has less features (at least as far as LyX is concerned), so normally you
want qt.

> If there stay 
> in the instructions to take xforms, I take xforms. Maybe it is right for
> RedHat Linux and not for Suse or this instruction are very old and not
> updated !?

The latter.

> To build a qt frontend ... I don't no how to do.
> I installed everything what I can find from the Suse DVD it calls "qt"
> under Software - Installation - Search

That should work. The most important package is qt3-devel.

>> > 2. The LaTeX - Package are also complete
>> > 3.  The file "lyx.spec is in /usr/src/packages/SPECS
>> > 4. The file "lyx-1.4.2.tar.gz" is in /usr/src/packages/SOURCES
>> >
>> > After the command:
>> > servername:/usr/src/packages/SPECS # rpmbuild -ba lyx.spec
>> > I get the following message:
>> > error: Unable to open icon /usr/src/packages/SOURCES/lyx.xpm: File or
>> > directory not found
>>
>> It will work if you untar lyx-1.4.2.tar.gz somehere and copy the file
>> lib/images/lyx.xpm to /usr/src/packages/SOURCES/
> 
> I have done it now
> 
> But
> After the command:
> servername:/usr/src/packages/SPECS # rpmbuild -ba lyx.spec
> are the same problem:
> error: Unable to open icon /usr/src/packages/SOURCES/lyx.xpm: File or
> directory not found

That means that you did not copy the file (or it did not work). That
particular error will go away if you follow the instructions I gave.


Georg



Re: Build RPM-Packages from Lyx 1.4.2. for Suse Linux 10.1

2006-07-18 Thread Holger Schmidt
Hi Detlev,

Thanks for your information, but I want to now how is the way to build a 
rpm-package from lyx. Later comes another update an I get the same problem 
again. I want to know the correct way for the future.

Holger

> Hi Holger,
>
> some weeks ago Gunnar Hellmund showed how to install Lyx 1.4.1 on Suse
> 10.1. (See below.) It also works for Lyx 1.4.2. (I had no problems on 3
> different computers.) You have to take
>
>  lyx-1.4.2_suse92_suse93-1_qt.i586.rpm
>
> from ftp://ftp.lyx.org/pub/lyx/bin/1.4.2
>
> Best wishes
> Detlev


Re: Build RPM-Packages from Lyx 1.4.2. for Suse Linux 10.1

2006-07-18 Thread Holger Schmidt
Am Dienstag, 18. Juli 2006 09:14 schrieb Georg Baum:
> Holger Schmidt wrote:
> > 1. I installed the  xforms 1.0-266 as RPM-Packet (for Suse  Linux 9.1
> > only as a RPM-Package)
>
> Why xforms? You should build the qt frontend instead.
I don't no the different between xforms and the qt frontend. If there stay in 
the instructions to take xforms, I take xforms. Maybe it is right for RedHat 
Linux and not for Suse or this instruction are very old and not updated !?

To build a qt frontend ... I don't no how to do.
I installed everything what I can find from the Suse DVD it calls "qt" under 
Software - Installation - Search

> > 2. The LaTeX - Package are also complete
> > 3.  The file "lyx.spec is in /usr/src/packages/SPECS
> > 4. The file "lyx-1.4.2.tar.gz" is in /usr/src/packages/SOURCES
> >
> > After the command:
> > servername:/usr/src/packages/SPECS # rpmbuild -ba lyx.spec
> > I get the following message:
> > error: Unable to open icon /usr/src/packages/SOURCES/lyx.xpm: File or
> > directory not found
>
> It will work if you untar lyx-1.4.2.tar.gz somehere and copy the file
> lib/images/lyx.xpm to /usr/src/packages/SOURCES/

I have done it now

But
After the command:
servername:/usr/src/packages/SPECS # rpmbuild -ba lyx.spec
are the same problem:
error: Unable to open icon /usr/src/packages/SOURCES/lyx.xpm: File or
directory not found

> > Is there something to change in the Spec-file?
>
> You may want to adjust the frontend (first line). I suggest using qt.

I thing there is my problem ... to know what means qt-frontend...

> > PS: To build an RPM-Package from Lyx 1.4.2. with "checkinstall" was also
> > not possible.
>
> That is known, checkinstall is too stupid to understand how the LyX build
> works.
Ah! OK ...
>
> Georg

Holger


Re: Build RPM-Packages from Lyx 1.4.2. for Suse Linux 10.1

2006-07-18 Thread Georg Baum
Holger Schmidt wrote:

> 1. I installed the  xforms 1.0-266 as RPM-Packet (for Suse  Linux 9.1 only
> as a RPM-Package)

Why xforms? You should build the qt frontend instead.

> 2. The LaTeX - Package are also complete
> 3.  The file "lyx.spec is in /usr/src/packages/SPECS
> 4. The file "lyx-1.4.2.tar.gz" is in /usr/src/packages/SOURCES
> 
> After the command:
> servername:/usr/src/packages/SPECS # rpmbuild -ba lyx.spec
> I get the following message:
> error: Unable to open icon /usr/src/packages/SOURCES/lyx.xpm: File or
> directory not found

It will work if you untar lyx-1.4.2.tar.gz somehere and copy the file
lib/images/lyx.xpm to /usr/src/packages/SOURCES/

> Is there something to change in the Spec-file?

You may want to adjust the frontend (first line). I suggest using qt.

> PS: To build an RPM-Package from Lyx 1.4.2. with "checkinstall" was also
> not possible.

That is known, checkinstall is too stupid to understand how the LyX build
works.


Georg



Re: Build RPM-Packages from Lyx 1.4.2. for Suse Linux 10.1

2006-07-17 Thread Detlev Humann
Zitat von Holger Schmidt <[EMAIL PROTECTED]>:

> Hi
>
> I try to build a RPM-Package from Lyx 1.4.2 for Suse Linux 10.1. but I have
> some problems with this. I following the instructions from " lyx.rpm READMEA"
>
> 1. I installed the  xforms 1.0-266 as RPM-Packet (for Suse  Linux 9.1 only as
> a RPM-Package)
> 2. The LaTeX - Package are also complete
> 3.  The file "lyx.spec is in /usr/src/packages/SPECS
> 4. The file "lyx-1.4.2.tar.gz" is in /usr/src/packages/SOURCES
>
> After the command:
> servername:/usr/src/packages/SPECS # rpmbuild -ba lyx.spec
> I get the following message:
> error: Unable to open icon /usr/src/packages/SOURCES/lyx.xpm: File or
> directory not found
>
> Is there something to change in the Spec-file?
>
> Thanks for your help
>
> xhosch
>
> PS: To build an RPM-Package from Lyx 1.4.2. with "checkinstall" was also not
> possible.
>



Hi Holger,

some weeks ago Gunnar Hellmund showed how to install Lyx 1.4.1 on Suse 10.1.
(See below.) It also works for Lyx 1.4.2. (I had no problems on 3 different
computers.) You have to take

 lyx-1.4.2_suse92_suse93-1_qt.i586.rpm

from ftp://ftp.lyx.org/pub/lyx/bin/1.4.2

Best wishes
Detlev







 Original-Nachricht 
Betreff:SUSE 10.1 and LyX 1.4.1
Datum:  Thu, 25 May 2006 21:32:36 +0200
Von:Gunnar Hellmund <[EMAIL PROTECTED]>
Antwort an: [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org



Hi

Currently there does not seem to be a SUSE 10.1 32-bit LyX-rpm available.
But maybe others can benefit from my experience:

I suceeded in installing the SUSE Lyx 1.4.1 rpm for SUSE 9.X
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

First I uninstalled Lyx 1.3.6 via Yast

Then I downloaded
compat-expat1-1.95.8-6.i586.rpm
and
compat-expat1-debuginfo-1.95.8-6.i586.rpm
from
http://download.opensuse.org/distribution/SL-OSS-current/inst-source/suse/i586/
and installed them...

su
rpm -i compat-expat1-1.95.8-6.i586.rpm
rpm -i compat-expat1-debuginfo-1.95.8-6.i586.rpm

Then I downloaded
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm
from
ftp://ftp.lyx.org/pub/lyx/bin/1.4.1/
and installed it...

su
rpm -ivh lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

Best wishes
Gunnar

---
Diese Nachricht wurde mit dem Webmailer der Universitaet Trier erstellt


Build RPM-Packages from Lyx 1.4.2. for Suse Linux 10.1

2006-07-17 Thread Holger Schmidt
Hi

I try to build a RPM-Package from Lyx 1.4.2 for Suse Linux 10.1. but I have 
some problems with this. I following the instructions from " lyx.rpm READMEA" 

1. I installed the  xforms 1.0-266 as RPM-Packet (for Suse  Linux 9.1 only as 
a RPM-Package)
2. The LaTeX - Package are also complete
3.  The file "lyx.spec is in /usr/src/packages/SPECS
4. The file "lyx-1.4.2.tar.gz" is in /usr/src/packages/SOURCES

After the command:
servername:/usr/src/packages/SPECS # rpmbuild -ba lyx.spec
I get the following message: 
error: Unable to open icon /usr/src/packages/SOURCES/lyx.xpm: File or 
directory not found

Is there something to change in the Spec-file?

Thanks for your help

xhosch

PS: To build an RPM-Package from Lyx 1.4.2. with "checkinstall" was also not 
possible.