Re: Buildroot broken? (iproute)

2011-07-12 Thread Petr Sabata
On Tue, Jul 12, 2011 at 09:00:24AM +0200, Petr Sabata wrote: On Mon, Jul 11, 2011 at 11:13:23AM -0600, Jerry James wrote: I can't build for Rawhide today. Here's an example: http://koji.fedoraproject.org/koji/getfile?taskID=3191106name=root.log Here's an excerpt: DEBUG

Re: systemd: Is it wrong?

2011-07-12 Thread Alexander Boström
tis 2011-07-12 klockan 06:29 + skrev JB: Regarding your statement on Parallelism. Let's consider these two ExecStartPre with 'exec': Is that still considered sequential execution, or parallel execution and a violation of the previous principle ? Starting SysV scripts from ExecStartPre is

Re: systemd: Is it wrong?

2011-07-12 Thread JB
Alexander Boström abo at root.snowtree.se writes: tis 2011-07-12 klockan 06:29 + skrev JB: Regarding your statement on Parallelism. Let's consider these two ExecStartPre with 'exec': Is that still considered sequential execution, or parallel execution and a violation of the

Re: Lack of space on /

2011-07-12 Thread Stephen Gallagher
On Mon, 2011-07-11 at 23:55 +0200, Michał Piotrowski wrote: I am using Linux every day, but for a long time I did not use X. Some people just needs shell magic :) The primary reason to use X is to have multiple shell prompts on the screen at the same time, isn't it? :) signature.asc

Re: Firefox channels (Nightly, Aurora and Beta) in F16

2011-07-12 Thread Stephen Gallagher
On Tue, 2011-07-12 at 01:07 +0200, Maciej Małecki wrote: Hello everyone! As it is my first mail to this list, let me briefly introduce myself: I am Maciej Małecki, software developer based in Poznań, Poland. I've been using Fedora since F11 (and I love it). The point is: is there a chance

Re: systemd: Is it wrong?

2011-07-12 Thread Alexander Boström
Please just stop trying to explicitly abuse the system and instead figure out the cleanest way to solve whatever problem you're trying to solve. /abo -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Lack of space on /

2011-07-12 Thread Felix Miata
On 2011/07/12 07:41 (GMT-0400) Stephen Gallagher composed: On Mon, 2011-07-11 at 23:55 +0200, Michał Piotrowski wrote: I am using Linux every day, but for a long time I did not use X. Some people just needs shell magic :) The primary reason to use X is to have multiple shell prompts on

Re: systemd: Is it wrong?

2011-07-12 Thread JB
Alexander Boström abo at root.snowtree.se writes: Please just stop trying to explicitly abuse the system and instead figure out the cleanest way to solve whatever problem you're trying to solve. /abo I have already done that - the clean way to solve the OP's problem. But in addition I

How to read /proc/locks in safe mode?

2011-07-12 Thread Dario Lesca
Hi, how to I can read in safe mode, from bash, the content of /proc/locks? On my system I have more than 7000/9000 line into /proc/locks and if I read it with awk (or cat or grep or cp) the file change during the read and my input is undefined and is not processable (see attach). My target is

Re: How to remotely download a package from koji?

2011-07-12 Thread Richard Shaw
Never mind! I didn't catch the was getting interpreted by the shell, quoting the url fixed it. Thanks, Richard -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: How to remotely download a package from koji?

2011-07-12 Thread Dan Horák
Richard Shaw píše v Út 12. 07. 2011 v 08:22 -0500: I'm trying to remotely download a package from a koji scratch build but it doesn't work. # curl -L -O http://koji.fedoraproject.org/koji/getfile?taskID=3192896name=BackupPC-3.2.1-1.fc14.src.rpm Usually the -L handles the redirects

Re: How to remotely download a package from koji?

