Re: Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-15 Thread Orcan Ogetbil
On Tue, Jul 14, 2009 at 6:10 PM, Orcan Ogetbil wrote:
 On Tue, Jul 14, 2009 at 2:22 PM, Matt Domsch wrote:

 oget: calf,fluidsynth,hydrogen,jack-keyboard,lash,muse,tex-musixtex


 All except the last one is due to the e2fsprogs split and I'm fixing them.

 But the last one may be an rpm or mock issue. I don't know what to do.
 Any ideas?
 http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/x86_64/tex-musixtex-0.114-6.rev4.fc11.src.rpm/result/build.log

 Orcan


Now the same package built fine as scratch:
   https://koji.fedoraproject.org/koji/taskinfo?taskID=1474620

Weird... Broken builder?

Orcan

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-15 Thread Christoph Wickert
Am Dienstag, den 14.07.2009, 16:57 -0500 schrieb Matt Domsch:
 On Tue, Jul 14, 2009 at 09:41:57PM +0200, Christoph Wickert wrote:
  Am Dienstag, den 14.07.2009, 13:22 -0500 schrieb Matt Domsch:
  
   cwickert: gwget,lxappearance,lxlauncher,lxsession-edit,lxshortcut
  
  The epiphany extension of gwget is known to be broken. Already reported
  upstream: http://bugzilla.gnome.org/show_bug.cgi?id=585401 
  Should I disable it for now?

So should I or should I not?

  The rest are false positives. All have been updated last week without
  problems and I verified they still build with a couple scratch builds:
  http://koji.fedoraproject.org/koji/taskinfo?taskID=1473863
  http://koji.fedoraproject.org/koji/taskinfo?taskID=1473873
  http://koji.fedoraproject.org/koji/taskinfo?taskID=1473864
  http://koji.fedoraproject.org/koji/taskinfo?taskID=1473905
  
  There must be something wrong with your builds:
  lxappearance: build.log is 33 MB
  lxlauncher: build.log is 46 MB
  lxsession-edit: build.log is 19 MB
  lxshortcut: build.log is 17 MB
 
 make got very upset...

But only on your buildsys but not in Fedora's. I think you should stop
your script from mass-filing bugs until you found the error on your
side, because a high percentage are false positives.

Regards,
Christoph

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-15 Thread Matt Domsch
On Wed, Jul 15, 2009 at 05:55:10PM +0530, Rahul Sundaram wrote:
 On 07/15/2009 05:49 PM, Matt Domsch wrote:
 
  One difference between the Fedora buildsystem and mine is the
  environment running on the builders.
 
 I assume you are scripting the whole process. Are those available
 publically for those who want to setup something similar in their own
 infrastructure?

Sure.  the most recent posted copy is 
http://linux.dell.com/files/fedora/FixBuildRequires/ftbfs-nov08.tgz

and since I took the F11 dev cycle off (rel-eng did the rebuilds and
filed the bugs themselves), that is very close to what I'm actually
running.

-- 
Matt Domsch
Technology Strategist, Dell Office of the CTO
linux.dell.com  www.dell.com/linux

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-15 Thread Matt Domsch
On Tue, Jul 14, 2009 at 09:41:57PM +0200, Christoph Wickert wrote:
 Am Dienstag, den 14.07.2009, 13:22 -0500 schrieb Matt Domsch:
 
  cwickert: gwget,lxappearance,lxlauncher,lxsession-edit,lxshortcut
 
 The epiphany extension of gwget is known to be broken. Already reported
 upstream: http://bugzilla.gnome.org/show_bug.cgi?id=585401 
 Should I disable it for now?
 
 The rest are false positives. All have been updated last week without
 problems and I verified they still build with a couple scratch builds:
 http://koji.fedoraproject.org/koji/taskinfo?taskID=1473863
 http://koji.fedoraproject.org/koji/taskinfo?taskID=1473873
 http://koji.fedoraproject.org/koji/taskinfo?taskID=1473864
 http://koji.fedoraproject.org/koji/taskinfo?taskID=1473905
 
 There must be something wrong with your builds:
 lxappearance: build.log is 33 MB
 lxlauncher: build.log is 46 MB
 lxsession-edit: build.log is 19 MB
 lxshortcut: build.log is 17 MB

This is indeed odd.  I've rebuilt all of these now on my systems
(different hardware each time) , and they continue to fail in the same manner.

config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing default-1 commands
make[2]: Leaving directory `/builddir/build/BUILD/lxshortcut-0.1.1/po'
make[2]: Entering directory
`/builddir/build/BUILD/lxshortcut-0.1.1/po'
cd .. \
   CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS=
  \
   /bin/sh ./config.status
config.status: creating po/Makefile.in
(repeat forever)

I've done this passing --define _smp_mflags -j1, and it still
fails.  

I wonder...  My build systems are running F11 using ext4 file system,
while the koji buildsystems will still be using ext3.  It seems like
make is getting confused as to whether or not something got created;
timestamps may not be getting updated correctly.


-- 
Matt Domsch
Technology Strategist, Dell Office of the CTO
linux.dell.com  www.dell.com/linux

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-15 Thread Christoph Wickert
Am Mittwoch, den 15.07.2009, 16:22 -0500 schrieb Matt Domsch:

 I wonder...  My build systems are running F11 using ext4 file system,
 while the koji buildsystems will still be using ext3.  It seems like
 make is getting confused as to whether or not something got created;
 timestamps may not be getting updated correctly.

Indeed. Builds fine in my homdir, which is ext3, but when I build it
inside /usr/src/ it goes into an infinite loop. Weird. Where is the bug,
or where to file it?

Regards,
Christoph

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-15 Thread Mamoru Tasaka
Christoph Wickert wrote, at 07/16/2009 07:58 AM +9:00:
 Am Mittwoch, den 15.07.2009, 16:22 -0500 schrieb Matt Domsch:
 
 I wonder...  My build systems are running F11 using ext4 file system,
 while the koji buildsystems will still be using ext3.  It seems like
 make is getting confused as to whether or not something got created;
 timestamps may not be getting updated correctly.
 
 Indeed. Builds fine in my homdir, which is ext3, but when I build it
 inside /usr/src/ it goes into an infinite loop. Weird. Where is the bug,
 or where to file it?
 
 Regards,
 Christoph

I only tried to rebuild lxappearance-0.2.1-1.fc12 and the infinite loop
on po/ directory can be reproduced on Kevin's 64 bits machine (however
not reproducible on i586 machine).

What is the problem here is that po/Makefile (after po/Makefile is created)
says:
-
   212  Makefile POTFILES: stamp-it
   213  @if test ! -f $@; then \
   214rm -f stamp-it; \
   215$(MAKE) stamp-it; \
   216  fi
   217  
   218  stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in
   219  cd $(top_builddir) \
   220 CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= 
CONFIG_LINKS= \
   221 $(SHELL) ./config.status
-
So, po/Makefile expects that po/stamp-it exists and po/stamp-it expects
that it is created by config.status, however config.status does not create
po/stamp-it, which will cause occasional infinite loop.

Note that config.status is created by configure. Then configure.in
says:
-
29  dnl Add the languages which your application supports here.
30  ALL_LINGUAS=af ar cs da de es et eu fa fi fr gl hr hu id it ja ko lt 
ml ms nb nl nn pl ps pt pt_BR ru sk sl sv tr uk ur ur_PK vi zh_CN zh_TW
31  AM_GLIB_GNU_GETTEXT
-
So this configure uses glib's gettext method, however po/ directory
uses stamp-it method Makefile.in.in, which is actually based
on /usr/share/intltool/Makefile.in.in in intltool and not 
/usr/share/glib-2.0/gettext/po/Makefile.in.in in glib2-devel.

So po/Makefile.in.in needs fixing, however the easiest workaround is:
--
%build
%configure
touch -r po/Makefile po/stamp-it
make %{?_smp_mflags}
--

Regards,
Mamoru

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-15 Thread Matt Domsch
Fedora Rawhide-in-Mock Build Results for x86_64
using rawhide as of 10 July 2009.  This is a full rebuild of all packages.

Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/


1 Open Bugs which now build, and can be marked CLOSED RAWHIDE:
ruby-rpm: [u'465103']

Total packages: 8004
Number failed to build: 391
Number expected to fail due to ExclusiveArch or ExcludeArch: 32
Leaving:  359

Of those expected to have worked...
Without a bug filed: 355
--
389-ds-base-1.2.1-1.fc12 (build/make) rmeggins,nhosoi,nkinder
389-dsgw-1.1.3-1.fc12 (build/make) rmeggins,nhosoi,nkinder
BackupPC-3.1.0-5.fc11 (build/make) trasher
CTL-1.4.1-9.fc11 (build/make) kwizart
Django-1.0.2-3.fc11 (build/make) salimma,smilner
GtkAda-2.10.2-2.fc11 (build/make) gemi
Io-language-20071010-10.fc11 (build/make) salimma,salimma
Macaulay2-1.2-4.fc12 (build/make) rdieter
Perlbal-1.70-3.fc11 (build/make) ruben
PyKDE-3.16.3-1.fc12 (build/make) rdieter,jamatos
PyQuante-1.6.3-1.fc11 (build/make) jussilehtola
PyQwt-5.1.0-3.fc11 (build/make) tadej
PyX-0.10-6.fc11 (build/make) jamatos,jamatos,mpeters
R-BSgenome.Celegans.UCSC.ce2-1.2.0-5 (build/make) pingou
R-BSgenome.Dmelanogaster.FlyBase.r51-1.3.1-3 (build/make) pingou
R-RODBC-1.2-2.fc11 (build/make) spot
R-RScaLAPACK-0.5.1-19.fc11 (build/make) spot
R-hgu95av2probe-2.0.0-1.fc9 (build/make) pingou
ScientificPython-2.8-4.fc11 (build/make) jspaleta
UnihanDb-5.1.0-7.fc11.1 (build/make) dchen,i18n-team
abcMIDI-20090317-1.fc12 (build/make) gemi
alliance-5.0-26.20070718snap.fc11 (build/make) chitlesh,chitlesh,tnorth
almanah-0.5.0-1.fc11 (build/make) lokthare
amanda-2.6.0p2-9.fc12 (build/make) dnovotny
amora-1.1-4.fc11 (build/make) allisson
anjuta-2.26.1.0-1.fc12 (build/make) rishi,rakesh
anyremote-4.18.1-1.fc11 (build/make) anyremote
apr-util-1.3.7-4.fc12 (build/make) jorton,bojan
argyllcms-1.0.4-1.fc12 (build/make) limb
arm4-0.8.2-1.fc12 (build/make) grandcross,limb
arts-1.5.10-5.fc11 (build/make) than,kkofler,rdieter,tuxbrewr
artwiz-aleczapka-fonts-1.3-7.fc11 (build/make) spot,awjb,fonts-sig
asio-1.2.0-2.fc11 (build/make) uwog
asymptote-1.73-1.fc12 (build/make) spot
atlas-3.8.3-4.fc12 (build/make) deji,deji
aubio-0.3.2-6.fc11 (build/make) green
avr-binutils-2.18-4.fc11 (build/make) tnorth,trondd
avr-libc-1.6.4-4.fc12 (build/make) tnorth,trondd
awn-extras-applets-0.3.2.1-8.fc11 (build/make) phuang,sindrepb
axis-1.2.1-4.1.fc10 (build/make) pcheung
babl-0.1.0-1.fc12 (build/make) deji,nphilipp
batik-1.7-4.fc11 (build/make) langel,fitzsim
beagle-0.3.9-6.fc11 (build/make) orphan,drago01,psytux
bigloo-3.1b-5.fc11 (build/make) gemi
blacs-1.1-31.fc11 (build/make) spot
bmpx-0.40.14-8.fc11 (build/make) akahl,cheese
btrfs-progs-0.19-3.fc12 (build/make) josef,mmahut
buffer-1.19-5.fc11 (build/make) bcornec,wolfy
calf-0.0.18.5-1.fc12 (build/make) oget
cave9-0.3-8.fc12 (build/make) bogado
cdrkit-1.1.9-4.fc11 (build/make) rrakus
cernlib-2006-32.fc11 (build/make) limb,pertusus
chipmunk-4.1.0-6.fc11 (build/make) limb
classpathx-jaf-1.0-12.fc10 (build/make) devrim,dwalluck
clutter-cairo-0.8.2-3.fc11 (build/make) allisson
clutter-cairomm-0.7.4-2.fc11 (build/make) denis
clutter-gst-0.8.0-4.fc11 (build/make) allisson
codeblocks-8.02-7.fc11 (build/make) sharkcz
cogito-0.18.2-4.fc11 (build/make) chrisw
compat-db-4.6.21-5.fc10 (build/make) jnovy,pmatilai
compat-erlang-R10B-13.11.fc11 (build/make) gemi
coredumper-1.2.1-8.fc12 (build/make) rakesh
couchdb-0.9.0-2.fc12 (build/make) allisson
cryptsetup-luks-1.0.7-0.1.fc12 (build/make) 
lvm-team,agk,dwysocha,mbroz,mornfall,pjones,till,whulbert
cuetools-1.4.0-0.4.svn305.fc12 (build/make) stingray
dap-hdf4_handler-3.7.9-2.fc11 (build/make) pertusus,pertusus
dbus-c++-0.5.0-0.8.20090203git13281b3.fc11 (build/make) drago01
dev86-0.16.17-14.fc11 (build/make) jnovy
devhelp-0.23-7.fc12 (build/make) mbarnes
e16-themes-0.16.8.0.2-3.fc11 (build/make) terjeros
eclipse-cdt-5.0.2-2.fc11 (build/make) jjohnstn
eclipse-checkstyle-4.0.1-12.fc11 (build/make) rmyers,akurtakov,overholt
elfutils-0.141-1.fc12 (build/make) roland
emacs-mew-6.2.51-2.fc11 (build/make) tagoh
epiphany-extensions-2.26.1-2.fc12 (build/make) caillon,pgordon
espeak-1.40.02-2.fc12 (build/make) faucamp
etherbat-1.0.1-5.fc11 (build/make) limb
evolution-brutus-1.2.35-2.fc11 (build/make) bpepple
evolution-data-server-2.27.3-3.fc12 (build/make) mbarnes,mbarnes,mcrha
evolution-rss-0.1.2-9.fc12 (build/make) lucilanga
evolution-zimbra-0.1.1-6.fc11 (build/make) mbarnes,mmahut
fbreader-0.10.7-1.fc11 (build/make) salimma
findbugs-1.3.8-1.fc11 (build/make) jjames
fityk-0.8.1-14.fc10 (build/make) jpye
fluidsynth-1.0.9-1.fc12 (build/make) green,oget
fonts-KOI8-R-1.0-11.fc11 (build/make) than,fonts-sig
fonts-hebrew-fancy-0.20051122-5.fc11 (build/make) danken,fonts-sig
freefem++-3.0-5.5.fc11 (patch_fuzz) rathann,itamarjp
fsarchiver-0.5.6-1.fc12 (build/make) drago01
func-0.25-1.fc12 (build/make) mdehaan,alikins,skvidal
fusecompress-2.5-1.fc12 (build/make) lkundrak,lmacken
gauche-gl-0.4.4-4.fc11 

Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-14 Thread Matt Domsch
Fedora Rawhide-in-Mock Build Results for x86_64
using rawhide as of 10 July 2009.  This is a full rebuild of all packages.

Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/


1 Open Bugs which now build, and can be marked CLOSED RAWHIDE:
ruby-rpm: [u'465103']

Total packages: 8004
Number failed to build: 391
Number expected to fail due to ExclusiveArch or ExcludeArch: 32
Leaving:  359

Of those expected to have worked...
Without a bug filed: 355
--
389-ds-base-1.2.1-1.fc12 (build/make) rmeggins,nhosoi,nkinder
389-dsgw-1.1.3-1.fc12 (build/make) rmeggins,nhosoi,nkinder
BackupPC-3.1.0-5.fc11 (build/make) trasher
CTL-1.4.1-9.fc11 (build/make) kwizart
Django-1.0.2-3.fc11 (build/make) salimma,smilner
GtkAda-2.10.2-2.fc11 (build/make) gemi
Io-language-20071010-10.fc11 (build/make) salimma,salimma
Macaulay2-1.2-4.fc12 (build/make) rdieter
Perlbal-1.70-3.fc11 (build/make) ruben
PyKDE-3.16.3-1.fc12 (build/make) rdieter,jamatos
PyQuante-1.6.3-1.fc11 (build/make) jussilehtola
PyQwt-5.1.0-3.fc11 (build/make) tadej
PyX-0.10-6.fc11 (build/make) jamatos,jamatos,mpeters
R-BSgenome.Celegans.UCSC.ce2-1.2.0-5 (build/make) pingou
R-BSgenome.Dmelanogaster.FlyBase.r51-1.3.1-3 (build/make) pingou
R-RODBC-1.2-2.fc11 (build/make) spot
R-RScaLAPACK-0.5.1-19.fc11 (build/make) spot
R-hgu95av2probe-2.0.0-1.fc9 (build/make) pingou
ScientificPython-2.8-4.fc11 (build/make) jspaleta
UnihanDb-5.1.0-7.fc11.1 (build/make) dchen,i18n-team
abcMIDI-20090317-1.fc12 (build/make) gemi
alliance-5.0-26.20070718snap.fc11 (build/make) chitlesh,chitlesh,tnorth
almanah-0.5.0-1.fc11 (build/make) lokthare
amanda-2.6.0p2-9.fc12 (build/make) dnovotny
amora-1.1-4.fc11 (build/make) allisson
anjuta-2.26.1.0-1.fc12 (build/make) rishi,rakesh
anyremote-4.18.1-1.fc11 (build/make) anyremote
apr-util-1.3.7-4.fc12 (build/make) jorton,bojan
argyllcms-1.0.4-1.fc12 (build/make) limb
arm4-0.8.2-1.fc12 (build/make) grandcross,limb
arts-1.5.10-5.fc11 (build/make) than,kkofler,rdieter,tuxbrewr
artwiz-aleczapka-fonts-1.3-7.fc11 (build/make) spot,awjb,fonts-sig
asio-1.2.0-2.fc11 (build/make) uwog
asymptote-1.73-1.fc12 (build/make) spot
atlas-3.8.3-4.fc12 (build/make) deji,deji
aubio-0.3.2-6.fc11 (build/make) green
avr-binutils-2.18-4.fc11 (build/make) tnorth,trondd
avr-libc-1.6.4-4.fc12 (build/make) tnorth,trondd
awn-extras-applets-0.3.2.1-8.fc11 (build/make) phuang,sindrepb
axis-1.2.1-4.1.fc10 (build/make) pcheung
babl-0.1.0-1.fc12 (build/make) deji,nphilipp
batik-1.7-4.fc11 (build/make) langel,fitzsim
beagle-0.3.9-6.fc11 (build/make) orphan,drago01,psytux
bigloo-3.1b-5.fc11 (build/make) gemi
blacs-1.1-31.fc11 (build/make) spot
bmpx-0.40.14-8.fc11 (build/make) akahl,cheese
btrfs-progs-0.19-3.fc12 (build/make) josef,mmahut
buffer-1.19-5.fc11 (build/make) bcornec,wolfy
calf-0.0.18.5-1.fc12 (build/make) oget
cave9-0.3-8.fc12 (build/make) bogado
cdrkit-1.1.9-4.fc11 (build/make) rrakus
cernlib-2006-32.fc11 (build/make) limb,pertusus
chipmunk-4.1.0-6.fc11 (build/make) limb
classpathx-jaf-1.0-12.fc10 (build/make) devrim,dwalluck
clutter-cairo-0.8.2-3.fc11 (build/make) allisson
clutter-cairomm-0.7.4-2.fc11 (build/make) denis
clutter-gst-0.8.0-4.fc11 (build/make) allisson
codeblocks-8.02-7.fc11 (build/make) sharkcz
cogito-0.18.2-4.fc11 (build/make) chrisw
compat-db-4.6.21-5.fc10 (build/make) jnovy,pmatilai
compat-erlang-R10B-13.11.fc11 (build/make) gemi
coredumper-1.2.1-8.fc12 (build/make) rakesh
couchdb-0.9.0-2.fc12 (build/make) allisson
cryptsetup-luks-1.0.7-0.1.fc12 (build/make) 
lvm-team,agk,dwysocha,mbroz,mornfall,pjones,till,whulbert
cuetools-1.4.0-0.4.svn305.fc12 (build/make) stingray
dap-hdf4_handler-3.7.9-2.fc11 (build/make) pertusus,pertusus
dbus-c++-0.5.0-0.8.20090203git13281b3.fc11 (build/make) drago01
dev86-0.16.17-14.fc11 (build/make) jnovy
devhelp-0.23-7.fc12 (build/make) mbarnes
e16-themes-0.16.8.0.2-3.fc11 (build/make) terjeros
eclipse-cdt-5.0.2-2.fc11 (build/make) jjohnstn
eclipse-checkstyle-4.0.1-12.fc11 (build/make) rmyers,akurtakov,overholt
elfutils-0.141-1.fc12 (build/make) roland
emacs-mew-6.2.51-2.fc11 (build/make) tagoh
epiphany-extensions-2.26.1-2.fc12 (build/make) caillon,pgordon
espeak-1.40.02-2.fc12 (build/make) faucamp
etherbat-1.0.1-5.fc11 (build/make) limb
evolution-brutus-1.2.35-2.fc11 (build/make) bpepple
evolution-data-server-2.27.3-3.fc12 (build/make) mbarnes,mbarnes,mcrha
evolution-rss-0.1.2-9.fc12 (build/make) lucilanga
evolution-zimbra-0.1.1-6.fc11 (build/make) mbarnes,mmahut
fbreader-0.10.7-1.fc11 (build/make) salimma
findbugs-1.3.8-1.fc11 (build/make) jjames
fityk-0.8.1-14.fc10 (build/make) jpye
fluidsynth-1.0.9-1.fc12 (build/make) green,oget
fonts-KOI8-R-1.0-11.fc11 (build/make) than,fonts-sig
fonts-hebrew-fancy-0.20051122-5.fc11 (build/make) danken,fonts-sig
freefem++-3.0-5.5.fc11 (patch_fuzz) rathann,itamarjp
fsarchiver-0.5.6-1.fc12 (build/make) drago01
func-0.25-1.fc12 (build/make) mdehaan,alikins,skvidal
fusecompress-2.5-1.fc12 (build/make) lkundrak,lmacken
gauche-gl-0.4.4-4.fc11 

Re: Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-14 Thread Richard W.M. Jones
On Tue, Jul 14, 2009 at 01:22:35PM -0500, Matt Domsch wrote:
 ocaml-pa-do-0.8.9-2.fc12 (build/make) rjones

I checked your logfiles and it seems to have built fine on
both architectures ...

Rich.

-- 
Richard Jones, Emerging Technologies, Red Hat  http://et.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-14 Thread Jon Ciesla

Richard W.M. Jones wrote:

On Tue, Jul 14, 2009 at 01:22:35PM -0500, Matt Domsch wrote:
  

ocaml-pa-do-0.8.9-2.fc12 (build/make) rjones



I checked your logfiles and it seems to have built fine on
both architectures ...

Rich.

  

Yeah, some of mine built and some didn't.  Not sure. . .

--
in your fear, speak only peace
in your fear, seek only love

-d. bowie

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-14 Thread Matt Domsch
On Tue, Jul 14, 2009 at 07:26:13PM +0100, Richard W.M. Jones wrote:
 On Tue, Jul 14, 2009 at 01:22:35PM -0500, Matt Domsch wrote:
  ocaml-pa-do-0.8.9-2.fc12 (build/make) rjones
 
 I checked your logfiles and it seems to have built fine on
 both architectures ...

I jumped the gun a bit; the results are still syncing out to the
website.  I'll repost soon as I see the sync is finished.

In this case, on i386 it timed out after 6 hours.  On x86_64 the build
did fail.

*** omake: 54/59 targets are up to date
*** omake: failed (3.15 sec, 1/1 scans, 2/2 rules, 1/143 digests)
*** omake: targets were not rebuilt because of errors:
   scanner doc/user-meeting09/scan-pdflatex-talk.tex
  depends on: doc/user-meeting09/talk.tex
error: Bad exit status from /var/tmp/rpm-tmp.6gXu5M (%build)
Bad exit status from /var/tmp/rpm-tmp.6gXu5M (%build)



-- 
Matt Domsch
Technology Strategist, Dell Office of the CTO
linux.dell.com  www.dell.com/linux

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-14 Thread Christoph Wickert
Am Dienstag, den 14.07.2009, 13:22 -0500 schrieb Matt Domsch:

 cwickert: gwget,lxappearance,lxlauncher,lxsession-edit,lxshortcut

The epiphany extension of gwget is known to be broken. Already reported
upstream: http://bugzilla.gnome.org/show_bug.cgi?id=585401 
Should I disable it for now?

The rest are false positives. All have been updated last week without
problems and I verified they still build with a couple scratch builds:
http://koji.fedoraproject.org/koji/taskinfo?taskID=1473863
http://koji.fedoraproject.org/koji/taskinfo?taskID=1473873
http://koji.fedoraproject.org/koji/taskinfo?taskID=1473864
http://koji.fedoraproject.org/koji/taskinfo?taskID=1473905

There must be something wrong with your builds:
lxappearance: build.log is 33 MB
lxlauncher: build.log is 46 MB
lxsession-edit: build.log is 19 MB
lxshortcut: build.log is 17 MB

Regards,
Christoph

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-14 Thread Matt Domsch
On Tue, Jul 14, 2009 at 01:40:45PM -0500, Matt Domsch wrote:
 I jumped the gun a bit; the results are still syncing out to the
 website.  I'll repost soon as I see the sync is finished.

OK, the logs are all present now.

-- 
Matt Domsch
Technology Strategist, Dell Office of the CTO
linux.dell.com  www.dell.com/linux

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-14 Thread Matt Domsch
On Tue, Jul 14, 2009 at 09:41:57PM +0200, Christoph Wickert wrote:
 Am Dienstag, den 14.07.2009, 13:22 -0500 schrieb Matt Domsch:
 
  cwickert: gwget,lxappearance,lxlauncher,lxsession-edit,lxshortcut
 
 The epiphany extension of gwget is known to be broken. Already reported
 upstream: http://bugzilla.gnome.org/show_bug.cgi?id=585401 
 Should I disable it for now?
 
 The rest are false positives. All have been updated last week without
 problems and I verified they still build with a couple scratch builds:
 http://koji.fedoraproject.org/koji/taskinfo?taskID=1473863
 http://koji.fedoraproject.org/koji/taskinfo?taskID=1473873
 http://koji.fedoraproject.org/koji/taskinfo?taskID=1473864
 http://koji.fedoraproject.org/koji/taskinfo?taskID=1473905
 
 There must be something wrong with your builds:
 lxappearance: build.log is 33 MB
 lxlauncher: build.log is 46 MB
 lxsession-edit: build.log is 19 MB
 lxshortcut: build.log is 17 MB

make got very upset...


mv -f .deps/main.Tpo .deps/main.Po
mv -f .deps/main-dlg.Tpo .deps/main-dlg.Po
mv -f .deps/demo-ui.Tpo .deps/demo-ui.Po
mv -f .deps/main-dlg-ui.Tpo .deps/main-dlg-ui.Po
gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic   -o lxappearance main.o glade-s
upport.o main-dlg-ui.o main-dlg.o demo-ui.o demo.o -lgtk-x11-2.0 -lgdk-x11-2.0 
-latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -
lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
make[2]: Leaving directory `/builddir/build/BUILD/lxappearance-0.2.1/src'
Making all in po
make[2]: Entering directory `/builddir/build/BUILD/lxappearance-0.2.1/po'
cd .. \
   CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
   /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing default-1 commands
make[2]: Leaving directory `/builddir/build/BUILD/lxappearance-0.2.1/po'
make[2]: Entering directory `/builddir/build/BUILD/lxappearance-0.2.1/po'
cd .. \
   CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
   /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing default-1 commands

(repeat until 6 hour timeout)

-- 
Matt Domsch
Technology Strategist, Dell Office of the CTO
linux.dell.com  www.dell.com/linux

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Fedora rawhide rebuild in mock status 2009-07-10 x86_64

2009-07-14 Thread Orcan Ogetbil
On Tue, Jul 14, 2009 at 2:22 PM, Matt Domsch wrote:

 oget: calf,fluidsynth,hydrogen,jack-keyboard,lash,muse,tex-musixtex


All except the last one is due to the e2fsprogs split and I'm fixing them.

But the last one may be an rpm or mock issue. I don't know what to do.
Any ideas?
http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/x86_64/tex-musixtex-0.114-6.rev4.fc11.src.rpm/result/build.log

Orcan

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list