Re: [Bug 382562] Re: Please merge reportbug 4.4 (universe) from debian unstable (utils)

2009-06-04 Thread Sandro Tosi
On Fri, Jun 5, 2009 at 07:37, Daniel Holbach wrote:
> Sandro: I think that Kow was just making a statement about the current
> situation of reportbug bugs and not directly criticising the reportbug
> maintainers.

fine, so help debian fix those bugs. publicly writing what Kow wrote
for an open source project is no-no: do something to help, or just
don't say anything.

And the story about "ubuntu keeps messing up with reportbug" goes on.

> There's no need for that kind of language.

I didn't use any particular language.

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
Please merge reportbug 4.4 (universe) from debian unstable (utils)
https://bugs.launchpad.net/bugs/382562
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 324268] Re: reportbug should depend on python-urwid

2009-06-13 Thread Sandro Tosi
On Sat, Jun 13, 2009 at 11:16, Iain Lane wrote:
> Could you forward this to Debian so we get the update from there?

please DON'T. I will not add it to Depends/Recommends. Packages needed
by UI other that text MUST be in Suggest. Full stop.

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
reportbug should depend on python-urwid
https://bugs.launchpad.net/bugs/324268
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 382562] [NEW] Please merge reportbug 4.4 (universe) from debian unstable (utils)

2009-06-02 Thread Sandro Tosi
On Mon, Jun 1, 2009 at 23:09, Kow  wrote:
> Quite a few bug fixes since 4.2. Hopefully debian will get some more of
> the debian bts bugs fixed before karmic DIF. This version should at
> least make the new gtk2 ui mostly usable.
>
> NOTE: Most of the new bugs since 3.48 are due to the new gtk2 ui. A
> reportbug config setting allows easy switching between the various
> interfaces (the text-mode interface has been largely untouched since
> 3.48).

Are you going to provide some patches or just complain cluelessy?

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
Please merge reportbug 4.4 (universe) from debian unstable (utils)
https://bugs.launchpad.net/bugs/382562
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-08 Thread Sandro Tosi
On Fri, May 8, 2009 at 21:20, John Haitas  wrote:
> Given that there is not yet an upstream fix for this.
>
> Can we just patch the current code so the packaging will work?
>
> We can revisit the issue when a new version is released.
>
> In the meantime, our users are going to struggle to understand what's
> going on.
>
> Can we provide a working solution even if it is not the preferred long
> term solution?

The working solution is here:

/usr/share/doc/python-matplotlib/NEWS.Debian.gz
/usr/share/doc/python-matplotlib/README.Debian

I'm pretty sure Benjamin kept this file from Debian to Ubuntu. There
is documentation written ad-hoc for this change.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
python-matplotlib: missing package dependency (python-tk)
https://bugs.launchpad.net/bugs/301007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-08 Thread Sandro Tosi
On Fri, May 8, 2009 at 22:14, John Haitas  wrote:
> How bout we do an ubuntu4 that depends on python-tk

Did you actually read the files I've mentioned above? that *is* part the
change.

> We can work on an ubuntu5 that selects the best option.

Sure, please do it if you feel it's required; please give it back to
Debian then.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
python-matplotlib: missing package dependency (python-tk)
https://bugs.launchpad.net/bugs/301007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-05 Thread Sandro Tosi
2009/5/5 Дмитрий Ледков :
> 2009/5/5 John Haitas :
>> I am already working on a patch that moves python-gtk2 etc... to the
>> Suggests line...
>>
>> would that produce the desired results?
>>
>
> Dunno... The idea here is that matplolib GUI has many types depending
> on different backends.
>
> A KDE user _can_ run the qt gui.
> A Gnome user _can_ run the GTK gui.
> etc.
>
> At runtime the _available_ backends should be checked and one should
> be picked which is curently available, ie. installed.
>
> Due to python / apt nature what is avaiable at install time is
> different from what is there at the runtime.
>
> Ideally we should be able to detect that.

And we already talked with upstream authors to implement such
functionality.

> I got this idea to use Python-Apt bindings to write a small function
> that will check with apt what's installed and pick the pretties one.
> I'll work on this, should be easy. Hopefully I will have something
> ready (patch, debdiff, PPA) in a few hours.