2011-07-12 Thread Tim Bielawa
On Tue, 12 Jul 2011 08:22:53 -0500, Richard Shaw hobbes1...@gmail.com wrote: I'm trying to remotely download a package from a koji scratch build but it doesn't work. # curl -L -O http://koji.fedoraproject.org/koji/getfile?taskID=3192896name=BackupPC-3.2.1-1.fc14.src.rpm Usually the -L

Re: How to remotely download a package from koji?

2011-07-12 Thread Jan Kratochvil
On Tue, 12 Jul 2011 15:22:53 +0200, Richard Shaw wrote: I'm trying to remotely download a package from a koji scratch build but it doesn't work. # curl -L -O http://koji.fedoraproject.org/koji/getfile?taskID=3192896name=BackupPC-3.2.1-1.fc14.src.rpm Scratch download links should be direct

Re: systemd: Is it wrong? - wrong order

2011-07-12 Thread Reindl Harald
Am 11.07.2011 13:11, schrieb Florian Müllner: 2011/7/11 Reindl Harald h.rei...@thelounge.net mailto:h.rei...@thelounge.net my main critic on systemd shipped als default with F15 is that widely used services like NFS are not converted to systemd BEFORE systemd replaced upstart

Re: systemd: Is it wrong?

2011-07-12 Thread Reindl Harald
Am 11.07.2011 14:29, schrieb Michal Schmidt: according to my bugreport (yes the topic was wrong because unexpected bahvior) systemctl stop mysqld.service should implicitly always stop an according svcname.socket as long we do not restart - STOP means STOP and not restart :-) 'systemctl

how configure xguest

2011-07-12 Thread Reindl Harald
since sabayon crashs i do not know what this tool offers but why is this so complicated instead taking the physical file of /home/xguest/ and copy them in the tmpfs-mount before login? needing firefox and some kiosk-app the prevent exit firefox or start anything other on the machine and some

Re: systemd: Is it wrong?

2011-07-12 Thread Reindl Harald
Am 12.07.2011 10:30, schrieb Alexander Boström: Waiting for return code and waiting for command completion are pretty much the same thing in theory in the real world processes like mysqld which are multi-threaded you can get a successfull return-code while the process is finishing his tasks

Re: systemd: Is it wrong?

2011-07-12 Thread Michal Schmidt
On 07/12/2011 10:42 AM, Reindl Harald wrote: in the real world processes like mysqld which are multi-threaded you can get a successfull return-code while the process is finishing his tasks which is my biggest problem with systemd the process itself knows that he is running fine, finish his

Re: How to remotely download a package from koji?

2011-07-12 Thread Richard Shaw
On Tue, Jul 12, 2011 at 8:34 AM, Jan Kratochvil jan.kratoch...@redhat.com wrote: On Tue, 12 Jul 2011 15:22:53 +0200, Richard Shaw wrote: I'm trying to remotely download a package from a koji scratch build but it doesn't work. # curl -L -O

Re: How to remotely download a package from koji?

2011-07-12 Thread Nicola Soranzo
Alle martedì 12 luglio 2011, Richard Shaw ha scritto: On Tue, Jul 12, 2011 at 8:34 AM, Jan Kratochvil jan.kratoch...@redhat.com wrote: On Tue, 12 Jul 2011 15:22:53 +0200, Richard Shaw wrote: I'm trying to remotely download a package from a koji scratch build but it doesn't work. #

Re: How to remotely download a package from koji?

2011-07-12 Thread Richard W.M. Jones
On Tue, Jul 12, 2011 at 09:31:33AM -0400, Tim Bielawa wrote: I found this script once before to simplify downloading the results of scratch builds: Can't the koji download-build subcommand do this? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones

Re: Firefox channels (Nightly, Aurora and Beta) in F16

2011-07-12 Thread Christopher Aillon
On 07/11/2011 04:07 PM, Maciej Małecki wrote: Hello everyone! As it is my first mail to this list, let me briefly introduce myself: I am Maciej Małecki, software developer based in Poznań, Poland. I've been using Fedora since F11 (and I love it). The point is: is there a chance to have

