Re: [Mageia-dev] Cauldron display broken

2012-09-04 Thread Angelo Naselli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 03/09/2012 19:40, Anne Wilson ha scritto:
> For some reason it refuses to forget the VGA setting.  In MCC it
> tells me that there is no VGA screen output active, yet the screen
> image clearly shows a ghost-like VGA image underneath the LVDS1
> image.
> 
> Is there any way I can get this back to a workable situation?
hmm just a shoot in the dark, i experienced a similar problem
in mga2, i think it was related to kde and its settings because
i had to boot again with the vga monitor pluuged and set the output
to my notebook display again. After that it booted ok.

HTH,
Angelo
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlBG9uwACgkQqEs9DA4DquB96QCeKoaQYz02pHa3bFBu+i6M5Y6y
iUgAoI9gM4rpRE1u4hHMnoByYq7HliSv
=nalr
-END PGP SIGNATURE-


Re: [Mageia-dev] Cauldron display broken

2012-09-04 Thread Angelo Naselli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


> i had to boot again with the vga monitor pluuged and set the
> output to my notebook display again. After that it booted ok.
And i didn't use mcc, but just krandrtray settings

Angelo
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlBG99YACgkQqEs9DA4DquBYGwCgmjuaYIIuPtEuJDp1yqATFPKc
VfEAnRTzgLMondrMSisdCjyBWfqEx6kF
=aMcZ
-END PGP SIGNATURE-


Re: [Mageia-dev] [changelog] [RPM] cauldron core/release flrig-1.3.08-1.mga3

2012-09-04 Thread Thierry Vignaud
On 4 September 2012 23:25, shlomif  wrote:
> Description :
> Flrig is a transceiver control program designed to be used either stand
> alone or as an adjunct to fldigi. The user interface changes to accommodate
> the degree of CAT support available for the transceiver in use.
> The back end control code for each transceiver is unique to flrig.
> No additional libraries or definition files are required.
>
> Authors:
> 
> W1HKJ - w1...@w1hkj.com

%description != AUTHORS file.
Please remove the 3 last lines from %description

> fedya  1.3.08-1.mga3:
> + Revision: 288250
> - version updat 1.3.08


Re: [Mageia-dev] [changelog] [RPM] cauldron core/release clutter-1.11.14-2.mga3

2012-09-04 Thread JA Magallón

On 09/04/2012 09:01 PM, ovitters wrote:

Name: clutter  Relocations: (not relocatable)
Version : 1.11.14   Vendor: Mageia.Org
Release : 2.mga3Build Date: Tue Sep  4 20:59:01 2012
Install Date: (not installed)   Build Host: jonund.mageia.org
Group   : Graphics  Source RPM: (none)
Size: 4987732  License: LGPLv2+
Signature   : (none)
Packager: ovitters 
URL : http://clutter-project.org/
Summary : Software library for fast, visually rich GUIs
Description :
Clutter is an open source software library for creating fast, visually rich
graphical user interfaces. The most obvious example of potential usage is in
media center type applications. We hope however it can be used for a lot more.

Clutter uses OpenGL (and soon optionally OpenGL ES) for rendering but with an
API which hides the underlying GL complexity from the developer. The Clutter
API is intended to be easy to use, efficient and flexible.

ovitters  1.11.14-2.mga3:
+ Revision: 288211
- rebuild due to new gobject-introspection, changing API, breaking gnome-shell



The i586 version seems to be lost in the ether, has not got to the mirrors...

--
J.A. Magallon \   Winter is coming...


Re: [Mageia-dev] [soft-commits] [5663] debugging...

2012-09-04 Thread Romain d'Alverny
On Tue, Sep 4, 2012 at 8:54 PM, Thierry Vignaud
 wrote:
> On 4 September 2012 19:29,   wrote:
>> debugging...
>
> Err... You can debug w/o commiting that...

Agreed, I would welcome a way to get a sample of the files tree
(what's under /home/schedbot/uploads) to replicate a more similar
environment on my workstation - I don't expect to go on the production
server for that :-p


Re: [Mageia-dev] [soft-commits] [5660] new get_refined_packages_list(); fix get_submitted_packages()

2012-09-04 Thread Thierry Vignaud
On 4 September 2012 19:16,   wrote:
> new get_refined_packages_list(); fix get_submitted_packages()

Likewise, this should have been two differents commits.
If you do big commits b/c of SVN, you can ease your workflow by
switching from SVN to git:

git svn clone svn+ssh://svn.mageia.org/svn/soft/build_system/web

svn ci => git ci
likewise for commit/add/...
then run "git svn dcommit" in order to "push" all your work in SVN
for real


Re: [Mageia-dev] [soft-commits] [5622] Code reorg.

2012-09-04 Thread Thierry Vignaud
On 4 September 2012 11:02,   wrote:
> Code reorg.
>
> - CSS move in style.css
> - configuration values move in conf.php
> - function definitions move in lib.php
> - a few code style fixes
> - test_index.php to test these changes before pushing to prod file

It's a good practice to do smaller commits, aka separating code reorg
from actual style fixes.
Else nobody can actually review those style fixes as they're lost among
unrelated stuff (aka poor SNR)


Re: [Mageia-dev] [soft-commits] [5663] debugging...

2012-09-04 Thread Thierry Vignaud
On 4 September 2012 19:29,   wrote:
> debugging...

Err... You can debug w/o commiting that...

> --- build_system/web/test_index.php   2012-09-04 17:20:56 UTC (rev 5662)
> +++ build_system/web/test_index.php   2012-09-04 17:29:19 UTC (rev 5663)
> @@ -46,12 +46,14 @@
>  $date_gen = date('c');
>
>  $matches = get_submitted_packages($upload_dir);
> +echo 'debug:count:matches', count($matches), '';
>
>  list($pkgs, $hosts, $build_dates, $buildtime_total) =
> get_refined_packages_list(
>  $matches,
>  isset($_GET['package']) ? $_GET['package'] : null,
>  isset($_GET['user']) ? $_GET['user'] : null
>  );
> +echo 'debug:count:pkgs', count($pkgs), '';
>
>  list($stats, $users, $total, $pkgs) = build_stats($pkgs);
>
>


Re: [Mageia-dev] [soft-commits] [5642] skip packages with no name

2012-09-04 Thread Johnny A. Solbu
On Tuesday 04 September 2012 18:52, Romain d'Alverny wrote:
> By the way, there are some builds that get a strangely reported build
> duration (15588 days)

$ LC_ALL=C date --date '-15588 days'
Wed Dec 31 18:25:48 CET 1969

Now That would be a loong build time, it it weren't wrong. :-)=

-- 
Johnny A. Solbu
PGP key ID: 0xFA687324


signature.asc
Description: This is a digitally signed message part.


Re: [Mageia-dev] [soft-commits] [5642] skip packages with no name

2012-09-04 Thread Pascal Terjan
On Tue, Sep 4, 2012 at 9:52 AM, Romain d'Alverny  wrote:
> On Tue, Sep 4, 2012 at 4:56 PM, Thierry Vignaud
>  wrote:
>> On 4 September 2012 16:11,   wrote:
>>> Revision 5642 Author rda Date 2012-09-04 16:11:36 +0200 (Tue, 04 Sep 2012)
>>>
>>> Log Message
>>>
>>> skip packages with no name
>>
>> Is that possible?
>
> Well, I am guilty of not having checked further why, but it happens
> that at the end of the list of packages being built, we used to have
> all the info, except the package name. So it may be that it was
> mis-parsed, but why on these specific occurrences? is it related to
> the fact that it's "old packages" (submitted about 48 hours before)
> and that some parts of the related files were already removed?

It is related, files are not removed but to get information we do a
find of files with a limit on mtime, so we are missing some
information if they were submitted over 2 days ago but built less than
2 days ago

> By the way, there are some builds that get a strangely reported build
> duration (15588 days; always the same value when it occurs). I didn't
> investigate yet.


Re: [Mageia-dev] [soft-commits] [5642] skip packages with no name

2012-09-04 Thread Romain d'Alverny
On Tue, Sep 4, 2012 at 4:56 PM, Thierry Vignaud
 wrote:
> On 4 September 2012 16:11,   wrote:
>> Revision 5642 Author rda Date 2012-09-04 16:11:36 +0200 (Tue, 04 Sep 2012)
>>
>> Log Message
>>
>> skip packages with no name
>
> Is that possible?

Well, I am guilty of not having checked further why, but it happens
that at the end of the list of packages being built, we used to have
all the info, except the package name. So it may be that it was
mis-parsed, but why on these specific occurrences? is it related to
the fact that it's "old packages" (submitted about 48 hours before)
and that some parts of the related files were already removed?

By the way, there are some builds that get a strangely reported build
duration (15588 days; always the same value when it occurs). I didn't
investigate yet.


Re: [Mageia-dev] [changelog] [RPM] cauldron core/release meta-task-3-7.mga3

2012-09-04 Thread Thierry Vignaud
On 4 September 2012 15:45, pterjan  wrote:
> pterjan  1:3-7.mga3:
> + Revision: 288017
> - Simplify rpmsrate-raw so that clean-rpmsrate can parse it
> - Add a sanity check

You forgot bug ID.
And to close that BR too...


Re: [Mageia-dev] [soft-commits] [5642] skip packages with no name

2012-09-04 Thread Thierry Vignaud
On 4 September 2012 16:11,   wrote:
> Revision 5642 Author rda Date 2012-09-04 16:11:36 +0200 (Tue, 04 Sep 2012)
>
> Log Message
>
> skip packages with no name

Is that possible?

> Modified: build_system/web/test_index.php
> ===
> --- build_system/web/test_index.php   2012-09-04 14:02:39 UTC (rev 5641)
> +++ build_system/web/test_index.php   2012-09-04 14:11:36 UTC (rev 5642)
> @@ -33,7 +33,7 @@
>  if (!is_dir($upload_dir)) {
>  $msg = "$upload_dir does not exist on this system. Please check your
> config.";
>  error_log($msg);
> -//die($msg);
> +die($msg);
>  }
>
>  $g_user = isset($_GET['user']) ? htmlentities(strip_tags($_GET['user'])) :
> null;
> @@ -281,6 +281,10 @@
>
>  if ($total > 0) {
>  foreach ($pkgs as $key => $p) {
> +if (trim($p['package']) == '') {
> +continue;
> +}
> +
>  $s .= sprintf($tmpl,
>  $p['type'],
>  timediff(key2timestamp($key)) . ' ago',
> @@ -346,7 +350,7 @@
>
>  $s .= 'Stats. colspan="2">StatusCount%';
>  foreach ($stats as $k => $v) {
> -$s .= sprintf(' class="number">%s%d%d%%',
> +$s .= sprintf(' class="number">%s%d class="percent">%d%%',
>  $k, $k, $v, round($v/$total*100));


Re: [Mageia-dev] [changelog] cauldron core/release x11-driver-video-intel-2.20.6-1.mga3

2012-09-04 Thread Shlomi Fish
Hi Colin,

On Tue, 04 Sep 2012 12:52:18 +0100
Colin Guthrie  wrote:

> 'Twas brillig, and Colin Guthrie at 04/09/12 12:49 did gyre and
> gimble:
> > 'Twas brillig, and tv at 02/09/12 17:26 did gyre and gimble:
> >> Name: x11-driver-video-intel   Relocations: (not
> >> relocatable) Version : 2.20.6
> >> Vendor: Mageia.Org Release : 1.mga3
> >> Build Date: Sun Sep  2 18:24:53 2012 Install Date: (not
> >> installed)   Build Host: jonund.mageia.org
> >> Group   : System/X11Source RPM: (none)
> >> Size: 1629670  License: MIT
> >> Signature   : (none) Packager: tv 
> >> URL : http://xorg.freedesktop.org
> >> Summary : X.org driver for Intel graphics controllers
> >> Description :
> >> x11-driver-video-intel is the X.org driver for Intel video
> >> chipsets.
> >>
> >> tv  2.20.6-1.mga3:
> >> + Revision: 287324
> >> - new release
> >>
> > 
> > Anyone else notice a lot of graphical glitches with this new driver
> > (screen contents jump around and are rendered in the wrong place)?
> > 
> > The previous one was better behaved for me.
> 
> Hmm, and as I write this from the old driver install, it misbehaves
> too. :s
> 
> I suspect something behind gnome-shell causing issues with the
> compositing layer.
> 

Everything appears to be working fine in KDE 4 with the desktop effects enabled.
I can try with gnome 3 later on.

Regards,

Shlomi Fish

-- 
-
Shlomi Fish   http://www.shlomifish.org/
Parody of "The Fountainhead" - http://shlom.in/towtf

Larry Wall can understand the Perl code he wrote last year.

Please reply to list if it's a mailing list post - http://shlom.in/reply .


Re: [Mageia-dev] [changelog] cauldron core/release x11-driver-video-intel-2.20.6-1.mga3

2012-09-04 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 04/09/12 12:49 did gyre and gimble:
> 'Twas brillig, and tv at 02/09/12 17:26 did gyre and gimble:
>> Name: x11-driver-video-intel   Relocations: (not relocatable)
>> Version : 2.20.6Vendor: Mageia.Org
>> Release : 1.mga3Build Date: Sun Sep  2 18:24:53 
>> 2012
>> Install Date: (not installed)   Build Host: jonund.mageia.org
>> Group   : System/X11Source RPM: (none)
>> Size: 1629670  License: MIT
>> Signature   : (none)
>> Packager: tv 
>> URL : http://xorg.freedesktop.org
>> Summary : X.org driver for Intel graphics controllers
>> Description :
>> x11-driver-video-intel is the X.org driver for Intel video chipsets.
>>
>> tv  2.20.6-1.mga3:
>> + Revision: 287324
>> - new release
>>
> 
> Anyone else notice a lot of graphical glitches with this new driver
> (screen contents jump around and are rendered in the wrong place)?
> 
> The previous one was better behaved for me.

Hmm, and as I write this from the old driver install, it misbehaves too. :s

I suspect something behind gnome-shell causing issues with the
compositing layer.

Col


-- 

Colin Guthrie
colin(at)mageia.org
http://colin.guthr.ie/

Day Job:
  Tribalogic Limited http://www.tribalogic.net/
Open Source:
  Mageia Contributor http://www.mageia.org/
  PulseAudio Hacker http://www.pulseaudio.org/
  Trac Hacker http://trac.edgewall.org/


Re: [Mageia-dev] [changelog] cauldron core/release x11-driver-video-intel-2.20.6-1.mga3

2012-09-04 Thread Colin Guthrie
'Twas brillig, and tv at 02/09/12 17:26 did gyre and gimble:
> Name: x11-driver-video-intel   Relocations: (not relocatable)
> Version : 2.20.6Vendor: Mageia.Org
> Release : 1.mga3Build Date: Sun Sep  2 18:24:53 
> 2012
> Install Date: (not installed)   Build Host: jonund.mageia.org
> Group   : System/X11Source RPM: (none)
> Size: 1629670  License: MIT
> Signature   : (none)
> Packager: tv 
> URL : http://xorg.freedesktop.org
> Summary : X.org driver for Intel graphics controllers
> Description :
> x11-driver-video-intel is the X.org driver for Intel video chipsets.
> 
> tv  2.20.6-1.mga3:
> + Revision: 287324
> - new release
> 

Anyone else notice a lot of graphical glitches with this new driver
(screen contents jump around and are rendered in the wrong place)?

The previous one was better behaved for me.

Col

-- 

Colin Guthrie
colin(at)mageia.org
http://colin.guthr.ie/

Day Job:
  Tribalogic Limited http://www.tribalogic.net/
Open Source:
  Mageia Contributor http://www.mageia.org/
  PulseAudio Hacker http://www.pulseaudio.org/
  Trac Hacker http://trac.edgewall.org/


Re: [Mageia-dev] [packages-commits] [272801] drop old manpages in favour of the newer man-pages rpm (glibc)

2012-09-04 Thread Thomas Backlund

Olivier Blin skrev 4.9.2012 12:06:

Revision: 272801
Author:   tmb
Date: 2012-07-20 13:55:13 +0200 (Fri, 20 Jul 2012)
Log Message:
---
drop old manpages in favour of the newer man-pages rpm


Hi,

It seems the man pages removed from glibc are not packaged in man-pages either.
So, we are currently not providing man pages like ld.so(8)



Yes I know some pages are missing, so I intended to add them to the 
man-pages rpm instead.


The glibc-manpages tarball we shipped with glibc was ancient,
wich is why I dropped it :)

It's on my TODO soon'ish...

--
Thomas



Re: [Mageia-dev] [packages-commits] [272801] drop old manpages in favour of the newer man-pages rpm (glibc)

2012-09-04 Thread Olivier Blin
> Revision: 272801
> Author:   tmb
> Date: 2012-07-20 13:55:13 +0200 (Fri, 20 Jul 2012)
> Log Message:
> ---
> drop old manpages in favour of the newer man-pages rpm

Hi,

It seems the man pages removed from glibc are not packaged in man-pages either.
So, we are currently not providing man pages like ld.so(8)

> @@ -1227,7 +1225,6 @@
>  rm -f  $RPM_BUILD_ROOT%{_sysconfdir}/localtime
>  rm -f  $RPM_BUILD_ROOT%{_sbindir}/zdump
>  rm -f  $RPM_BUILD_ROOT%{_sbindir}/zic
> -rm -f  $RPM_BUILD_ROOT%{_mandir}/man1/zdump.1*
>  rm -rf $RPM_BUILD_ROOT%{_datadir}/zoneinfo
>  %endif
>  
> @@ -1242,7 +1239,6 @@
>  rm -rf $RPM_BUILD_ROOT%{_bindir}
>  rm -rf $RPM_BUILD_ROOT%{_sbindir}
>  rm -rf $RPM_BUILD_ROOT%{_datadir}
> -rm -rf $RPM_BUILD_ROOT%{_mandir}
>  rm -rf $RPM_BUILD_ROOT%{_infodir}
>  rm -rf $RPM_BUILD_ROOT%{_prefix}/etc
>  rm -rf $RPM_BUILD_ROOT%{_libdir}/gconv
> @@ -1407,9 +1403,6 @@
>  %config(noreplace) %{_sysconfdir}/rpc
>  %doc nis/nss
>  %doc posix/gai.conf
> -%{_mandir}/man1/*
> -%{_mandir}/man8/rpcinfo.8*
> -%{_mandir}/man8/ld.so*
>  %{_datadir}/locale/locale.alias
>  /sbin/sln
>  %dir %{_prefix}/libexec/getconf
> @@ -1493,7 +1486,6 @@
>  #
>  %if "%{name}" == "glibc"
>  /sbin/ldconfig
> -%{_mandir}/man8/ldconfig*
>  %ghost %{_sysconfdir}/ld.so.cache
>  %dir %{_var}/cache/ldconfig
>  %ghost %{_var}/cache/ldconfig/aux-cache
> @@ -1706,7 +1698,6 @@
>  %files -n timezone
>  %{_sbindir}/zdump
>  %{_sbindir}/zic
> -%{_mandir}/man1/zdump.1*
>  %dir %{_datadir}/zoneinfo
>  %{_datadir}/zoneinfo/*
>  %endif

-- 
Olivier Blin - blino


Re: [Mageia-dev] BS stalled at gstreamer1.0?

2012-09-04 Thread nicolas vigier
On Tue, 04 Sep 2012, Funda Wang wrote:

> Hello,
> 
> Could anybody check why BS has been stalled twice at gstream0.10? I
> don't see any problems here.

Stalled running test suite:
Running suite(s): GstValue
100%: Checks: 36, Failures: 0, Errors: 0
PASS: gst/gstvalue
Running suite(s): states

On x86_64 and i586.



Re: [Mageia-dev] Fresh install boot fails - "unknown filesystem type 'ext4'

2012-09-04 Thread Thierry Vignaud
On 3 September 2012 19:00, Colin Guthrie  wrote:
 On a fresh install with this morning's cauldron, the first boot of the
 system drops to a Repair shell with the message:

  mount: unknown filesystem type 'ext4'
  dracut Warning: *** An error occurred during the file system check

 This has to have happened since the last ISOs were cut, since I haven't
 noticed a similar complain about them.

 WIP, oh-I-know-what-that-is, or do you want a bug report ?
>>>
>>> Yes. Attach your /root/drakx/report.bug.gz and assign to Colin :-)
>>
>>
>> Also the ddebug.log from the install would be useful too.
>
> Actually I'm sure that's in the report.bug.gz, so don't bother!
>
> We should really compress these with xz these days :p

Done in my git tree


[Mageia-dev] BS stalled at gstreamer1.0?

2012-09-04 Thread Funda Wang
Hello,

Could anybody check why BS has been stalled twice at gstream0.10? I
don't see any problems here.

Thanks.