Re: wrap-and-sort madness

2014-09-18 Thread Scott Kitterman
IIRC it's an issue in python-apt that was recently fixed so this should be a 
thing of the past ~soon.

Scott K

On Thursday, September 18, 2014 17:40:39 Harald Sitter wrote:
> FWIW this is an issue in whatever crap control parser wrap-and-sort
> uses, it doesn't strip input lines of nonprintables and the control
> file in question had whitespaces between binary stanzas so what
> happened was that w-a-s read half the file as one binary stanza (which
> btw shouldn't happen with a valid strict parser behavior because one
> binary stanza cannot have the same field multiple times). Sorting
> everything as if there only was one binary then of course breaks
> horribly.
> High quality software at work \o/
> 
> On Wed, Sep 17, 2014 at 3:11 PM, Scarlett Clark  wrote:
> > [06:05:39]  sgclark: write a mail to kubuntu-devel about
> > that
> > please
> > 
> > The control file was completely obliterated by wrap-and-sort.
> > 
> > (plasma5)scarlett@scarlett-Lappy:~/Work/bzr-
> > source/FRAMEWORKS/kdelibs4support$ bzr diff
> > === modified file 'debian/changelog'
> > --- debian/changelog2014-09-12 12:56:18 +
> > +++ debian/changelog2014-09-17 12:51:49 +
> > @@ -1,8 +1,13 @@
> > 
> >  kdelibs4support (5.2.0-0ubuntu1) UNRELEASED; urgency=medium
> > 
> > +  [ Jonathan Riddell ]
> > 
> >* New upstream release
> >* Use pkg-kde-tools version 3 scripts
> > 
> > +  [ Scarlett Clark ]
> > +  * Cleanup copyright + move copyright extra details to comment to
> > silence
> > +space-in-std-shortname-in-dep5-copyright lintian error.
> > +
> > 
> >   -- Jonathan Riddell   Thu, 11 Sep 2014 20:34:59
> > 
> > +
> > 
> >  kdelibs4support (5.1.0-0ubuntu3) utopic; urgency=medium
> > 
> > === modified file 'debian/control'
> > --- debian/control  2014-09-12 12:56:18 +
> > +++ debian/control  2014-09-17 12:51:06 +
> > @@ -7,8 +7,8 @@
> > 
> > debhelper (>= 9.0.0),
> > extra-cmake-modules (>= 1.2.0),
> > kdoctools-dev (>= 5.2.0),
> > 
> > +   kgendesignerplugin (>= 5.2.0),
> > 
> > kio-dev (>= 5.2.0),
> > 
> > -   kgendesignerplugin (>= 5.2.0),
> > 
> > libecm-dev,
> > libintl-perl,
> > libkf5archive-dev (>= 5.2.0),
> > 
> > @@ -62,29 +62,11 @@
> > 
> >  Vcs-Browser:
> >  http://bazaar.launchpad.net/~kubuntu-packagers/kubuntu-packaging-next/kd
> >  elibs4support Vcs-Bzr:
> >  https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging-next/kde
> >  libs4support> 
> > -Package: libkf5kdelibs4support-dev
> > +Package: libkf5kdelibs4support5-bin
> > 
> >  Section: libdevel
> >  Architecture: any
> > 
> > -Depends: libkf5kdelibs4support5 (= ${binary:Version}),
> > - libkf5kdelibs4support5-bin (= ${binary:Version}), ${misc:Depends},
> > - libkf5auth-dev,
> > - libkf5configwidgets-dev,
> > - libkf5coreaddons-dev,
> > - libkf5crash-dev,
> > - kgendesignerplugin,
> > - kdoctools-dev,
> > - libkf5emoticons-dev,
> > - libkf5guiaddons-dev,
> > - libkf5iconthemes-dev,
> > - libkf5itemmodels-dev,
> > - kinit-dev,
> > - libkf5notifications-dev,
> > - libkf5parts-dev,
> > - libkf5textwidgets-dev,
> > - libkf5unitconversion-dev,
> > - libkf5windowsystem-dev,
> > - qtbase5-dev
> > -Description: development files for kde4support
> > +Depends: ${misc:Depends}, ${shlibs:Depends}
> > +Description: Porting aid from KDELibs4.
> > 
> >   This framework provides code and utilities to ease
> >   the transition from kdelibs 4 to KDE Frameworks 5.
> >   This includes CMake macros and C++ classes whose
> > 
> > @@ -96,73 +78,10 @@
> > 
> >   the notes at 
> >   should help with this.
> >   .
> > 
> > - Note that some of the classes in this framework, especially
> > - KStandardDirs, may not work correctly unless any libraries
> > - and other software using the KDE4 Support framework are
> > - installed to the same location as KDE4Support, although
> > - it may be sufficient to set the KDEDIRS environment
> > - variable correctly.
> > - .
> > - Contains development files for kde4support.
> > -
> > -Package: libkf5kdelibs4support5
> > -Architecture: any
> > -Depends: ${shlibs:Depends}, ${misc:Depends}
> > + This package contains binaries and plugins from kdelibs4support.
> > 
> >  Recommends: libkf5kdelibs4support5-bin (= ${binary:Version})
> > 
> > -Description: Porting aid from KDELibs4.
> > - This framework provides code and utilities to ease
> > - the transition from kdelibs 4 to KDE Frameworks 5.
> > - This includes CMake macros and C++ classes whose
> > - functionality has been replaced by code in CMake,
> > - Qt and other frameworks.
> > - .
> > - Code should aim to port away from this framework eventually.
> > - The API documentation of the classes in this framework and
> > - the notes at 
> > - should help with this.
> > - .
> > - Note that some of the classes in this framework, espec