Re: systemd: Is it wrong?

2011-07-12 Thread Jarosław Górny
Hi, Wiadomość napisana w dniu 2011-07-11, o godz. 11:04, przez drago01: The same thing applies to system daemons only because it has been done like this does not make it right ... and really asking the user to edit the source code (yes shell scripts are source code not configuration files)

Re: glibc 2.14-4 eats my data (Re: F15 ext3, eCryptfs + samba = data corruption (Re: F15 Error mounting eCryptfs: [-5] Input/output error on different disks))

2011-07-12 Thread Michal Hlavinka
ok, complain about memcpy in ecryptfs-utils is gone. I've checked all of them and I think I've fixed those which needed it. I was not able to reproduce original problem nor valgrind complaint, so please test if following package produces memcpy complain in valgrind output or not:

Garbled Gateway Netbook display

2011-07-12 Thread Ceco
Posted comment, lspci file and Xorg.conf file submitted for bug 657607https://bugzilla.redhat.com/show_bug.cgi?id=657607 -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: cmake so versioning issue

2011-07-12 Thread Richard Shaw
Dang line wrapping :) Here's another version using LIBRARIES_SOVERSION instead. Didn't see it the first time. http://pastebin.com/8wQeM6XQ Richard -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

[ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Bill Nottingham
Each release, before branching, we block currently orphaned packages. It's that time again for Fedora 16. New this go-round is that we are also blocking packages that have failed to build since before Fedora 14. The following packages are currently orphaned, or fail to build. If you have a need

Re: I'll take auto-destdir

2011-07-12 Thread Jerry James
On Thu, Jul 7, 2011 at 2:22 PM, Jerry James loganje...@gmail.com wrote: The package auto-destdir was recently orphaned due to a maintainer that didn't sign the new agreement.  One of my packages BRs it.  I tried to take it myself in pkgdb, but wound up as comaintainer to the Orphan maintainer

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Tom Callaway
On 07/12/2011 03:28 PM, Bill Nottingham wrote: Orphan: ecore xmms2 requires ecore-devel = 1.0.0-2.fc15 xmms2 requires libecore.so.1 xmms2-ruby requires libecore.so.1 Orphan: libsexy awn-extras-applets requires libsexy-devel = 0.1.11-17.fc16 gmpc requires libsexy.so.2

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Bruno Wolff III
On Tue, Jul 12, 2011 at 15:28:59 -0400, Bill Nottingham nott...@redhat.com wrote: Orphan pychess comaintained by: salimma I'll take this one. It's a nice enough chess program that I want to keep it. Orphan: gdk-pixbuf freetennis requires gdk-pixbuf-devel = 1:0.22.0-38.fc12

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Brian Pepple
On Tue, Jul 12, 2011 at 3:28 PM, Bill Nottingham nott...@redhat.com wrote: Orphan telepathy-haze I'll grab this since I already maintain most of telepathy stack. Later, /B -- Brian Pepple bpep...@fedoraproject.org https://fedoraproject.org/wiki/User:Bpepple gpg --keyserver pgp.mit.edu

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Fabian Deutsch
Am Dienstag, den 12.07.2011, 15:28 -0400 schrieb Bill Nottingham: Orphan link-grammar I am taking this one. As parsing stuff is always a fancy thing :) - fabian -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: I'll take auto-destdir

2011-07-12 Thread Björn Persson
Jerry James wrote: On Thu, Jul 7, 2011 at 2:22 PM, Jerry James loganje...@gmail.com wrote: The package auto-destdir was recently orphaned due to a maintainer that didn't sign the new agreement. One of my packages BRs it. I tried to take it myself in pkgdb, but wound up as comaintainer to

Re: I'll take auto-destdir

2011-07-12 Thread Toshio Kuratomi
On Tue, Jul 12, 2011 at 01:37:15PM -0600, Jerry James wrote: On Thu, Jul 7, 2011 at 2:22 PM, Jerry James loganje...@gmail.com wrote: The package auto-destdir was recently orphaned due to a maintainer that didn't sign the new agreement.  One of my packages BRs it.  I tried to take it myself

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Bill Nottingham
Bruno Wolff III (br...@wolff.to) said: Orphan: gdk-pixbuf freetennis requires gdk-pixbuf-devel = 1:0.22.0-38.fc12 I'll take this one to keep freetennis, which seems to be a fairly highly rated game. gdk-pixbuf is FTBFS, but I think I can get it building before alpha. This looks like

Re: I'll take auto-destdir

2011-07-12 Thread Jerry James
On Tue, Jul 12, 2011 at 2:12 PM, Toshio Kuratomi a.bad...@gmail.com wrote: Sorry I didn't see this at first.  I've made you owner of all the branches. Great. Thanks, Toshio. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Bill Nottingham
Bruno Wolff III (br...@wolff.to) said: I'll take this one to keep freetennis, which seems to be a fairly highly rated game. gdk-pixbuf is FTBFS, but I think I can get it building before alpha. This looks like a rather bogus dep, IMO - gdk-pixbuf is for GTK1 apps, and freetennis is

calweaver retirement.

2011-07-12 Thread Itamar Reis Peixoto
no new versions of callweaver for a long time. no new messages in mailing lists. callweaver website is down since a week+ http://www.callweaver.org/ is ok to retire it ? -- Itamar Reis Peixoto msn, google talk: ita...@ispbrasil.com.br +55 11 4063 5033 (FIXO SP) +55 34 9158 9329

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Bill Nottingham
Bill Nottingham (nott...@redhat.com) said: Thanks. For the time being I'll still take it. I'll also ask for access to freetennis so I can do a freetennis build that doesn't require it. If I can fix the FTBFS I am willing to hang on to it for a while, though people interested in protecting

Re: How to remotely download a package from koji?

2011-07-12 Thread Ville Skyttä
On 07/12/2011 04:31 PM, Tim Bielawa wrote: $ wget http://koji.fedoraproject.org/koji/getfile?taskID=3192896\name=BackupPC-3.2.1-1.fc14.src.rpm [...] 2011-07-12 09:30:45 (819 KB/s) - “getfile?taskID=3192896name=BackupPC-3.2.1-1.fc14.src.rpm” saved [525870/525870] Not ideal though... If

Poll: Does ACPI lid state work on your Linux laptop?

2011-07-12 Thread Pasi Kärkkäinen
Hello list, I'm curious to know how many laptops have problems with ACPI lid state in Linux. I've been told some laptops report wrong lid state through ACPI, while my laptop seems to report it properly. This poll is related to Fedora bugreport: ACPI LID state ignored on laptop, wrong display

Re: glibc 2.14-4 eats my data (Re: F15 ext3, eCryptfs + samba = data corruption (Re: F15 Error mounting eCryptfs: [-5] Input/output error on different disks))

2011-07-12 Thread Michał Piotrowski
W dniu 12 lipca 2011 18:23 użytkownik Michal Hlavinka mhlav...@redhat.com napisał: ok, complain about memcpy in ecryptfs-utils is gone. I've checked all of them and I think I've fixed those which needed it. I was not able to reproduce original problem nor valgrind complaint, so please test if

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Kalev Lember
On 07/12/2011 11:30 PM, Bill Nottingham wrote: Bruno Wolff III (br...@wolff.to) said: I'll take this one to keep freetennis, which seems to be a fairly highly rated game. gdk-pixbuf is FTBFS, but I think I can get it building before alpha. This looks like a rather bogus dep, IMO -

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Thomas Spura
On Tue, 12 Jul 2011 15:28:59 -0400 Bill Nottingham wrote: Orphan gpointing-device-settings This is co-maintained by whot (not shown in this list). I definitely want to keep this. Peter: Do you continue as primary maintainer and I'll co-maintain it, or do you want to stay co-maintainer?

