Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: atrpms: devel

Several packages submitted (was: Problem building ffmpeg)

 

 

atrpms devel RSS feed   Index | Next | Previous | View Threaded


Axel.Thimm at ATrpms

Jun 8, 2007, 11:07 AM

Post #1 of 6 (927 views)
Permalink
Several packages submitted (was: Problem building ffmpeg)

On Tue, Jun 05, 2007 at 09:10:40AM -0300, Paulo Cavalcanti wrote:
> By the way. I have a bunch of old rpms in my Atrpms area and the fun is to
> make really old code to compile again in the latest fedora environment.
>
> However, some of them may interest you:

I tried to add them all, but they would not build (usually missing
BuildRequires), comments inline:

> mpg123

+ configure --prefix=/usr --mandir=/usr/share/man --with-audio=alsa
/var/tmp/rpm-tmp.83146: line 27: configure: command not found


> LiVes (lives)

No package 'gtk+-2.0' found

> xzgv

gcc34 -O2 -Wall -DBACKEND_IMLIB1 `gtk-config --cflags` -c -o main.o main.c
/bin/sh: gcc34: command not found
make[1]: *** [main.o] Error 127

> povray

+ aclocal
/var/tmp/rpm-tmp.65553: line 27: aclocal: command not found
...
checking for C++ compiler default output file name... configure:
error: C++ compiler cannot create executables
(missing BR on gcc-c++)

> xv

gcc34 -o mkg3states -O -I. -D_BSD_SOURCE mkg3states.c
make[1]: gcc34: Command not found

> acidrip

Checking if your kit is complete...
Looks good
Warning: prerequisite Glib 1 not found.
Warning: prerequisite Gtk2 1 not found.
Writing Makefile for AcidRip

Running additional test to be sure acidrip will work
test for lsdvd: Not Found!
--
Axel.Thimm at ATrpms.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.atrpms.net/pipermail/atrpms-devel/attachments/20070608/d9126883/attachment.bin


promac at gmail

Jun 8, 2007, 12:05 PM

Post #2 of 6 (872 views)
Permalink
Several packages submitted (was: Problem building ffmpeg) [In reply to]

On 6/8/07, Axel Thimm <Axel.Thimm at atrpms.net> wrote:
>
> On Tue, Jun 05, 2007 at 09:10:40AM -0300, Paulo Cavalcanti wrote:
> > By the way. I have a bunch of old rpms in my Atrpms area and the fun is
> to
> > make really old code to compile again in the latest fedora environment.
> >
> > However, some of them may interest you:
>
> I tried to add them all, but they would not build (usually missing
> BuildRequires), comments inline:
>
> > mpg123
>
> + configure --prefix=/usr --mandir=/usr/share/man --with-audio=alsa
> /var/tmp/rpm-tmp.83146: line 27: configure: command not found


This one should be

./configure ...



> LiVes (lives)
>
> No package 'gtk+-2.0' found


That is right. Should be gtk+ > 1.2


> xzgv
>
> gcc34 -O2 -Wall -DBACKEND_IMLIB1 `gtk-config --cflags` -c -o main.o
> main.c
> /bin/sh: gcc34: command not found
> make[1]: *** [main.o] Error 127



gcc34 is for fc6 and gcc32 for fc5. fc7 I do not know.
How is your scheme for choosing the appropriate gcc 3 compiler?


> povray
>
> + aclocal
> /var/tmp/rpm-tmp.65553: line 27: aclocal: command not found
> ...


/usr/bin/aclocal comes from automake-1.9.6-2.1

checking for C++ compiler default output file name... configure:
> error: C++ compiler cannot create executables
> (missing BR on gcc-c++)
>
> > xv
>
> gcc34 -o mkg3states -O -I. -D_BSD_SOURCE mkg3states.c
> make[1]: gcc34: Command not found


Same thing.


> acidrip
>
> Checking if your kit is complete...
> Looks good
> Warning: prerequisite Glib 1 not found.
> Warning: prerequisite Gtk2 1 not found.
> Writing Makefile for AcidRip
>
> Running additional test to be sure acidrip will work
> test for lsdvd: Not Found!



My lsdvd is coming from freshrpms.

It is just a single file. It can be included into acirip
or we can create a package just for it.

I will build them all via mock and upload the fixed .src.rpm


--
Paulo Roma Cavalcanti
LCG - UFRJ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.atrpms.net/pipermail/atrpms-devel/attachments/20070608/857a06e7/attachment.html


promac at gmail

Jun 8, 2007, 1:23 PM

Post #3 of 6 (865 views)
Permalink
Several packages submitted (was: Problem building ffmpeg) [In reply to]

On 6/8/07, Paulo Cavalcanti <promac at gmail.com> wrote:
>
>
>
> On 6/8/07, Axel Thimm <Axel.Thimm at atrpms.net> wrote:
> >
> > On Tue, Jun 05, 2007 at 09:10:40AM -0300, Paulo Cavalcanti wrote:
> > > By the way. I have a bunch of old rpms in my Atrpms area and the fun
> > is to
> > > make really old code to compile again in the latest fedora
> > environment.
> > >
> > > However, some of them may interest you:
> >
> > I tried to add them all, but they would not build (usually missing
> > BuildRequires), comments inline:
>
>

These four packages should go now:

http://people.atrpms.net/~pcavalcanti/srpms/lives-0.9.8.5-4.fc6.lcg.src.rpm

http://people.atrpms.net/~pcavalcanti/srpms/xzgv-0.8-3.fc6.lcg.src.rpm

http://people.atrpms.net/~pcavalcanti/srpms/mpg123-0.66-4.fc6.lcg.src.rpm

http://people.atrpms.net/~pcavalcanti/srpms/povray-3.6.1-2.fc6.lcg.src.rpm

Any problems, please, let me know.

The other two will follow soon ...


--
Paulo Roma Cavalcanti
LCG - UFRJ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.atrpms.net/pipermail/atrpms-devel/attachments/20070608/f8178ad4/attachment.html


promac at gmail

Jun 8, 2007, 2:56 PM

Post #4 of 6 (866 views)
Permalink
Several packages submitted (was: Problem building ffmpeg) [In reply to]

On 6/8/07, Paulo Cavalcanti <promac at gmail.com> wrote:
>
>
>
> On 6/8/07, Paulo Cavalcanti <promac at gmail.com> wrote:
> >
> >
> >
> > On 6/8/07, Axel Thimm < Axel.Thimm at atrpms.net> wrote:
> > >
> > > On Tue, Jun 05, 2007 at 09:10:40AM -0300, Paulo Cavalcanti wrote:
> > > > By the way. I have a bunch of old rpms in my Atrpms area and the fun
> > > is to
> > > > make really old code to compile again in the latest fedora
> > > environment.
> > > >
> > > > However, some of them may interest you:
> > >
> > > I tried to add them all, but they would not build (usually missing
> > > BuildRequires), comments inline:
> >
> >
>
> These four packages should go now:
>
>
> http://people.atrpms.net/~pcavalcanti/srpms/lives-0.9.8.5-4.fc6.lcg.src.rpm<http://people.atrpms.net/%7Epcavalcanti/srpms/lives-0.9.8.5-4.fc6.lcg.src.rpm>
>
> http://people.atrpms.net/~pcavalcanti/srpms/xzgv-0.8-3.fc6.lcg.src.rpm<http://people.atrpms.net/%7Epcavalcanti/srpms/xzgv-0.8-3.fc6.lcg.src.rpm>
>
> http://people.atrpms.net/~pcavalcanti/srpms/mpg123-0.66-4.fc6.lcg.src.rpm
> <http://people.atrpms.net/%7Epcavalcanti/srpms/mpg123-0.66-4.fc6.lcg.src.rpm>
>
> http://people.atrpms.net/~pcavalcanti/srpms/povray-3.6.1-2.fc6.lcg.src.rpm<http://people.atrpms.net/%7Epcavalcanti/srpms/povray-3.6.1-2.fc6.lcg.src.rpm>
>


xv is also ready:

http://people.atrpms.net/~pcavalcanti/srpms/xv-3.10a-35.fc6.lcg.src.rpm