No, that should be done inside matplotlib: check what's binding is
available, choose the best.

> This will be Debian/Ubuntu solution.

The solution descrive above will enter Debian, not anything else.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
python-matplotlib: missing package dependency (python-tk)
https://bugs.launchpad.net/bugs/301007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 301007] Re: python-matplotlib: missing package dependency (python-tk)

2009-05-05 Thread Sandro Tosi
On Tue, May 5, 2009 at 06:09, John Haitas  wrote:
> That's why I went with the method I did.

If the patch is this [1] then it's wrong.

[1]
http://launchpadlibrarian.net/26327836/matplotlib_0.98.5.2-1ubuntu4.debdiff

> A guy in #ubuntu-motu thought my
> method was wrong.

I agree with that guy

> I still think it is right to depend on python-tk and then
> do the OR for the rest of the packages on the line. I know it will fix the
> bug. I will try to have a PPA tomorrow. Please try my patch for now. This is
> the first patch I have submitted. I would feel a huge sense of
> accomplishment if I can get it right and receive credit for it.

No, read documentation we added in Debian packages about how to fix
this problem.

This is a configuration that needs to be done by the system
administrator, the one that installs the package and setup the
environment.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
python-matplotlib: missing package dependency (python-tk)
https://bugs.launchpad.net/bugs/301007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 313834] [NEW] subsequent figures close immediately

2009-01-04 Thread Sandro Tosi
On Sun, Jan 4, 2009 at 21:41, Matt H  wrote:
> Public bug reported:
>
> Run something like this
>
> #!/usr/bin/python
> import pylab
>
> for i in range(1,3):
>X = [1,2]
>Y = [i,2]
>pylab.plot(X,Y)
>pylab.show()
>
> It should show a figure.

if you want a single figure with 2 plots in it, then move pylab.show()
out ot for loop.

> When you close its window, a second figure will
> be plotted in a new window.

This is because pylab.show() displays the first image (the one with
diagonal line) and wait for you to close the popped-up window. Once
done, the loop goes into the second (and last) iteration, and show the
second plot in a different picture.

HTH,
-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
subsequent figures close immediately
https://bugs.launchpad.net/bugs/313834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 301007] Re: Missing package dependency

2009-01-23 Thread Sandro Tosi
On Fri, Jan 23, 2009 at 03:56, Дмитрий Ледков  wrote:
> An auto backend support within matplotlib would be great. I'll try to
> find bug tracker for matplotlib and see if there is a request already
> for this, if not I'll file one and help to add code to support that.

it's on their SF website[1] even if -devel (or -user sometimes)
mailing-list is much more used than tracker.

[1] http://sourceforge.net/tracker/?group_id=80706

> I think that it will be possible to write a post install script which
> will do the following:
>
> 1) check dependencies for all possible backends
> 2) Ignore backends for which dependencies are missing
> 3) Out of the working backends pick the pretties one
> 4) modify /etc/matplotlibrc to default to one that is installed

what if install-time is weeks before the usage, so that packages gets
installed and removed in between?

> By bash-foo is not perfect but I will work on this in the next week or
> so. So for now I'll assign this bug to myself. If I succeed I'll work
> with debian packaging team to incorporate it =D

The best (only real?) solution is to let upstream provide an "auto"
mode, like they already said they're working on it.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
Missing package dependency
https://bugs.launchpad.net/bugs/301007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 228183] Re: Please remove broken reportbug from Ubuntu

2008-09-03 Thread Sandro Tosi
> but /usr/bin/reportbug has to go.
[8<]
> It's just plain rude to stick a tool on a naive user's system, tell him
> it does something other than what it really does, but keep it around
> just because the real experts know how to work around it.

Why not fix it, instead?

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
Please remove broken reportbug from Ubuntu
https://bugs.launchpad.net/bugs/228183
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 228183] Re: Please remove broken reportbug from Ubuntu

2008-09-03 Thread Sandro Tosi
On Wed, Sep 3, 2008 at 15:28, Zooko O'Whielacronx <[EMAIL PROTECTED]> wrote:
> Argh!
>
> Sandro: you have just, 25 minutes ago, begun the Nth iteration of this
> stupid process.

The only stupid thing here is removing a useful package instead of
fixing it.

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
Please remove broken reportbug from Ubuntu
https://bugs.launchpad.net/bugs/228183
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 228183] Re: Please remove broken reportbug from Ubuntu