Re: gdb broken

2014-09-18 Thread Rohan Garg
On Thu, Sep 18, 2014 at 12:29 PM, Harald Sitter  wrote:
> drkonqi is broken thanks to a bug in gdb 7.8 preventing drkonqi from
> ever fetching a viable backtrace
>
> https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1371043
>
> we'll have to keep an eye on this (or really more like all of our eyes :S)
>
> --
> kubuntu-devel mailing list
> kubuntu-devel@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel

Thanks for looking into this!

*hugs*

RG

-- 
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel


Re: wrap-and-sort madness

2014-09-18 Thread Harald Sitter
FWIW this is an issue in whatever crap control parser wrap-and-sort
uses, it doesn't strip input lines of nonprintables and the control
file in question had whitespaces between binary stanzas so what
happened was that w-a-s read half the file as one binary stanza (which
btw shouldn't happen with a valid strict parser behavior because one
binary stanza cannot have the same field multiple times). Sorting
everything as if there only was one binary then of course breaks
horribly.
High quality software at work \o/

On Wed, Sep 17, 2014 at 3:11 PM, Scarlett Clark  wrote:
> [06:05:39]  sgclark: write a mail to kubuntu-devel about that
> please
>
> The control file was completely obliterated by wrap-and-sort.
>
> (plasma5)scarlett@scarlett-Lappy:~/Work/bzr-
> source/FRAMEWORKS/kdelibs4support$ bzr diff
> === modified file 'debian/changelog'
> --- debian/changelog2014-09-12 12:56:18 +
> +++ debian/changelog2014-09-17 12:51:49 +
> @@ -1,8 +1,13 @@
>  kdelibs4support (5.2.0-0ubuntu1) UNRELEASED; urgency=medium
>
> +  [ Jonathan Riddell ]
>* New upstream release
>* Use pkg-kde-tools version 3 scripts
>
> +  [ Scarlett Clark ]
> +  * Cleanup copyright + move copyright extra details to comment to silence
> +space-in-std-shortname-in-dep5-copyright lintian error.
> +
>   -- Jonathan Riddell   Thu, 11 Sep 2014 20:34:59
> +
>
>  kdelibs4support (5.1.0-0ubuntu3) utopic; urgency=medium
>
> === modified file 'debian/control'
> --- debian/control  2014-09-12 12:56:18 +
> +++ debian/control  2014-09-17 12:51:06 +
> @@ -7,8 +7,8 @@
> debhelper (>= 9.0.0),
> extra-cmake-modules (>= 1.2.0),
> kdoctools-dev (>= 5.2.0),
> +   kgendesignerplugin (>= 5.2.0),
> kio-dev (>= 5.2.0),
> -   kgendesignerplugin (>= 5.2.0),
> libecm-dev,
> libintl-perl,
> libkf5archive-dev (>= 5.2.0),
> @@ -62,29 +62,11 @@
>  Vcs-Browser: 
> http://bazaar.launchpad.net/~kubuntu-packagers/kubuntu-packaging-next/kdelibs4support
>  Vcs-Bzr: 
> https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging-next/kdelibs4support
>
> -Package: libkf5kdelibs4support-dev
> +Package: libkf5kdelibs4support5-bin
>  Section: libdevel
>  Architecture: any
> -Depends: libkf5kdelibs4support5 (= ${binary:Version}),
> - libkf5kdelibs4support5-bin (= ${binary:Version}), ${misc:Depends},
> - libkf5auth-dev,
> - libkf5configwidgets-dev,
> - libkf5coreaddons-dev,
> - libkf5crash-dev,
> - kgendesignerplugin,
> - kdoctools-dev,
> - libkf5emoticons-dev,
> - libkf5guiaddons-dev,
> - libkf5iconthemes-dev,
> - libkf5itemmodels-dev,
> - kinit-dev,
> - libkf5notifications-dev,
> - libkf5parts-dev,
> - libkf5textwidgets-dev,
> - libkf5unitconversion-dev,
> - libkf5windowsystem-dev,
> - qtbase5-dev
> -Description: development files for kde4support
> +Depends: ${misc:Depends}, ${shlibs:Depends}
> +Description: Porting aid from KDELibs4.
>   This framework provides code and utilities to ease
>   the transition from kdelibs 4 to KDE Frameworks 5.
>   This includes CMake macros and C++ classes whose
> @@ -96,73 +78,10 @@
>   the notes at 
>   should help with this.
>   .
> - Note that some of the classes in this framework, especially
> - KStandardDirs, may not work correctly unless any libraries
> - and other software using the KDE4 Support framework are
> - installed to the same location as KDE4Support, although
> - it may be sufficient to set the KDEDIRS environment
> - variable correctly.
> - .
> - Contains development files for kde4support.
> -
> -Package: libkf5kdelibs4support5
> -Architecture: any
> -Depends: ${shlibs:Depends}, ${misc:Depends}
> + This package contains binaries and plugins from kdelibs4support.
>  Recommends: libkf5kdelibs4support5-bin (= ${binary:Version})
> -Description: Porting aid from KDELibs4.
> - This framework provides code and utilities to ease
> - the transition from kdelibs 4 to KDE Frameworks 5.
> - This includes CMake macros and C++ classes whose
> - functionality has been replaced by code in CMake,
> - Qt and other frameworks.
> - .
> - Code should aim to port away from this framework eventually.
> - The API documentation of the classes in this framework and
> - the notes at 
> - should help with this.
> - .
> - Note that some of the classes in this framework, especially
> - KStandardDirs, may not work correctly unless any libraries
> - and other software using the KDE4 Support framework are
> - installed to the same location as KDE4Support, although
> - it may be sufficient to set the KDEDIRS environment
> - variable correctly.
> -
> -Package: libkf5kdelibs4support-data
> -Architecture: any
> -Depends: ${shlibs:Depends}, ${misc:Depends}
>  Breaks: libkf5kdelibs4support5-data
>  Replaces: libkf5kdelibs4support5-data
> -Description: Porting aid from KDELibs4.
> - This framework