--
Paulo Roma Cavalcanti
LCG - UFRJ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.atrpms.net/pipermail/atrpms-devel/attachments/20070608/dcb1f9b3/attachment.html


Axel.Thimm at ATrpms

Jun 8, 2007, 3:06 PM

Post #5 of 6 (872 views)
Permalink
Several packages submitted (was: Problem building ffmpeg) [In reply to]

Hi,

On Fri, Jun 08, 2007 at 05:23:22PM -0300, Paulo Cavalcanti wrote:
> http://people.atrpms.net/~pcavalcanti/srpms/mpg123-0.66-4.fc6.lcg.src.rpm

Builds on all platforms.

> http://people.atrpms.net/~pcavalcanti/srpms/lives-0.9.8.5-4.fc6.lcg.src.rpm

Fails with

File not found by glob: /var/tmp/lives-0.9.8.5-root/usr/bin/*.pyc
File not found by glob: /var/tmp/lives-0.9.8.5-root/usr/bin/*.pyo
File not found: /var/tmp/lives-0.9.8.5-root/usr/share/lives/plugins/playback/video/SDL

> http://people.atrpms.net/~pcavalcanti/srpms/xzgv-0.8-3.fc6.lcg.src.rpm

builds on Fedora, RHEL needs imlib-devel.

> http://people.atrpms.net/~pcavalcanti/srpms/povray-3.6.1-2.fc6.lcg.src.rpm

Fails with

ar rc libjpeg.a jcapimin.o jcapistd.o jctrans.o jcparam.o jdatadst.o jcinit.o jcmaster.o jcmarker.o jcmainct.o jcprepct.o jccoefct.o jccolor.o jcsample.o jchuff.o jcphuff.o jcdctmgr.o jfdctfst.o jfdctflt.o jfd
ctint.o jdapimin.o jdapistd.o
jdtrans.o jdatasrc.o jdmaster.o jdinput.o jdmarker.o jdhuff.o jdphuff.o jdmainct.o jdcoefct.o jdpostct.o jddctmgr.o jidctfst.o jidctflt.o jidctint.o jidctred.o jdsample.o jdcolor.o jquant1.o jquant2.o jdmerge.o
jcomapi.o jutils.o jerror.o jmemmgr.o jmemnobs.o
ranlib libjpeg.a
make[3]: Leaving directory `/builddir/povray-3.6.1/libraries/jpeg'
Making all in tiff/port
make[3]: Entering directory `/builddir/povray-3.6.1/libraries/tiff/port'
make[3]: *** No rule to make target `all'. Stop.
make[3]: Leaving directory `/builddir/povray-3.6.1/libraries/tiff/port'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/builddir/povray-3.6.1/libraries'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/builddir/povray-3.6.1'
make: *** [all] Error 2


--
Axel.Thimm at ATrpms.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.atrpms.net/pipermail/atrpms-devel/attachments/20070609/01b3975a/attachment-0001.bin


Axel.Thimm at ATrpms

Jun 8, 2007, 3:39 PM

Post #6 of 6 (871 views)
Permalink
Several packages submitted (was: Problem building ffmpeg) [In reply to]

Hi,

On Fri, Jun 08, 2007 at 06:56:00PM -0300, Paulo Cavalcanti wrote:
> http://people.atrpms.net/~pcavalcanti/srpms/xv-3.10a-35.fc6.lcg.src.rpm

there are still some BR missing:

In file included from xv.c:11:
xv.h:72:66: X11/Xos.h: No such file or directory
xv.h:174:22: X11/Xlib.h: No such file or directory
xv.h:175:23: X11/Xutil.h: No such file or directory
xv.h:176:28: X11/cursorfont.h: No such file or directory
xv.h:177:24: X11/keysym.h: No such file or directory
xv.h:178:27: X11/Intrinsic.h: No such file or directory
xv.h:179:23: X11/Xatom.h: No such file or directory
xv.h:180:21: X11/Xmd.h: No such file or directory
In file included from xv.c:11:
xv.h:760: error: syntax error before "Window"
--
Axel.Thimm at ATrpms.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.atrpms.net/pipermail/atrpms-devel/attachments/20070609/178e7c3e/attachment.bin

atrpms devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.