Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-25 Thread Hans de Goede

Hi,

On 03/19/2013 11:59 PM, Sérgio Basto wrote:


better late than never , the fails are:
16390   zsnes   zsnes-1_51-13_fc19
16371   terminatorX terminatorX-3_84-3_fc19
16367   SheepShaver SheepShaver-2_3-0_11_20060514_fc19
16357   normalize   normalize-0_7_7-8_fc19


I've fixed normalize and fired of builds for F19+, looks
like the rawhide build failed due the hitting a mirror
sync window. Will requeue the build tomorrow.


16350   motion  motion-3_3_0-trunkREV534_fc19
16347   mixxx   mixxx-1_10_1-2_fc19
16340   lxdream lxdream-0_9_1-7_fc19
16324   k9copy  k9copy-2_3_8-3_fc19
16312   foo2zjs foo2zjs-0_2005-4_fc19
16306   DVDAuthorWizard DVDAuthorWizard-1_4_6-5_fc19
16309   faad2   faad2-2_7-3_fc19
16391   xvidcorexvidcore-1_3_2-4_fc19
16303   cairo-dock  cairo-dock-2_4_0_2-2_fc19
16301   BasiliskII  BasiliskII-1_0-0_20060501_3_fc19
16300   audacity-freeworld  audacity-freeworld-2_0_1-2_fc19
16387   xvidcorexvidcore-1_3_2-4_fc19
16386   xvid4conf   xvid4conf-1_12-6_fc19

but don't found any with gcc 4.8 problems ...


On 2nd mass rebuild , I saw this build fails:

16501   sidplay sidplay-2_0_9-14_fc19
16510   ufoai   ufoai-2_4-2_fc19
16499   raine   raine-0_50_11-8_fc19
16492   OpenEXR_Viewers-nonfree
OpenEXR_Viewers-nonfree-1_0_2-12_fc19


Regards,

Hans


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-25 Thread Hans de Goede

Hi,

On 03/24/2013 07:46 PM, Andrea Musuruane wrote:

On Tue, Mar 12, 2013 at 7:43 PM, Andrea Musuruane musur...@gmail.com 
mailto:musur...@gmail.com wrote:

On Tue, Mar 12, 2013 at 6:15 PM, Sérgio Basto ser...@serjux.com 
mailto:ser...@serjux.com wrote:

better late then never , the fails are:
16390   zsnes   zsnes-1_51-13_fc19


I found this patch made by Debian to fix this issue:

http://patch-tracker.debian.org/patch/series/view/zsnes/1.510+bz2-5/0012-Fix-build-with-gcc-4.7.patch

I'll apply it soon.


I tried to fix this issue but I hit another. Now when I build with mock I get 
the following error:

[...]
g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4  -m32 -march=i686 -mtune=atom 
-fasynchronous-unwind-tables -I. -D__UNIXSDL__  -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT  -D__LIBAO__ -D__OPENGL__ -march=i386 
-D__RELEASE__ -fno-rtti -o tools/depbuild tools/depbuild.cpp tools/fileutil.o 
tools/strutil.o
tools/depbuild.cpp: In function 'int main(int, const char* const*)':
tools/depbuild.cpp:214:30: warning: comparison between signed and unsigned 
integer expressions [-Wsign-compare]
tools/depbuild.cpp: In function 'void dependency_calculate_asm(const char*)':
tools/depbuild.cpp:135:26: warning: ignoring return value of 'int system(const 
char*)', declared with attribute warn_unused_result [-Wunused-result]
/tmp/ccTlkeDY.o: In function `__exchange_and_add':
/usr/lib/gcc/i686-redhat-linux/4.7.2/../../../../include/c++/4.7.2/ext/atomicity.h:48:
 undefined reference to `__atomic_fetch_add_4'
tools/strutil.o: In function `__exchange_and_add':
/usr/lib/gcc/i686-redhat-linux/4.7.2/../../../../include/c++/4.7.2/ext/atomicity.h:48:
 undefined reference to `__atomic_fetch_add_4'
/usr/lib/gcc/i686-redhat-linux/4.7.2/../../../../include/c++/4.7.2/ext/atomicity.h:48:
 undefined reference to `__atomic_fetch_add_4'
collect2: error: ld returned 1 exit status
make: *** [tools/depbuild] Error 1
errore: Stato d'uscita errato da /var/tmp/rpm-tmp.m63Y3l (%build)
Errori di compilazione RPM:
 Stato d'uscita errato da /var/tmp/rpm-tmp.m63Y3l (%build)
Child return code was: 1
EXCEPTION: Command failed. See logs for output.
  # ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps 
builddir/build/SPECS/zsnes.spec']
Traceback (most recent call last):
   File /usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py, line 
70, in trace
 result = func(*args, **kw)
   File /usr/lib/python2.7/site-packages/mockbuild/util.py, line 359, in do
 raise mockbuild.exception.Error, (Command failed. See logs for output.\n # 
%s % (command,), child.returncode)
Error: Command failed. See logs for output.
  # ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps 
builddir/build/SPECS/zsnes.spec']
LEAVE do -- EXCEPTION RAISED

I can't understand the cause.

The SRPM is here:
https://dl.dropbox.com/u/12575912/zsnes-1.51-14.fc17.src.rpm

Does someone has a spare cycle?


Just threw a few spare cycles at this, the error you were seeing was caused by
passing force_arch=i386 to configure, changing this to force_arch=i686
fixed that error.

Then I hit a crash on startup due to zsnes feeding a (partly) uninitialized
struct to libao, fixed that too.

I also cleaned up the specfile a bit:
-drop obsolete buildroot stuff
-use up2date gtk-icon-cache scriptlets
-don't pass --vendor to desktop-file-install on F-19+

I've commit all this to CVS for F19+ and started builds, chances are the
rawhide build will fail due to hitting a mirror sync window. If this happens
I'll requeue it tomorrow.

Regards,

Hans


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-24 Thread Andrea Musuruane
On Tue, Mar 12, 2013 at 7:43 PM, Andrea Musuruane musur...@gmail.comwrote:

 On Tue, Mar 12, 2013 at 6:15 PM, Sérgio Basto ser...@serjux.com wrote:

  better late then never , the fails are:
 16390   zsnes   zsnes-1_51-13_fc19


 I found this patch made by Debian to fix this issue:

 http://patch-tracker.debian.org/patch/series/view/zsnes/1.510+bz2-5/0012-Fix-build-with-gcc-4.7.patch

 I'll apply it soon.


I tried to fix this issue but I hit another. Now when I build with mock I
get the following error:

[...]
g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4  -m32 -march=i686 -mtune=atom
-fasynchronous-unwind-tables -I. -D__UNIXSDL__  -I/usr/include/SDL
-D_GNU_SOURCE=1 -D_REENTRANT  -D__LIBAO__ -D__OPENGL__ -march=i386
-D__RELEASE__ -fno-rtti -o tools/depbuild tools/depbuild.cpp
tools/fileutil.o tools/strutil.o
tools/depbuild.cpp: In function 'int main(int, const char* const*)':
tools/depbuild.cpp:214:30: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
tools/depbuild.cpp: In function 'void dependency_calculate_asm(const
char*)':
tools/depbuild.cpp:135:26: warning: ignoring return value of 'int
system(const char*)', declared with attribute warn_unused_result
[-Wunused-result]
/tmp/ccTlkeDY.o: In function `__exchange_and_add':
/usr/lib/gcc/i686-redhat-linux/4.7.2/../../../../include/c++/4.7.2/ext/atomicity.h:48:
undefined reference to `__atomic_fetch_add_4'
tools/strutil.o: In function `__exchange_and_add':
/usr/lib/gcc/i686-redhat-linux/4.7.2/../../../../include/c++/4.7.2/ext/atomicity.h:48:
undefined reference to `__atomic_fetch_add_4'
/usr/lib/gcc/i686-redhat-linux/4.7.2/../../../../include/c++/4.7.2/ext/atomicity.h:48:
undefined reference to `__atomic_fetch_add_4'
collect2: error: ld returned 1 exit status
make: *** [tools/depbuild] Error 1
errore: Stato d'uscita errato da /var/tmp/rpm-tmp.m63Y3l (%build)
Errori di compilazione RPM:
Stato d'uscita errato da /var/tmp/rpm-tmp.m63Y3l (%build)
Child return code was: 1
EXCEPTION: Command failed. See logs for output.
 # ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps
builddir/build/SPECS/zsnes.spec']
Traceback (most recent call last):
  File /usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py,
line 70, in trace
result = func(*args, **kw)
  File /usr/lib/python2.7/site-packages/mockbuild/util.py, line 359, in do
raise mockbuild.exception.Error, (Command failed. See logs for
output.\n # %s % (command,), child.returncode)
Error: Command failed. See logs for output.
 # ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps
builddir/build/SPECS/zsnes.spec']
LEAVE do -- EXCEPTION RAISED

I can't understand the cause.

The SRPM is here:
https://dl.dropbox.com/u/12575912/zsnes-1.51-14.fc17.src.rpm

Does someone has a spare cycle?

Thanks!

Andrea.


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-24 Thread Orcan Ogetbil
On Tue, Mar 12, 2013 at 1:15 PM, Sérgio Basto wrote:
 On Ter, 2013-03-05 at 22:00 +0100, Nicolas Chauvet wrote:

 Build failing were from jobs 16386 to 16390 as seen in:
 http://buildsys.rpmfusion.org/build-status/failed.psp

 better late then never , the fails are:
 16371   terminatorX terminatorX-3_84-3_fc19
[cut]

I am fixing the above failure. It seems that zlib had a recent API
change. Strange for a mature library.

Thanks,
Orcan


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-24 Thread Orcan Ogetbil
On Sun, Mar 24, 2013 at 4:12 PM, Orcan Ogetbil wrote:
 On Tue, Mar 12, 2013 at 1:15 PM, Sérgio Basto wrote:
 On Ter, 2013-03-05 at 22:00 +0100, Nicolas Chauvet wrote:

 Build failing were from jobs 16386 to 16390 as seen in:
 http://buildsys.rpmfusion.org/build-status/failed.psp

 better late then never , the fails are:
 16371   terminatorX terminatorX-3_84-3_fc19
 [cut]

 I am fixing the above failure. It seems that zlib had a recent API
 change. Strange for a mature library.


The build for F-18 went through but the F-19 build (job 16653) failed with

DEBUG util.py:257:
http://dl.fedoraproject.org/pub/fedora/linux/development/19/i386/os/Packages/g/glib2-devel-2.35.9-1.fc19.i686.rpm:
[Errno -1] Package does not match intended download. Suggestion: run
yum --enablerepo=fedora clean metadata
DEBUG util.py:257:  Trying other mirror.
DEBUG util.py:257:  Error Downloading Packages:
DEBUG util.py:257:glib2-devel-2.35.9-1.fc19.i686: failure:
Packages/g/glib2-devel-2.35.9-1.fc19.i686.rpm from fedora: [Errno 256]
No more mirrors to try.


I guess this is a build system issue. Should I make another build for devel?

Best,
Orcan


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-24 Thread Hans de Goede

Hi,

On 03/24/2013 10:25 PM, Orcan Ogetbil wrote:

On Sun, Mar 24, 2013 at 4:12 PM, Orcan Ogetbil wrote:

On Tue, Mar 12, 2013 at 1:15 PM, Sérgio Basto wrote:

On Ter, 2013-03-05 at 22:00 +0100, Nicolas Chauvet wrote:


Build failing were from jobs 16386 to 16390 as seen in:
http://buildsys.rpmfusion.org/build-status/failed.psp


better late then never , the fails are:
16371   terminatorX terminatorX-3_84-3_fc19

[cut]

I am fixing the above failure. It seems that zlib had a recent API
change. Strange for a mature library.



The build for F-18 went through but the F-19 build (job 16653) failed with

DEBUG util.py:257:
http://dl.fedoraproject.org/pub/fedora/linux/development/19/i386/os/Packages/g/glib2-devel-2.35.9-1.fc19.i686.rpm:
[Errno -1] Package does not match intended download. Suggestion: run
yum --enablerepo=fedora clean metadata
DEBUG util.py:257:  Trying other mirror.
DEBUG util.py:257:  Error Downloading Packages:
DEBUG util.py:257:glib2-devel-2.35.9-1.fc19.i686: failure:
Packages/g/glib2-devel-2.35.9-1.fc19.i686.rpm from fedora: [Errno 256]
No more mirrors to try.


I guess this is a build system issue. Should I make another build for devel?


This sort of thing often happens when the mirrors are syncing due to a recent
push of new packages. Waiting a couple of ours and then trying again usually
fixes it.

When you try again please use plague-client requeue on the failed task, this
keeps the: http://buildsys.rpmfusion.org/build-status/failed.psp

List short and usable as a source to find things which need fixing.

The cmdline for requeuing tasks is:
PLAGUE_CLIENT_CONFIG=$HOME/.plague-client-rpmfusion.cfg plague-client requeue 
nr

IE for this build:
PLAGUE_CLIENT_CONFIG=$HOME/.plague-client-rpmfusion.cfg plague-client requeue 
16653

Regards,

Hans


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-24 Thread Orcan Ogetbil
On Sun, Mar 24, 2013 at 5:40 PM, Hans de Goede wrote:
 On 03/24/2013 10:25 PM, Orcan Ogetbil wrote:
 Packages/g/glib2-devel-2.35.9-1.fc19.i686.rpm from fedora: [Errno 256]
 No more mirrors to try.

 I guess this is a build system issue. Should I make another build for
 devel?

 This sort of thing often happens when the mirrors are syncing due to a
 recent
 push of new packages. Waiting a couple of ours and then trying again usually
 fixes it.


Sure, I'll try again later.

 When you try again please use plague-client requeue on the failed task, this
 keeps the: http://buildsys.rpmfusion.org/build-status/failed.psp

 List short and usable as a source to find things which need fixing.

 The cmdline for requeuing tasks is:
 PLAGUE_CLIENT_CONFIG=$HOME/.plague-client-rpmfusion.cfg plague-client
 requeue nr


Thanks for the reminder Hans, either you or knurd once taught me this
trick and I have saved it for future use. :)

Best,
Orcan


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-20 Thread Hans de Goede

Hi,

On 03/19/2013 11:59 PM, Sérgio Basto wrote:

Hi,
On Ter, 2013-03-12 at 17:15 +, Sérgio Basto wrote:

On Ter, 2013-03-05 at 22:00 +0100, Nicolas Chauvet wrote:

2013/3/4 Sérgio Basto ser...@serjux.com
 On Sáb, 2013-02-23 at 15:51 +0100, Nicolas Chauvet wrote:
  Hi,
 
  As the mass rebuild for fedora is already passed, I would
 like to
  schedule a rebuilt of the RPM Fusion package in devel/F-19
 next week.
 
  There is a need to check if the devel branches are higher
 for each
  package.


 Hi,
 Mass rebuild on RPMFusion, has already finished ?
 what is the list of those packages that not compiled ?

Mass rebuilt occurred on the free section based on packages still
using dist tag older than .fc19.
This was a wrong assumption as some packages was not rebuilt with
gcc48 whereas built during the fc19 development process.

I will try to resubmit a list later unless someone come with such a
list.

Build failing were from jobs 16386 to 16390 as seen in:
http://buildsys.rpmfusion.org/build-status/failed.psp


better late than never , the fails are:
16390   zsnes   zsnes-1_51-13_fc19
16371   terminatorX terminatorX-3_84-3_fc19
16367   SheepShaver SheepShaver-2_3-0_11_20060514_fc19
16357   normalize   normalize-0_7_7-8_fc19
16350   motion  motion-3_3_0-trunkREV534_fc19
16347   mixxx   mixxx-1_10_1-2_fc19
16340   lxdream lxdream-0_9_1-7_fc19
16324   k9copy  k9copy-2_3_8-3_fc19
16312   foo2zjs foo2zjs-0_2005-4_fc19
16306   DVDAuthorWizard DVDAuthorWizard-1_4_6-5_fc19
16309   faad2   faad2-2_7-3_fc19
16391   xvidcorexvidcore-1_3_2-4_fc19
16303   cairo-dock  cairo-dock-2_4_0_2-2_fc19
16301   BasiliskII  BasiliskII-1_0-0_20060501_3_fc19
16300   audacity-freeworld  audacity-freeworld-2_0_1-2_fc19
16387   xvidcorexvidcore-1_3_2-4_fc19
16386   xvid4conf   xvid4conf-1_12-6_fc19

but don't found any with gcc 4.8 problems ...


As part of my efforts to make rpmfusion esound dependency free,
as there are plans in Fedora to remove esound, I've fixed
BasiliskII and SheepShaver (which were FTBFS since F11 !), I've
also updated them to a much newer version.

I'll probably also take a look at fixing zsnes one of these days,



On 2nd mass rebuild , I saw this build fails:

16501   sidplay sidplay-2_0_9-14_fc19


Not sure who maintains this, but I'm interested in this, so I'll
take a look one of these days.


16510   ufoai   ufoai-2_4-2_fc19
16499   raine   raine-0_50_11-8_fc19
16492   OpenEXR_Viewers-nonfree
OpenEXR_Viewers-nonfree-1_0_2-12_fc19


Regards,

Hans


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-19 Thread Sérgio Basto
Hi,
On Ter, 2013-03-12 at 17:15 +, Sérgio Basto wrote: 
 On Ter, 2013-03-05 at 22:00 +0100, Nicolas Chauvet wrote: 
  2013/3/4 Sérgio Basto ser...@serjux.com
  On Sáb, 2013-02-23 at 15:51 +0100, Nicolas Chauvet wrote:
   Hi,
  
   As the mass rebuild for fedora is already passed, I would
  like to
   schedule a rebuilt of the RPM Fusion package in devel/F-19
  next week.
  
   There is a need to check if the devel branches are higher
  for each
   package.
  
  
  Hi,
  Mass rebuild on RPMFusion, has already finished ?
  what is the list of those packages that not compiled ?
  
  Mass rebuilt occurred on the free section based on packages still
  using dist tag older than .fc19.
  This was a wrong assumption as some packages was not rebuilt with
  gcc48 whereas built during the fc19 development process.
  
  I will try to resubmit a list later unless someone come with such a
  list.
  
  Build failing were from jobs 16386 to 16390 as seen in:
  http://buildsys.rpmfusion.org/build-status/failed.psp
 
 better late than never , the fails are: 
 16390   zsnes   zsnes-1_51-13_fc19
 16371   terminatorX terminatorX-3_84-3_fc19
 16367   SheepShaver SheepShaver-2_3-0_11_20060514_fc19
 16357   normalize   normalize-0_7_7-8_fc19
 16350   motion  motion-3_3_0-trunkREV534_fc19
 16347   mixxx   mixxx-1_10_1-2_fc19
 16340   lxdream lxdream-0_9_1-7_fc19
 16324   k9copy  k9copy-2_3_8-3_fc19
 16312   foo2zjs foo2zjs-0_2005-4_fc19
 16306   DVDAuthorWizard DVDAuthorWizard-1_4_6-5_fc19
 16309   faad2   faad2-2_7-3_fc19
 16391   xvidcorexvidcore-1_3_2-4_fc19
 16303   cairo-dock  cairo-dock-2_4_0_2-2_fc19
 16301   BasiliskII  BasiliskII-1_0-0_20060501_3_fc19
 16300   audacity-freeworld  audacity-freeworld-2_0_1-2_fc19
 16387   xvidcorexvidcore-1_3_2-4_fc19
 16386   xvid4conf   xvid4conf-1_12-6_fc19
 
 but don't found any with gcc 4.8 problems ... 

On 2nd mass rebuild , I saw this build fails: 

16501   sidplay sidplay-2_0_9-14_fc19
16510   ufoai   ufoai-2_4-2_fc19
16499   raine   raine-0_50_11-8_fc19
16492   OpenEXR_Viewers-nonfree
OpenEXR_Viewers-nonfree-1_0_2-12_fc19

Best regards,
-- 
Sérgio M. B.


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-19 Thread Nicolas Chauvet
2013/3/19 Sérgio Basto ser...@serjux.com

 Hi,
 On Ter, 2013-03-12 at 17:15 +, Sérgio Basto wrote:
  On Ter, 2013-03-05 at 22:00 +0100, Nicolas Chauvet wrote:
   2013/3/4 Sérgio Basto ser...@serjux.com
   On Sáb, 2013-02-23 at 15:51 +0100, Nicolas Chauvet wrote:
Hi,
   
As the mass rebuild for fedora is already passed, I would
   like to
schedule a rebuilt of the RPM Fusion package in devel/F-19
   next week.
   
There is a need to check if the devel branches are higher
   for each
package.
  
  
   Hi,
   Mass rebuild on RPMFusion, has already finished ?
   what is the list of those packages that not compiled ?
  
   Mass rebuilt occurred on the free section based on packages still
   using dist tag older than .fc19.
   This was a wrong assumption as some packages was not rebuilt with
   gcc48 whereas built during the fc19 development process.
  
   I will try to resubmit a list later unless someone come with such a
   list.
  
   Build failing were from jobs 16386 to 16390 as seen in:
   http://buildsys.rpmfusion.org/build-status/failed.psp
 
  better late than never , the fails are:
  16390   zsnes   zsnes-1_51-13_fc19
  16371   terminatorX terminatorX-3_84-3_fc19
  16367   SheepShaver SheepShaver-2_3-0_11_20060514_fc19
  16357   normalize   normalize-0_7_7-8_fc19
  16350   motion  motion-3_3_0-trunkREV534_fc19
  16347   mixxx   mixxx-1_10_1-2_fc19
  16340   lxdream lxdream-0_9_1-7_fc19
  16324   k9copy  k9copy-2_3_8-3_fc19
  16312   foo2zjs foo2zjs-0_2005-4_fc19
  16306   DVDAuthorWizard DVDAuthorWizard-1_4_6-5_fc19
  16309   faad2   faad2-2_7-3_fc19
  16391   xvidcorexvidcore-1_3_2-4_fc19
  16303   cairo-dock  cairo-dock-2_4_0_2-2_fc19
  16301   BasiliskII  BasiliskII-1_0-0_20060501_3_fc19
  16300   audacity-freeworld  audacity-freeworld-2_0_1-2_fc19
  16387   xvidcorexvidcore-1_3_2-4_fc19
  16386   xvid4conf   xvid4conf-1_12-6_fc19
 
  but don't found any with gcc 4.8 problems ...

 On 2nd mass rebuild , I saw this build fails:

 16501   sidplay sidplay-2_0_9-14_fc19
 16510   ufoai   ufoai-2_4-2_fc19
 16499   raine   raine-0_50_11-8_fc19
 16492   OpenEXR_Viewers-nonfree
 OpenEXR_Viewers-nonfree-1_0_2-12_fc19


Thx, that's the nonfree part, the last one (OpenEXR) is already fixed).

Nicolas (kwizart)


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-12 Thread Sérgio Basto
On Ter, 2013-03-05 at 22:00 +0100, Nicolas Chauvet wrote: 
 2013/3/4 Sérgio Basto ser...@serjux.com
 On Sáb, 2013-02-23 at 15:51 +0100, Nicolas Chauvet wrote:
  Hi,
 
  As the mass rebuild for fedora is already passed, I would
 like to
  schedule a rebuilt of the RPM Fusion package in devel/F-19
 next week.
 
  There is a need to check if the devel branches are higher
 for each
  package.
 
 
 Hi,
 Mass rebuild on RPMFusion, has already finished ?
 what is the list of those packages that not compiled ?
 
 Mass rebuilt occurred on the free section based on packages still
 using dist tag older than .fc19.
 This was a wrong assumption as some packages was not rebuilt with
 gcc48 whereas built during the fc19 development process.
 
 I will try to resubmit a list later unless someone come with such a
 list.
 
 Build failing were from jobs 16386 to 16390 as seen in:
 http://buildsys.rpmfusion.org/build-status/failed.psp

better late then never , the fails are: 
16390   zsnes   zsnes-1_51-13_fc19
16371   terminatorX terminatorX-3_84-3_fc19
16367   SheepShaver SheepShaver-2_3-0_11_20060514_fc19
16357   normalize   normalize-0_7_7-8_fc19
16350   motion  motion-3_3_0-trunkREV534_fc19
16347   mixxx   mixxx-1_10_1-2_fc19
16340   lxdream lxdream-0_9_1-7_fc19
16324   k9copy  k9copy-2_3_8-3_fc19
16312   foo2zjs foo2zjs-0_2005-4_fc19
16306   DVDAuthorWizard DVDAuthorWizard-1_4_6-5_fc19
16309   faad2   faad2-2_7-3_fc19
16391   xvidcorexvidcore-1_3_2-4_fc19
16303   cairo-dock  cairo-dock-2_4_0_2-2_fc19
16301   BasiliskII  BasiliskII-1_0-0_20060501_3_fc19
16300   audacity-freeworld  audacity-freeworld-2_0_1-2_fc19
16387   xvidcorexvidcore-1_3_2-4_fc19
16386   xvid4conf   xvid4conf-1_12-6_fc19

but don't found any with gcc 4.8 problems ... 
 

-- 
Sérgio M. B.


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-12 Thread Andrea Musuruane
On Tue, Mar 12, 2013 at 6:15 PM, Sérgio Basto ser...@serjux.com wrote:

 better late then never , the fails are:
 16390   zsnes   zsnes-1_51-13_fc19


I found this patch made by Debian to fix this issue:
http://patch-tracker.debian.org/patch/series/view/zsnes/1.510+bz2-5/0012-Fix-build-with-gcc-4.7.patch

I'll apply it soon.

Bye,

Andrea.


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-12 Thread Sérgio Basto
On Ter, 2013-03-12 at 19:43 +0100, Andrea Musuruane wrote:
 better late then never , the fails are:

better late than never 

I hate my errors sorry 
-- 
Sérgio M. B.


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-05 Thread Nicolas Chauvet
2013/3/4 Sérgio Basto ser...@serjux.com

 On Sáb, 2013-02-23 at 15:51 +0100, Nicolas Chauvet wrote:
  Hi,
 
  As the mass rebuild for fedora is already passed, I would like to
  schedule a rebuilt of the RPM Fusion package in devel/F-19 next week.
 
  There is a need to check if the devel branches are higher for each
  package.

 Hi,
 Mass rebuild on RPMFusion, has already finished ?
 what is the list of those packages that not compiled ?

 Mass rebuilt occurred on the free section based on packages still using
dist tag older than .fc19.
This was a wrong assumption as some packages was not rebuilt with gcc48
whereas built during the fc19 development process.

I will try to resubmit a list later unless someone come with such a list.

Build failing were from jobs 16386 to 16390 as seen in:
http://buildsys.rpmfusion.org/build-status/failed.psp

Nicolas (kwizart)


Re: Mass rebuilt for F-19 on RPM Fusion - next week

2013-03-04 Thread Sérgio Basto
On Sáb, 2013-02-23 at 15:51 +0100, Nicolas Chauvet wrote:
 Hi,
 
 As the mass rebuild for fedora is already passed, I would like to
 schedule a rebuilt of the RPM Fusion package in devel/F-19 next week.
 
 There is a need to check if the devel branches are higher for each
 package.

Hi, 
Mass rebuild on RPMFusion, has already finished ? 
what is the list of those packages that not compiled ?

Best regards,
-- 
Sérgio M. B.