[ACTION REQUIRED v2] Retiring packages in F-16

2011-07-12 Thread Bill Nottingham
Each release, before branching, we block currently orphaned packages. It's that time again for Fedora 16. New this go-round is that we are also blocking packages that have failed to build since before Fedora 14. The following packages are currently orphaned, or fail to build. If you have a need

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Paul Howarth
On Tue, 12 Jul 2011 15:28:59 -0400 Bill Nottingham nott...@redhat.com wrote: Orphan: spambayes kdepim requires spambayes = 1.1-0.3.a6.fc15 trac-spamfilter-plugin requires spambayes = 1.1-0.3.a6.fc15 I've taken spambayes as I need it for trac-spamfilter-plugin. I would really appreciate

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Bill Nottingham
Dave Jones (da...@redhat.com) said: On Tue, Jul 12, 2011 at 03:28:59PM -0400, Bill Nottingham wrote: Orphan ip6sic I've used this from time to time. I'll pick it up. Orphan minicom comaintained by: jcapik If something is orphaned, but has comaintainers, is that enough to

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Dave Jones
On Tue, Jul 12, 2011 at 05:12:07PM -0400, Bill Nottingham wrote: Orphan minicom comaintained by: jcapik If something is orphaned, but has comaintainers, is that enough to keep it in the distro ? Not really - we'd like one of the comaintainers to pick it up as

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Toshio Kuratomi
On Tue, Jul 12, 2011 at 05:04:51PM -0400, Dave Jones wrote: On Tue, Jul 12, 2011 at 03:28:59PM -0400, Bill Nottingham wrote: Orphan ip6sic I've used this from time to time. I'll pick it up. Orphan minicom comaintained by: jcapik If something is orphaned, but has

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Dave Jones
On Tue, Jul 12, 2011 at 05:04:51PM -0400, Dave Jones wrote: On Tue, Jul 12, 2011 at 03:28:59PM -0400, Bill Nottingham wrote: Orphan ip6sic I've used this from time to time. I'll pick it up. So I took maintainership in pkgdb. Now every time I commit, I get a bounce email from

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Adam Williamson
On Tue, 2011-07-12 at 16:00 -0400, Tom Callaway wrote: Orphan: libsexy awn-extras-applets requires libsexy-devel = 0.1.11-17.fc16 gmpc requires libsexy.so.2 gmpc requires libsexy-devel = 0.1.11-17.fc16 gwaei requires libsexy.so.2 gwaei requires libsexy-devel =

Epson inkjet driver review

2011-07-12 Thread Jussi Lehtola
Hi, in case anyone here is running an Epson inkjet printer, you might want to know that I have packaged Epson's open source driver. The review is at https://bugzilla.redhat.com/show_bug.cgi?id=720435 and it is free for the taking. I've tested that the driver works on my own F15 desktop. PS.

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Bill Nottingham
Dave Jones (da...@redhat.com) said: On Tue, Jul 12, 2011 at 05:04:51PM -0400, Dave Jones wrote: On Tue, Jul 12, 2011 at 03:28:59PM -0400, Bill Nottingham wrote: Orphan ip6sic I've used this from time to time. I'll pick it up. So I took maintainership in pkgdb. Now every

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Toshio Kuratomi
On Tue, Jul 12, 2011 at 2:22 PM, Dave Jones da...@redhat.com wrote: On Tue, Jul 12, 2011 at 05:04:51PM -0400, Dave Jones wrote:   On Tue, Jul 12, 2011 at 03:28:59PM -0400, Bill Nottingham wrote:       Orphan ip6sic     I've used this from time to time. I'll pick it up. So I took

Re: [ACTION REQUIRED v2] Retiring packages in F-16

2011-07-12 Thread Paul Wouters
On Tue, 12 Jul 2011, Bill Nottingham wrote: The following packages are currently orphaned, or fail to build. If you have a need for one of these packages, please pick them up. This list has been fixed to properly show all orphaned packages. It's a lot longer. Orphan python-pydns Orphan

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Bill Nottingham
Adam Williamson (awill...@redhat.com) said: I believe the idea is that libsexy should be able to die now, as all it did should be possible through other libs, so probably the things that use it (and that aren't intermediary widgets like libsexymm and python-sexy and so on) need to get ported

Re: [ACTION REQUIRED v2] Retiring packages in F-16

2011-07-12 Thread Christoph Wickert
Am Dienstag, den 12.07.2011, 17:10 -0400 schrieb Bill Nottingham: Orphan tango-icon-theme Orphan tango-icon-theme-extras I have taken these. Regards, Christoph -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Chuck Anderson
On Tue, Jul 12, 2011 at 03:28:59PM -0400, Bill Nottingham wrote: Orphan: fping mon requires fping = 2.4b2-11.fc15 nagios-plugins requires /usr/sbin/fping nagios-plugins-fping requires /usr/sbin/fping smokeping requires fping = 2.4b2-11.fc15 wifiroamd requires fping =

Re: [ACTION REQUIRED v2] Retiring packages in F-16

2011-07-12 Thread Chuck Anderson
Orphan midisport-firmware I own hardware that uses this. Taken. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [ACTION REQUIRED v2] Retiring packages in F-16

2011-07-12 Thread Jitesh Shah
..snip.. Orphan gnome-rdp Taken since I use it. Willing to give it away to a more able maintainer. Orphan libdwarf Taken, but willing to give up to a more able maintainer. Orphan tcptrack Taken. Jitesh -- devel mailing list devel@lists.fedoraproject.org

Re: [ACTION REQUIRED v2] Retiring packages in F-16

2011-07-12 Thread Dave Jones
On Tue, Jul 12, 2011 at 06:47:12PM -0400, Chuck Anderson wrote: Orphan midisport-firmware I own hardware that uses this. Taken. you'll want to take its dependancy too 'fxload' Dave -- devel mailing list devel@lists.fedoraproject.org

Re: [ACTION REQUIRED v2] Retiring packages in F-16

2011-07-12 Thread Chuck Anderson
On Tue, Jul 12, 2011 at 07:08:20PM -0400, Dave Jones wrote: On Tue, Jul 12, 2011 at 06:47:12PM -0400, Chuck Anderson wrote: Orphan midisport-firmware I own hardware that uses this. Taken. you'll want to take its dependancy too 'fxload' Thanks, taken. -- devel mailing list

Re: [ACTION REQUIRED] Retiring packages in F-16

2011-07-12 Thread Peter Hutterer
On Tue, Jul 12, 2011 at 11:05:14PM +0200, Thomas Spura wrote: On Tue, 12 Jul 2011 15:28:59 -0400 Bill Nottingham wrote: Orphan gpointing-device-settings This is co-maintained by whot (not shown in this list). I definitely want to keep this. Peter: Do you continue as primary maintainer

Re: [ACTION REQUIRED v2] Retiring packages in F-16

2011-07-12 Thread Brian C. Lane
On Tue, Jul 12, 2011 at 05:10:01PM -0400, Bill Nottingham wrote: I've grabbed mx -- Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT) pgpL2POsFCiDn.pgp Description: PGP signature -- devel mailing list devel@lists.fedoraproject.org

Re: Lack of space on /

2011-07-12 Thread Chris Jones
Some of us do watch movies also, which of course requires an X session. Cheers Chris Jones -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Lack of space on /

2011-07-12 Thread Adam Williamson
On Wed, 2011-07-13 at 11:08 +1000, Chris Jones wrote: Some of us do watch movies also, which of course requires an X session. Not really. mplayer has several outputs which function without an X session - less usefully, aalib; more usefully, directfb. I dunno if they work in modern Fedora,

File File-HomeDir-0.98.tar.gz uploaded to lookaside cache by spot

2011-07-12 Thread Tom Callaway
A file has been added to the lookaside cache for perl-File-HomeDir: 6db96f151a707894e0822c8014ae80dd File-HomeDir-0.98.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-List-MoreUtils] rebuild to fix broken rawhide deps

2011-07-12 Thread Tom Callaway
commit 002d8836ccce48681f78966885e58614202a2fbc Author: Tom spot Callaway tcall...@redhat.com Date: Tue Jul 12 11:20:49 2011 -0400 rebuild to fix broken rawhide deps perl-List-MoreUtils.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git

[Bug 719560] perl-File-HomeDir-0.98 is available

2011-07-12 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=719560 Tom spot Callaway tcall...@redhat.com changed: What|Removed |Added

[Bug 720744] New: Rebuild required to work correctly with perl 5.12.4

2011-07-12 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Rebuild required to work correctly with perl 5.12.4 https://bugzilla.redhat.com/show_bug.cgi?id=720744 Summary: Rebuild required to work correctly with perl

[perl-Devel-Cover/f15] 0.78

2011-07-12 Thread Tom Callaway
commit 9c4bbfa1824873316ed1eb4d26ab18130fd95da2 Author: Tom spot Callaway tcall...@redhat.com Date: Tue Jul 12 15:21:45 2011 -0400 0.78 perl-Devel-Cover.spec | 23 +-- sources |2 +- 2 files changed, 14 insertions(+), 11 deletions(-) --- diff --git

[Bug 720744] Rebuild required to work correctly with perl 5.12.4

2011-07-12 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720744 --- Comment #1 from Fedora Update System upda...@fedoraproject.org 2011-07-12 15:30:58 EDT --- perl-Devel-Cover-0.78-1.fc15 has

File App-perlbrew-0.27.tar.gz uploaded to lookaside cache by iarnell

2011-07-12 Thread Iain Arnell
A file has been added to the lookaside cache for perlbrew: cfe29d49235c6f37e7a155d457579e12 App-perlbrew-0.27.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perlbrew] update to 0.27

2011-07-12 Thread Iain Arnell
commit cf479632152db48d74a99c16417de40b93770e64 Author: Iain Arnell iarn...@gmail.com Date: Wed Jul 13 05:54:48 2011 +0200 update to 0.27 .gitignore|1 + perlbrew.spec |9 +++-- sources |2 +- 3 files changed, 9 insertions(+), 3 deletions(-) --- diff --git

[mojomojo] add missing MODULE_COMPAT requires

2011-07-12 Thread Iain Arnell
commit 013807af057ca1cf71815eed96cc8c1888601c25 Author: Iain Arnell iarn...@gmail.com Date: Wed Jul 13 05:48:55 2011 +0200 add missing MODULE_COMPAT requires mojomojo.spec |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) --- diff --git a/mojomojo.spec b/mojomojo.spec index

[perlbrew/f14] update to 0.27

2011-07-12 Thread Iain Arnell
commit 22e4e017f4299b9a0a6c03d7318242fd314f99da Author: Iain Arnell iarn...@gmail.com Date: Wed Jul 13 05:54:48 2011 +0200 update to 0.27 .gitignore|1 + perlbrew.spec |9 +++-- sources |2 +- 3 files changed, 9 insertions(+), 3 deletions(-) --- diff --git

[Bug 720295] perlbrew-0.27 is available

2011-07-12 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720295 --- Comment #2 from Fedora Update System upda...@fedoraproject.org 2011-07-13 01:29:17 EDT --- perlbrew-0.27-1.fc14 has been

[Bug 720295] perlbrew-0.27 is available

2011-07-12 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720295 --- Comment #1 from Fedora Update System upda...@fedoraproject.org 2011-07-13 01:29:10 EDT --- perlbrew-0.27-1.fc15 has been