Re: gdb broken

2014-09-18 Thread Harald Sitter
On Thu, Sep 18, 2014 at 12:38 PM, Aleix Pol  wrote:
> On Thu, Sep 18, 2014 at 12:29 PM, Harald Sitter 
> wrote:
>>
>> drkonqi is broken thanks to a bug in gdb 7.8 preventing drkonqi from
>> ever fetching a viable backtrace
>>
>> https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1371043
>>
>> we'll have to keep an eye on this (or really more like all of our eyes :S)
>>
>
> I've been having problems with gdb 7.8 (on ArchLinux). It sometimes does
> weird things and I rolled back to 7.7 locally.
> I'm unsure if that helps.

Yeah, I tried the 7.7 packages and they work fine, so it most likely
is an upstream regression.

HS

-- 
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel


Re: gdb broken

2014-09-18 Thread Aleix Pol
On Thu, Sep 18, 2014 at 12:29 PM, Harald Sitter 
wrote:

> drkonqi is broken thanks to a bug in gdb 7.8 preventing drkonqi from
> ever fetching a viable backtrace
>
> https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1371043
>
> we'll have to keep an eye on this (or really more like all of our eyes :S)
>
>
I've been having problems with gdb 7.8 (on ArchLinux). It sometimes does
weird things and I rolled back to 7.7 locally.
I'm unsure if that helps.

Aleix
-- 
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel


gdb broken

2014-09-18 Thread Harald Sitter
drkonqi is broken thanks to a bug in gdb 7.8 preventing drkonqi from
ever fetching a viable backtrace

https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1371043

we'll have to keep an eye on this (or really more like all of our eyes :S)

-- 
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel