[Bug 1698236] Re: glom depends on libepc, removed from Debian

2017-06-19 Thread Murray Cumming
A link to the debian bug: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=785438 Debian removed it because nothing in Debian depends on it, because Debian doesn't package Glom. What's the reason to remove libepc from Ubuntu, which does package Glom? ** Bug watch added: Debian Bug tracker

[Bug 1654458] Re: default trusty g++ compiler gives warnings about deprecated use of std::auto_ptr in this package.

2017-01-09 Thread Murray Cumming
This was fixed upstream: https://bugzilla.gnome.org/show_bug.cgi?id=753123 ** Bug watch added: GNOME Bug Tracker #753123 https://bugzilla.gnome.org/show_bug.cgi?id=753123 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1511126] Re: Cannot link on wily against this package (symbols not found)

2016-07-08 Thread Murray Cumming
Do you have a simple test case and build command to reproduce this, please? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1511126 Title: Cannot link on wily against this package (symbols not found)

[Bug 1571262] Re: my computer's name is not "Bastien's computer"

2016-05-02 Thread Murray Cumming
Here is an upstream bug report. This seems to be a symptom of another problem: https://bugzilla.gnome.org/show_bug.cgi?id=755967 There are apparently fixes for this, and the related failure of the bluetooth settings to work at all, in upstream's gnome-control-center

[Bug 1577046] Re: ERROR: ld.so: object '/usr/lib/libprofiler.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

2016-04-30 Thread Murray Cumming
Sorry. I really didn't have libgoogle-perftools-dev installed. I was sure I did. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1577046 Title: ERROR: ld.so: object '/usr/lib/libprofiler.so' from

[Bug 1577046] [NEW] ERROR: ld.so: object '/usr/lib/libprofiler.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

2016-04-30 Thread Murray Cumming
Public bug reported: Something seems to be wrong with libprofiler.so, at least in Ubuntu Xenial. Doing this, for instance: LD_PRELOAD=/usr/lib/libprofiler.so CPUPROFILE=cpu_profile ./something leads to this: ERROR: ld.so: object '/usr/lib/libprofiler.so' from LD_PRELOAD cannot be preloaded

[Bug 1573801] [NEW] glom: error while loading shared libraries: libboost_python-py34.so.1.58.0: cannot open shared object file: No such file or directory

2016-04-22 Thread Murray Cumming
Public bug reported: In Ubuntu Xenial, glom does not start: $ glom glom: error while loading shared libraries: libboost_python-py34.so.1.58.0: cannot open shared object file: No such file or directory Presumably it needs to be rebuilt against the newer libboost_python- py35.so.1.58.0 . **

[Bug 1011518] Re: ABI change when using libsigc++ on an application compiled with c++11 flag

2015-09-17 Thread Murray Cumming
Surely this can be closed now that Ubuntu has rebuilt all packages for the new libstdc++ ABI, fixing the issue in general. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1011518 Title: ABI change

[Bug 1478367] Re: FTBFS: warning: identifier 'noexcept' is a keyword in C++11 [-Wc++0x-compat]

2015-09-16 Thread Murray Cumming
> All packages that use glibmm would be required to be updated in Ubuntu to build with C++11 for this transition It's the libstdc++ ABI break that causes the need for apps to be rebuilt. glibmm using C++11 in its API should not require anything to be rebuilt, and we'd definitely like to know if

[Bug 1478367] Re: FTBFS: warning: identifier 'noexcept' is a keyword in C++11 [-Wc++0x-compat]

2015-09-16 Thread Murray Cumming
Sure, that would be a good reason, yes. Though you wouldn't even know of it without the libstdc++ ABI break. I just don't want people to think that we (glibmm, gtkmm) broke ABI when we didn't. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1478367] Re: FTBFS: warning: identifier 'noexcept' is a keyword in C++11 [-Wc++0x-compat]

2015-09-15 Thread Murray Cumming
Ah, I see this in the debian/changelog file for the glibmm package: glibmm2.4 (2.45.41.is.2.44.0-0ubuntu1) wily; urgency=medium * Revert 2.45 update - it requires everything to be built using C++11 -- Robert Ancell Fri, 31 Jul 2015 15:46:18 +1200 I don't

[Bug 1478367] Re: FTBFS: warning: identifier 'noexcept' is a keyword in C++11 [-Wc++0x-compat]

2015-09-14 Thread Murray Cumming
> glibmm2.4 war reverted to version 2.44.0 Any idea why? Nobody from Ubuntu has contacted us (the glibmm maintainers). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1478367 Title: FTBFS: warning:

[Bug 1478367] Re: FTBFS: warning: identifier 'noexcept' is a keyword in C++11 [-Wc++0x-compat]

2015-07-29 Thread Murray Cumming
Yes, it's the compiler errors that are actually what stop the builds, but the warnings and errors are all part of the same problem: This app needs to be built with --std=c++11 when building against newer glibmm/gtkmm. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 395614] Re: Glibmm API documentation lacks inheritance graphs

2015-07-28 Thread Murray Cumming
The graphs seem to be there in devhelp on Ubuntu 15.04 so I guess this was fixed somehow. ** Changed in: glibmm2.4 (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1478367] Re: FTBFS: 'exception_handlers_invoke' is not a member of 'Glib'

2015-07-28 Thread Murray Cumming
This is the build error now: /usr/include/glibmm-2.4/glibmm/exception.h:34:3: warning: identifier 'noexcept' is a keyword in C++11 [-Wc++0x-compat] virtual ~Exception() noexcept = 0; Like I said, glibmm now requires C++11:

[Bug 1478367] Re: Build falis with glibmm2.4 2.45.40-0ubuntu1

2015-07-26 Thread Murray Cumming
glibmm 2.45.40 requires C++11, both for its own build and by any apps that use it. gtkmm also now requires C++11. I think you are seeing a symptom of building the application without C++11 support. For instance, using CXXFLAGS=--std=c++11, though you'd be better of using an m4 macro such as

[Bug 1260718] Re: Move to postgresql-9.3

2013-12-13 Thread Murray Cumming
Martin, Glom crashes because of bug #1243071 (a crash caused by an unanticipated change in libxml's behaviour). Basically the Glom package is just badly in need of an update at least to bugfix version. That's almost always true of the Ubuntu Glom package. It's unrelated to PostgreSQL. I link to

[Bug 1248685] Re: Glom does not seem to use 4 digits to display years in a date's text representation

2013-11-06 Thread Murray Cumming
(I am the upstream developer, with no control over the Ubuntu package.) The crash here is a duplicate of bug 1243071 . The Ubuntu package is just old and needs updating. The 4-digit year problem is interesting, but not really worth investigating until the package is updated. -- You received

[Bug 1243071] Re: Glom crashes at startup with libxml error

2013-11-02 Thread Murray Cumming
I have uploaded a new package of the lastest glom 1.22 release to the Openismus PPA, which people could use on Ubuntu Saucy in the absence of a bug-fix update to the official package: https://launchpad.net/~openismus-team/+archive/ppa For years it's been near impossible for upstream Glom (me)

[Bug 1243071] [NEW] Glom crashes at startup with libxml error

2013-10-22 Thread Murray Cumming
Public bug reported: On Ubuntu 13.04, glom crashes at startup, with a libxml error, like so: (glom:28423): glibmm-ERROR **: unhandled exception (type std::exception) in signal handler: what: Error code from xmlParseChunk(): 111 This was caused by a change of behaviour in libxml and was fixed

[Bug 377322] Re: Nautilus sftp connection breaks spontaneously after a while, needing re-login to fix it

2013-06-10 Thread Murray Cumming
I haven't thoroughly tracked what messages I see now, but it certainly seems much better. I do now get that Opps something went wrong. message about the underlying SSh process died, and I can then just try again, whereas before I had to explicitly kill a process. I don't know for sure if that's

[Bug 377322] Re: Nautilus sftp connection breaks spontaneously after a while, needing re-login to fix it

2013-05-07 Thread Murray Cumming
1. Are you on a Wired or Wireless network? Wireless 2. In the time you have connected to the sftp location is it likely that your wireless/ or even wired connection has dropped out and reconnected? Yes, but I don't think that's always the case. 3. If you are reconnected do you always have

[Bug 377322] Re: Nautilus sftp connection breaks spontaneously after a while, needing re-login to fix it

2013-05-07 Thread Murray Cumming
I have created a new ppa [package] for you to try 1.16.1-0ubuntu21. I've had that installed, but I had the problem again today. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/377322 Title:

[Bug 377322] Re: Nautilus sftp connection breaks spontaneously after a while, needing re-login to fix it

2013-05-03 Thread Murray Cumming
Timothy, unfortunately, I've had this problem again at least twice since installing the packages from your PPA at https://launchpad.net/~t-fridey/+archive/t-arceri-gvfs-ppa Then again, I can't be quite sure that I really still have your packages installed. I think you should use a suffix on the

[Bug 377322] Re: Nautilus sftp connection breaks spontaneously after a while, needing re-login to fix it

2013-05-03 Thread Murray Cumming
Yes, I have that version installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/377322 Title: Nautilus sftp connection breaks spontaneously after a while, needing re-login to fix it To manage

[Bug 377322] Re: Nautilus sftp connection breaks spontaneously after a while, needing re-login to fix it

2013-04-25 Thread Murray Cumming
Timothy, thanks. I'm installing it now and I'll see how it goes over the next few days. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/377322 Title: Nautilus sftp connection breaks spontaneously

[Bug 1163178] [NEW] Cannot export pdf from LibreOffice Writer to a sftp location

2013-04-02 Thread Murray Cumming
Public bug reported: In Ubuntu Raring, I cannot use LibreOffice Writer's Export as PDF ... feature (available from the File menu) to export a PDF to an sftp folder. When I try, I see an error dialog like so: Error saving the document mydocument: Nonexistant file When I click [OK] on that, I

[Bug 377322] Re: Nautilus sftp connection breaks spontaneously after a while, needing re-login to fix it

2013-03-27 Thread Murray Cumming
Sure, thanks, I can test on Ubuntu Raring. A PPA would be the nicest way for me to do that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/377322 Title: Nautilus sftp connection breaks spontaneously

[Bug 377322] Re: Nautilus sftp connection breaks spontaneously after a while, needing re-login to fix it

2013-03-26 Thread Murray Cumming
I removed the bug watch for https://bugzilla.gnome.org/show_bug.cgi?id=500538 because that's for gnome-vfs, which is deprecated and no longer used by Nautilus, having been replaced by gvfs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1133196] [NEW] The qmake-qt5 package does not install qmake-qt5

2013-02-26 Thread Murray Cumming
Public bug reported: The qmake-qt5 package has this in its description: This package contains Qt 5 qmake (qmake-qt5) but it does not actually install /usr/bin/qmake-qt5 as I'd expect because qmake-qt4 installs /usr/bin/qmake-qt4 as a symlink to /usr/lib/i386-linux-gnu/qt4/bin/qmake It doesn't

[Bug 1085117] Re: [needs-packaging] maliit-framework

2013-02-22 Thread Murray Cumming
This was packaged in Ubuntu Raring, as of a few weeks ago. ** Changed in: ubuntu Status: New = Fix Released -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1085117 Title:

[Bug 1095370] Re: apparmor prevents non-default mysql data directories

2013-01-13 Thread Murray Cumming
However it would seem better for the application code to automatically update the /etc/apparmor.d/local/usr.sbin.mysqld file as it learns of paths. I doubt that applications are meant to change that file, though I know nothing about apparmor. If Glom did that, it would need to ask for sudo

[Bug 1095370] [NEW] apparmor prevents non-default mysql data directories

2013-01-02 Thread Murray Cumming
Public bug reported: Apparmor's mysql configuration prevents initialization (and maybe use) of mysqld with data in non-standard directories. This problem is easy to reproduce: $ /usr/bin/mysql_install_db --no-defaults --user=murrayc --datadir=/home/murrayc/testmysql_data Installing MySQL system

[Bug 1084036] [NEW] Please update to mathgl 2

2012-11-28 Thread Murray Cumming
Public bug reported: It would be useful if the mathgl package could be updated to mathgl 2: http://mathgl.sourceforge.net/web_en/web_en_6.html Debian seems to have something somewhere for this ( I noticed this: http://packages.qa.debian.org/m/mathgl/news/20120104T163323Z.html ) so maybe it can

[Bug 1084036] Re: Please update to mathgl 2

2012-11-28 Thread Murray Cumming
We (Openismus) have a package in our PPA here: https://launchpad.net/~openismus-team/+archive/phonebook-benchmarks/+packages Maybe it's useful. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1084036

[Bug 377322] Re: my sftp conncection breaks spontaneously after a while, I have to re-login to fix it.

2012-11-22 Thread Murray Cumming
I wonder if this upstream bug (with patches) is relevant: https://bugzilla.gnome.org/show_bug.cgi?id=500538 I was sure I had seen some other upstream (GNOME) bug about this, but I can't find it now. ** Bug watch added: GNOME Bug Tracker #500538

[Bug 377322] Re: Nautilus sftp connection breaks spontaneously after a while, needing re-login to fix it

2012-11-22 Thread Murray Cumming
I thought I'd use this long-lived very-annoying bug to test freedomsponsors.org. It at least gives us the chance to promise our money to whoever fixes it: http://www.freedomsponsors.org/core/offer/36/nautilus-sftp-connection-breaks-spontaneously-after-a-while-needing-re-login-to-fix-it -- You

[Bug 1073318] [NEW] Warning when setting LC_TIME

2012-10-30 Thread Murray Cumming
Public bug reported: In Ubuntu Quantal (12.10), I get this error when setting LC_TIME for various locales. I don't actually use this but I've noticed it in my regressions tests for Glom. For instance: $ export LC_TIME=en_US.UTF-8 $ export LC_TIME=en_GB.UTF-8 bash: warning: setlocale: LC_TIME:

[Bug 1046469] [NEW] Please update to gtkmm 3.4.1

2012-09-05 Thread Murray Cumming
Public bug reported: gtkmm 3.4.1, which I released a few days ago, has fixes for 2 crashes in Gtk::Application: * Application: - run(): Do not show the window until activation, fix a crash (Murray Cumming) - Don't call add_window() before the application is registered. (Kjell

[Bug 709079] Re: can not get name for gtk.CellRendererText object

2012-06-06 Thread Murray Cumming
I don't see how this has anything to do with gtkmm. What application are you using? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/709079 Title: can not get name for gtk.CellRendererText object To

[Bug 987450] Re: glom does not start

2012-04-24 Thread Murray Cumming
Yes, I had the same problem a few weeks ago with the package in the Openismus PPA. It needs a small change in the control file, I think. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/987450 Title:

[Bug 983708] [NEW] Please update to Glom 1.22

2012-04-17 Thread Murray Cumming
Public bug reported: The stable Glom 1.22.0 release is out. It could be nice to have this in Ubuntu Precise, which currently has Glom 1.20. I think all the dependencies are there already, such as the latest gtkmm. I already have a glom 1.22 package in the Openismus PPA:

[Bug 983708] Re: Please update to Glom 1.22

2012-04-17 Thread Murray Cumming
Here are the ChangeLog entries for 1.22, since 1.20.0. This can also be seen here: http://git.gnome.org/browse/glom/tree/ChangeLog ** Attachment added: glom_changelog_1_20_to_1_22.txt

[Bug 983708] Re: Please update to Glom 1.22

2012-04-17 Thread Murray Cumming
Here is the NEWS file, which can also be seen here: http://git.gnome.org/browse/glom/tree/NEWS ** Attachment added: NEWS https://bugs.launchpad.net/ubuntu/+source/glom/+bug/983708/+attachment/3081960/+files/NEWS -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 863016] Re: Glom Windows are out of screen

2012-04-17 Thread Murray Cumming
Suggestions would still be welcome, but please look at the latest version first. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863016 Title: Glom Windows are out of screen To manage notifications

[Bug 983708] Re: Please update to Glom 1.22

2012-04-17 Thread Murray Cumming
I am trying to get a pbuilder log file as mentioned here, https://wiki.ubuntu.com/FreezeExceptionProcess#FeatureFreeze_for_new_upstream_versions , but I can't seem to create the file, or can't find where pbuilder puts it. Sorry. -- You received this bug notification because you are a member of

[Bug 871276] Re: Please update to Glom 1.19.x

2012-04-17 Thread Murray Cumming
How about upgrading to Glom 1.22 for Ubuntu Precise? https://bugs.launchpad.net/ubuntu/+source/glom/+bug/983708 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871276 Title: Please update to Glom

[Bug 983708] Re: FFe: Please update to Glom 1.22

2012-04-17 Thread Murray Cumming
Thanks. However, I guess it should not be me who requests the feature freeze exception. It should be the person who would provide a real updated package, instead of one in a PPA, I guess. I don't know how I would do that. -- You received this bug notification because you are a member of Ubuntu

[Bug 927518] Re: Cannot save to sftp folder, saying Object not accessible

2012-02-15 Thread Murray Cumming
I think the solution in each case would be to recode the path that is sent to openoffice to the locally accessible .gvfs folder. Or, presumably OpenOffice/LibreOffice is not using gio (or any other glib API that uses URIs). Using glib or gio APIs would fix it, I guess. -- You received this bug

[Bug 898114] Re: GtkCellRendererText edited signal not emitted when clicking out of cell

2012-02-07 Thread Murray Cumming
I too can confirm that it fixes the Nautilus renaming problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/898114 Title: GtkCellRendererText edited signal not emitted when clicking out of cell

[Bug 871276] Re: Please update to Glom 1.19.x

2012-01-11 Thread Murray Cumming
libgda-5.0 is done: https://bugs.launchpad.net/ubuntu/+source/libgda4/+bug/872860 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871276 Title: Please update to Glom 1.19.x To manage notifications

[Bug 872860] Re: Please package libgda-5.0

2012-01-05 Thread Murray Cumming
Wow. I did not expect you to get it into debian first. That is above and beyond. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872860 Title: Please package libgda-5.0 To manage

[Bug 912239] Re: Firefox doesn't fire resize events when using aero snap feature of GNOME-Shell

2012-01-05 Thread Murray Cumming
3. Now snap the Firefox to the left side of the screen and then unsnap it. Expected Result: The Description field contract to the correct size because the resize event is fired. Actual Result: The Description field is not contracted because the resize event isn't fired. I can confirm

[Bug 910846] [NEW] Nautilus crashes when renaming a file

2012-01-02 Thread Murray Cumming
Public bug reported: In Oneiric, Nautilus crashes for me very consistently when renaming files. It generally crashes the second time I try to rename a file, though it often crashes the first time. Of course, this is incredibly annoying. ** Affects: nautilus (Ubuntu) Importance: Undecided

[Bug 910846] Re: Nautilus crashes when renaming a file

2012-01-02 Thread Murray Cumming
Note that I am using gnome-shell (GNOME 3), rather than Unity, but I doubt that it makes a difference. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/910846 Title: Nautilus crashes when renaming a

[Bug 910846] Re: Nautilus crashes when renaming a file

2012-01-02 Thread Murray Cumming
Sorry, this was caused by the Maliit on-screen Keyboard that I have installed: https://bugs.maliit.org/show_bug.cgi?id=70 Thanks for prodding me to get a backtrace so that I discovered that. ** Bug watch added: Maliit Bugtracker #70 https://bugs.maliit.org/show_bug.cgi?id=70 -- You received

[Bug 872860] Re: Please package libgda-5.0

2011-12-15 Thread Murray Cumming
they both ship those binaries: gda-list-config gda-sql gda-list- server-op Those are symlinks to the actual *-5.0 binaries, though that symlinking is done by the upstream build. What do you recommend? If nothing else does this then I guess we can remove the symlinks from upstream libgda.

[Bug 898114] [NEW] GtkCellRendererText edited signal not emitted when clicking out of cell

2011-11-30 Thread Murray Cumming
Public bug reported: With older versions of GTK+ 3, before 3.2.1. From https://bugzilla.gnome.org/show_bug.cgi?id=653289 With GTK+ 3 (at least with git master), GtkCellRendererText's edited signal is not emitted when I click into the next cell in the treeview. It is apparently only emitted when

[Bug 898114] Re: GtkCellRendererText edited signal not emitted when clicking out of cell

2011-11-30 Thread Murray Cumming
Note that the upstream bug has a simple fix for this, though I'd rather that Ubuntu Oneiric was just updated to the latest stable GTK+ release instead of applying an individual patch. https://bugzilla.gnome.org/show_bug.cgi?id=653289#c12 -- You received this bug notification because you are a

[Bug 898114] Re: GtkCellRendererText edited signal not emitted when clicking out of cell

2011-11-30 Thread Murray Cumming
Marking as Fix Released because this is fixed in Ubuntu Precise because that has a newer version of GTK+. ** Package changed: gtk+3.0 (Ubuntu) = ubuntu ** Changed in: ubuntu Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 886685] Re: Please update to GTK+ 3.2.1

2011-11-30 Thread Murray Cumming
https://bugzilla.gnome.org/show_bug.cgi?id=653289 is a data loss bug. It's also a small patch. It should be taken seriously. I thought that GTK+ (and core GNOME stuff) had a general exception to the need for individual patches. Maybe that has changed. Anyway, I have filed it as bug launchpad bug

[Bug 898114] Re: GtkCellRendererText edited signal not emitted when clicking out of cell

2011-11-30 Thread Murray Cumming
Trying to follow the procedure from here: https://wiki.ubuntu.com/StableReleaseUpdates [Impact] This causes loss of data in applications that use GtkTreeViews to edit data. If the user is unlucky then he will not even notice. It's most obvious impact is in the GTK+ file chooser when creating a

[Bug 858954] Re: [needs-packaging] goocanvas 2.0

2011-11-24 Thread Murray Cumming
the new version seems to drop GTK2 support, Yes, the new version installs in parallel with the old version. Lots of libraries have done this recently. 2 different goocanvas sources for a gtk2 and a gtk3 build Yes, of course. -- You received this bug notification because you are a member of

[Bug 886685] Re: Please update to GTK+ 3.2.1

2011-11-15 Thread Murray Cumming
The fix is not released in Oneiric, I believe. How should the status here show that? ** Package changed: gtk+3.0 (Ubuntu) = ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/886685 Title:

[Bug 886705] Re: gtkmm 3.0 docs don't work in devhelp

2011-11-06 Thread Murray Cumming
That base attribute valueof the book tag in the .devhelp2 file is apparently set during make install (but only in the copy that is installed, not the original) by this line of the (generated) Makefile: devhelp_install = $(doc_install_cmd) --book-base='$(htmlrefdir:/=)' For instance, you will

[Bug 886685] [NEW] Please update to GTK+ 3.2.1

2011-11-05 Thread Murray Cumming
Public bug reported: GTK+ 3.2.1 has several useful fixes, including this one which causes file renaming in nautilus to fail, among other problems: https://bugzilla.gnome.org/show_bug.cgi?id=653289 I would like to depend on that GTK+ version in my Glom application, because it affects Glom so

[Bug 816434] Re: Unable to convert from glong to gint

2011-11-05 Thread Murray Cumming
Reassigning to update-manager because that is more likely to be the root cause of the problem. GTK+ is just trying to give a hint about what the application is doing wrong. ** Package changed: gtk+3.0 (Ubuntu) = ubuntu -- You received this bug notification because you are a member of Ubuntu

[Bug 870662] Re: Compile error if linking against gtkmm-3.0 and poppler-glib

2011-10-28 Thread Murray Cumming
This is just because the current libpoppler-glib-dev depends on libgtk2.0-dev instead of libgtk3.0-dev. It uses GDK in its API, for instance. This would happen to people using GTK+ 3, not just gtkmm 3. However, GDK is only used by include files when POPPLER_WITH_GDK is defined. POPPLER_WITH_GDK

[Bug 878075] [NEW] pitivi has no effects

2011-10-19 Thread Murray Cumming
Public bug reported: In Ubuntu Oneiric, even after installing frei0r-plugins (as suggested in the pitivi UI), I see no effects in the Clip Configuration pane, and no way to add any. I don't see anything relevant when starting from the terminal, though I do see this: ERROR: Could not load

[Bug 871276] Re: Please update to Glom 1.19.x

2011-10-18 Thread Murray Cumming
By the way, there is now a glom_create_from_example executable that should probably go in a glom-utils package. It does not need to be recommended. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871276

[Bug 873289] [NEW] Glom should use the latest (standard) posgresql

2011-10-13 Thread Murray Cumming
Public bug reported: The current Glom 1.18.x package in Oneiric depends on postgresql-8.4, but Ubuntu Oneiric now defaults to postgresql-9.1 (via the postgresql package). ** Affects: glom (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you

[Bug 871276] Re: Please update to Glom 1.19.x

2011-10-13 Thread Murray Cumming
gtksourceviewmm-3.0 will also be needed: https://bugs.launchpad.net/ubuntu/+source/libgtksourceviewmm/+bug/872331 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871276 Title: Please update to Glom

[Bug 468883] Re: glom assert failure: gtkmm:ERROR:treeiter.cc:149:bool Gtk::TreeIter::equal(const Gtk::TreeIter) const: assertion failed: (model_ == other.model_)

2011-10-13 Thread Murray Cumming
** Changed in: glom (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/468883 Title: glom assert failure: gtkmm:ERROR:treeiter.cc:149:bool

[Bug 873402] Re: Should have libavahi-ui-gtk3-dev build dep, not libavahi-ui-dev

2011-10-13 Thread Murray Cumming
Actually, maybe this is only an issue when packaging newer versions of libepc, which have corrected build problems with GTK+ 3. An update to libepc 0.4.2 would be good anyway. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 873402] [NEW] Should have libavahi-ui-gtk3-dev build dep, not libavahi-ui-dev

2011-10-13 Thread Murray Cumming
Public bug reported: The libepc package in Oneiric has a build-dep of libavahi-ui-dev, but that is the version that use GTK+ 2. It should instead be libavahi-ui- gtk3-dev. Note that it's only a build-dep anyway, because the ui part is not packaged so far. ** Affects: libepc (Ubuntu)

[Bug 872860] [NEW] Please package libgda-5.0

2011-10-12 Thread Murray Cumming
Public bug reported: libgda-5.0 can install in parallel with libgda-4.0. It will soon have a stable 5.0.0 release and is already the focus of libgda development. It is required by glom 1.20. Anjuta can build with it instead of libgda-4.0. ** Affects: libgda4 (Ubuntu) Importance: Undecided

[Bug 871276] Re: Please update to Glom 1.19.x

2011-10-12 Thread Murray Cumming
This will need some dependencies to be packaged: goocanvas 2.0.x. See bug https://bugs.launchpad.net/ubuntu/+source/goocanvas/+bug/858954 ( I don't see a way to make this bug depend on that one.) libgda-5.0: https://bugs.launchpad.net/ubuntu/+source/libgda4/+bug/872860 (and then libgdamm-5.0)

[Bug 872331] [NEW] Please package gtksourceviewmm-3.0

2011-10-11 Thread Murray Cumming
Public bug reported: gtksourceviewmm-3.0 (3.2 is the latest version of that API) works with gtkmm 3. It is needed by Nemiver and Glom. ** Affects: libgtksourceviewmm (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Bug 858954] Re: [needs-packaging] goocanvas 2.0

2011-10-10 Thread Murray Cumming
This will be needed by Glom 1.20. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/858954 Title: [needs-packaging] goocanvas 2.0 To manage notifications about this bug go to:

[Bug 871276] [NEW] Please update to Glom 1.19.x

2011-10-09 Thread Murray Cumming
Public bug reported: Glom 1.20 will be out soon, with several significant improvements and fixes. It would be nice if you were ready for it. ** Affects: glom (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 335294] Re: glom crashed when closed

2011-10-09 Thread Murray Cumming
Closing as incomplete due to the lack of response from the original bug reporter. ** Changed in: glom (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/335294

[Bug 315454] Re: Glom 1.8.4 Error if close server before client

2011-10-09 Thread Murray Cumming
Is this about shutting down the Postgres server or about closing the first Glom instance that opened a Glom file? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/315454 Title: Glom 1.8.4 Error if

[Bug 863016] Re: Glom Windows are out of screen

2011-09-30 Thread Murray Cumming
Yes, that is a problem. I have made a slight change, but I would welcome a suggestion to improve it more: http://git.gnome.org/browse/glom/commit/?id=652ff87ae4241f4fe057b4fc95e2061da192de0a I would like to avoid moving stuff into a secondary modal window. -- You received this bug notification

[Bug 395614] Re: Glibmm API documentation lacks inheritance graphs

2011-09-27 Thread Murray Cumming
These graphs are there in the HTML shipped in the tarball, so maybe they are being regenerated somehow. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/395614 Title: Glibmm API documentation lacks

[Bug 829596] Re: glibmm2.4 version 2.29.11-0ubuntu1 failed to build in oneiric

2011-08-21 Thread Murray Cumming
Yes, it's a fail in a new test, that requires the latest libsigc++. I (upstream) will change configure.ac to check for that. In the meantime (and later anyway), you'll need to update libsigc++. There's more about it in the ChangeLog. -- You received this bug notification because you are a

[Bug 817941] [NEW] libsynthesis .pc file reports wrong version number

2011-07-29 Thread Murray Cumming
Public bug reported: In Ubuntu Natty, the libsynthesis pkg-config file /usr/lib/pkgconfig/synthesis-sdk.pc says that it is version 0.8-beta2 but the package is version 3.4.0.6+ds5-2 That doesn't seem right. ** Affects: libsynthesis (Ubuntu) Importance: Undecided Status: New --

[Bug 817941] Re: libsynthesis .pc file reports wrong version number

2011-07-29 Thread Murray Cumming
I think this was partly fixed in upstream's git. Upstream seems to have a strange way of doing releases. Do you use tarballs from somewhere? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/817941

[Bug 749267] Re: glom version 1.16.2-0ubuntu1 failed to build on i386

2011-07-07 Thread Murray Cumming
I've done a new glom release, which you might try: http://ftp.gnome.org/pub/GNOME/sources/glom/1.18/glom-1.18.3.tar.xz But seriously, I wish you would update to Glom 1.18. oneiric should even be using 1.19. But the Ubuntu Glom package has been seriously out of date for years. -- You received

[Bug 765992] Re: gtkmm2.4 version 1:2.24.0-0ubuntu1 failed to build on i386

2011-07-07 Thread Murray Cumming
I released gtkmm 2.24.1 today. It should help. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/765992 Title: gtkmm2.4 version 1:2.24.0-0ubuntu1 failed to build on i386 To manage notifications about

[Bug 14485] Re: Xext development libraries don't install Xext.pc for pkg-config

2011-06-22 Thread Murray Cumming
In Ubuntu Natty, libxext-dev still doesn't install a .pc file. Shouldn't it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/14485 Title: Xext development libraries don't install Xext.pc for

[Bug 799642] [NEW] local variable 'globalmounts' referenced before assignment

2011-06-20 Thread Murray Cumming
Public bug reported: Binary package hint: mic2 When I try to use mic2 ( ) in Ubuntu Natty, using the regular Natty package (0.23.0), I get a Python error. Maybe it's fixed in 0.24.x, though that's not packaged for Ubuntu Natty yet. This is the full output: [murrayc@murrayc-desktop ~]$ sudo

[Bug 765944] Re: libxml++2.6 version 2.33.1-1ubuntu1 failed to build on i386

2011-04-20 Thread Murray Cumming
libxml++ 2.24.1 fixes this problem, I believe. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/765944 Title: libxml++2.6 version 2.33.1-1ubuntu1 failed to build on i386 -- ubuntu-bugs mailing list

[Bug 765944] Re: libxml++2.6 version 2.33.1-1ubuntu1 failed to build on i386

2011-04-20 Thread Murray Cumming
I mean 2.34.1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/765944 Title: libxml++2.6 version 2.33.1-1ubuntu1 failed to build on i386 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 765992] Re: gtkmm2.4 version 1:2.24.0-0ubuntu1 failed to build on i386

2011-04-20 Thread Murray Cumming
I need to do a new upstream 2.24.1 release, I guess. I'll get to that soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/765992 Title: gtkmm2.4 version 1:2.24.0-0ubuntu1 failed to build on i386

[Bug 749267] Re: glom version 1.16.2-0ubuntu1 failed to build on i386

2011-04-04 Thread Murray Cumming
This is due to a change in glibmm. glibmm no longer installs those macros. They should instead be discovered from (a recent version of) mm- common, or disted with the tarball. glom 1.18.1 (released today) should fix this, but you might need slightly newer versions of some dependencies. But you

[Bug 735856] Re: Update to 2.27.96

2011-03-16 Thread Murray Cumming
** Bug watch added: GNOME Bug Tracker #644829 https://bugzilla.gnome.org/show_bug.cgi?id=644829 ** Also affects: glibmm2.4 via https://bugzilla.gnome.org/show_bug.cgi?id=644829 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of

[Bug 11334] Re: MASTER Copy-Paste doesn't work if the source is closed before the paste

2011-03-08 Thread Murray Cumming
Please stop the abuse. It is not helpful at all. Please see the code of conduct. -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/11334 Title: MASTER Copy-Paste doesn't work if the source is closed

[Bug 377322] Re: my sftp conncection breaks spontaneously after a while, I have to re-login to fix it.

2011-01-12 Thread Murray Cumming
This is still a problem with Ubuntu Natty (currently unstable). It's a huge annoyance to me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/377322 Title: my sftp conncection breaks spontaneously

[Bug 699897] Re: Packaging request for libxml++ 2.33.1

2011-01-11 Thread Murray Cumming
I (the upstream maintainer) would like a patch to upstream if someone can reproduce this with the regular source build. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/699897 Title: Packaging request

[Bug 689306] Re: package python2.7-minimal 2.7.1-1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 3

2011-01-02 Thread Murray Cumming
So there's no plan to fix this properly. Isn't someone concerned that upgrading from Maverick to Natty doesn't seem to work? Or is there something odd about just my own installation? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

  1   2   3   4   5   6   >