2008-09-03 Thread Sandro Tosi
> Zooko summed it up well enough, are any Ubuntu release-team developers
> reading this?

Don't hope for any of them to look at it and ne pro-active: contact
them and ask for its removal. Too much time has been wasted (this
email thread come to me from Jul 6 on) talking instead of doing.

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
Please remove broken reportbug from Ubuntu
https://bugs.launchpad.net/bugs/228183
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 228183] Re: Please remove broken reportbug from Ubuntu

2008-09-03 Thread Sandro Tosi
> I used a strong word ("stupid"), but I didn't mean it to apply to you.

I didn't take that as personal :)

> The process itself is clearly pathological.  So far, no Ubuntu person
> has demonstrated the authority and decisiveness to simply remove the
> broken, harmful component while we work on fixing, replacing, or
> improving it.  It is rather discouraging.

I don't know the organization in Ubuntu, but you have to escalate this
issue to higher level than "mare" developers: some sort of leader,
tech committee, release managers or so.

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
Please remove broken reportbug from Ubuntu
https://bugs.launchpad.net/bugs/228183
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 228183] Re: Please remove broken reportbug from Ubuntu

2008-09-04 Thread Sandro Tosi
On Thu, Sep 4, 2008 at 16:12, auspex <[EMAIL PROTECTED]> wrote:
> I'm frankly astounded at Santo's statement that we need to contact

I think you're referring to me (it would be pleasant to have it
spelled correctly)

> somebody _else_ to get this fixed.  If that's the situation, what on
> earth is even the point of having Launchpad!  THIS is where solutions
> are supposed to be discussed and found.

Sure, and what solution have you found? Oh, yeah, nothing... if you
believe that removal is the solution, then follow it up.

Are you able to remove the package? do it. is anybody at ubuntu
listening here able to remove it? do it. If not, contact someone that
can. THIS is a solution, and a plan to implement it. Simply keep
looping won't solve it.

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
Please remove broken reportbug from Ubuntu
https://bugs.launchpad.net/bugs/228183
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 390508] Re: notifyOSD ignores the expire timeout parameter

2019-01-27 Thread Sandro Tosi
** Bug watch added: Debian Bug tracker #664905
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664905

** Also affects: notify-osd (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664905
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390508

Title:
  notifyOSD ignores the expire timeout parameter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/390508/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 830385] Re: notify-osd should have larger bubbles

2019-01-27 Thread Sandro Tosi
** Package changed: debian => notify-osd (Debian)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/830385

Title:
  notify-osd should have larger bubbles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/830385/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922806] Re: ubuntu-bug doesn't react on clicking a window using the -w option

2021-04-06 Thread Sandro Tosi
ubuntu-bug is not part of reportbug, closing

** Changed in: reportbug (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922806

Title:
  ubuntu-bug doesn't react on clicking a window using the -w option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/reportbug/+bug/1922806/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 236046] Re: checkgmail tray background colour cannot be changed

2010-11-16 Thread Sandro Tosi
Hi Corona,
could you please pester upstream to include this patch, or at least to get a 
public review from him?

Regards.
Sandro

-- 
checkgmail tray background colour cannot be changed
https://bugs.launchpad.net/bugs/236046
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236046] Re: checkgmail tray background colour cannot be changed

2010-11-16 Thread Sandro Tosi
> I sent the patch to morph(at)debian(dot)org as Edward asked. Haven't
heard back yet though.

I don't see a confirmation if this effects Debian in teh first place, if
you can get that check done, I can see to include it in the Debian
package. Also, the correct way to contact the maintainer of a Debian pkg
is to try to replicate the problem on a Debian system and them open a
bug on the Debian BTS (I'm sure there's someone in ubuntu that will be
able to explain to you how to do that) - sending email directly to the
maint is not the correct way, no matter what others say.

-- 
checkgmail tray background colour cannot be changed
https://bugs.launchpad.net/bugs/236046
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 236046] Re: checkgmail tray background colour cannot be changed

2010-11-16 Thread Sandro Tosi
On Tue, Nov 16, 2010 at 19:24, Corona <236...@bugs.launchpad.net> wrote:
> Sorry, I have no experience whatsoever with sending patches upstream, I was 
> just following directions. I don't want to pester anyone, and I don't have 
> time to replicate this bug on various distros.
> Looking at the code I'm quite sure that setting a custom bg color will be 
> disabled on any system running Gnome, which is especially annoying if you use 
> a custom background color for your panel.
>
> As I mentioned above I notified the developer of checkgmail, he is aware
> of the issue but he won't change the current behaviour because that
> would break transparency with the default Ubuntu settings (Ambiance
> theme without a custom background or transparency for the panel). He
> told me that he might include the fix as a commandline option.

That said, I hope you'll understand I'm not going to apply it in Debian.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
checkgmail tray background colour cannot be changed
https://bugs.launchpad.net/bugs/236046
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 695005] Re: merge python-numpy 1.5.1 from debian experimental

2010-12-31 Thread Sandro Tosi
Matthias, what transition are you talking about?

Also, numpy in natty already uses -support (better check information
before writing, don't you think?)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/695005

Title:
  merge python-numpy 1.5.1 from debian experimental

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298291] Re: [needs-packaging] Sync dot2tex from debian testing

2015-02-25 Thread Sandro Tosi
https://launchpad.net/ubuntu/+source/dot2tex

** Changed in: dot2tex (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298291

Title:
  [needs-packaging] Sync dot2tex from debian testing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dot2tex/+bug/1298291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-08-20 Thread Sandro Tosi
David, it is not :) no package will ever install something in /usr/local
so it's a custom installation

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1266605

Title:
  matplotlib crashes after recent tcl/tk update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1266605/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-08-20 Thread Sandro Tosi
david@spengler:~$ python -c "import matplotlib; print matplotlib"


/usr/lib is not /usr/local ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1266605

Title:
  matplotlib crashes after recent tcl/tk update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1266605/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1077115] Re: reportbug is missing dependency for gtk interface

2012-11-09 Thread Sandro Tosi
On Fri, Nov 9, 2012 at 8:26 PM, Joseph <1077...@bugs.launchpad.net> wrote:
> So after talking this over with the great people on the Motu team The best 
> plain of action is to.
> Find the debian maintainer
> Talk to him/her about a meta package called reportbug-gtk (If there is not 
> one that is)

nope sorry, that won't happen (in Debian at least, in Ubuntu you're
free to do what's best for you).

Regards,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1077115

Title:
  reportbug is missing dependency for gtk interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/reportbug/+bug/1077115/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1078608] Re: -B flag fails with reportbug

2012-11-14 Thread Sandro Tosi
it's written in the message... you have to pass '-B debian'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1078608

Title:
  -B flag fails with reportbug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/reportbug/+bug/1078608/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 607395] Re: Please merge matplotlib 1.0.1-1 (universe) from debian experimental main

2011-03-01 Thread Sandro Tosi
On Tue, Mar 1, 2011 at 11:38, Alex Valavanis <607...@bugs.launchpad.net> wrote:
> I have merged the packages.  Unfortunately, python2.7-dbg crashes when
> debian/rules clean runs the line:
>
> python2.7-dbg ./setup.py clean --all
>
> This prevents me from creating the source package.  The command is still
> run using the non-debug version of python2.7, so hopefully this isn't an
> issue.  I have commented out the python2.7-dbg line from debian/rules.

What about trying to triage the problem, identify the culprit and fix
it, instead of work around it?

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/607395

Title:
  Please merge matplotlib 1.0.1-1 (universe) from debian experimental
  main

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 607395] Re: Please merge matplotlib 1.0.1-1 (universe) from debian experimental main

2011-03-01 Thread Sandro Tosi
On Tue, Mar 1, 2011 at 19:29, Alex Valavanis <607...@bugs.launchpad.net> wrote:
> The crash happens when setupext.check_for_gtk attempts to import gtk.
> This only happens when the script is run with python2.7-dbg... the
> script runs fine with python2.6, python2.7 and python2.6-dbg.

GTK+ bindings not properly rebuilt/working on 2.7 debug interpreter?
if you run python2.7-dbg -c "import gtk" what do you got?

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/607395

Title:
  Please merge matplotlib 1.0.1-1 (universe) from debian experimental
  main

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 607395] Re: Please merge matplotlib 1.0.1-1 (universe) from debian experimental main

2011-03-01 Thread Sandro Tosi
On Tue, Mar 1, 2011 at 20:09, Alex Valavanis <607...@bugs.launchpad.net> wrote:
> @Sandro - I get a simple segfault message, just as in comment #20

seen that, so it's a bug in glib

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/607395

Title:
  Please merge matplotlib 1.0.1-1 (universe) from debian experimental
  main

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 607395] Re: Please merge matplotlib 1.0.1-1 (universe) from debian experimental main

2011-03-02 Thread Sandro Tosi
On Wed, Mar 2, 2011 at 16:08, WeatherGod  wrote:
> I haven't figured out your particular error, but browsing through the
> build log revealed that the local copy of the sample data is incomplete:
>
> /tmp/buildd/matplotlib-1.0.1/build/lib.linux-x86_64-2.7/matplotlib/sphinxext/plot_directive.py:322:
>  PlotWarning: Exception running plot 
> /tmp/buildd/matplotlib-1.0.1/doc/mpl_examples/pylab_examples/image_demo2.py
> Traceback (most recent call last):
>  File 
> "/tmp/buildd/matplotlib-1.0.1/build/lib.linux-x86_64-2.7/matplotlib/sphinxext/plot_directive.py",
>  line 319, in render_figures
>    run_code(plot_path, function_name, plot_code, context=context)
>  File 
> "/tmp/buildd/matplotlib-1.0.1/build/lib.linux-x86_64-2.7/matplotlib/sphinxext/plot_directive.py",
>  line 230, in run_code
>    "__plot__", fd, fname, ('py', 'r', imp.PY_SOURCE))
>  File "image_demo2.py", line 9, in 
> IOError: [Errno 2] No such file or directory: 
> '/tmp/buildd/matplotlib-1.0.1/sampledata/ct.raw'

known error, that example will simple be skipped, irrelevant to this
discussion.

>
> In addition, the log also revealed a slight logical error on the part of 
> upstream matplotlib, because it attempts to generate a basemap image, but 
> matplotlib is not dependent on basemap -- minor issue, though.

known too, irrelevant for this discussion.

>  There are a few other build errors, but I believe they were fixed in
subsequent revisions to matplotlib 1.0.x branch.

why do you believe that? did you report them upstream? did you check
upstream VCS?

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/607395

Title:
  Please merge matplotlib 1.0.1-1 (universe) from debian experimental
  main

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 695005] Re: merge python-numpy 1.5.1 from debian experimental

2011-01-02 Thread Sandro Tosi
Hi Sameer,

On Sat, Jan 1, 2011 at 14:33, Sameer Morar  wrote:
> If the upload for this bug is approved, I will file bugs for the above-
> mentioned issues, and begin working on resolving them.

it would be awesome if you can fix those bugs in Debian first, and so
have them naturally flow in ubuntu.

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/695005

Title:
  merge python-numpy 1.5.1 from debian experimental

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 611154] Re: Please sync python-numpy 1:1.4.1-4 (main) from Debian unstable (main).

2010-07-29 Thread Sandro Tosi
You can help getting those changes implemented, instead of the deferring
it (and waiting for Debian to do the work).

-- 
Please sync python-numpy 1:1.4.1-4 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/611154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 607395] Re: Version bump to 1.0.0

2010-07-21 Thread Sandro Tosi
On Wed, Jul 21, 2010 at 19:15, Ben Gamari  wrote:
> Please see my PPA[1] for a building, working package. Timely integration
> would be greatly appreciated, as I have some software that depends on
> 1.0.0 API.
>
> [1] https://launchpad.net/~bgamari/+archive/matplotlib-unofficial

Sure update the package is quite easy, make it right it's another story.

The main blocker for the upload into Debian (and hence the sync with
ubuntu) is due to the get_sample_date() calls inside the examples in
doc generation. It's forbidden (at least in Debian, I don't know in
ubuntu) to acess (and download) anything at build time.

Follow up [1] and propose a patch: that would help us both Debian and
ubuntu (oh, and upstream too).

[1] http://thread.gmane.org/gmane.comp.python.matplotlib.devel/8865

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-- 
Version bump to 1.0.0
https://bugs.launchpad.net/bugs/607395
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs