[Bug 350024] Re: intrepid's nagios3 depends on non-existent libperl5.8

2009-03-27 Thread Eddy Mulyono
nagios3: Installed: (none) Candidate: 3.0.6-2 Version table: 3.0.6-2 0 500 http://apt.brightbox.net hardy/main Packages 3.0.2-1ubuntu1.1 0 500 http://mirrors.us.kernel.org intrepid-updates/main Packages 500 http://mirrors.us.kernel.org intrepid-security/main

[Bug 350024] [NEW] intrepid's nagios3 depends on non-existent libperl5.8

2009-03-27 Thread Eddy Mulyono
Public bug reported: intrepid's nagios3-3.0.6-2 depends on non-existent libperl5.8 (intrepid only has libperl5.10) When I try to install nagios3 via Synaptic, I got: nagios3: Depends: libperl5.8 (>=5.8.8) but it is not installable ** Affects: nagios3 (Ubuntu) Importance: Undecided

[Bug 207768] Re: no_proxy environment dropped when calling synaptic

2008-11-03 Thread Eddy Mulyono
We'll probably have to patch env.c to include no_proxy in initial_keepenv_table. I'll see if I can cook up a patch. -- no_proxy environment dropped when calling synaptic https://bugs.launchpad.net/bugs/207768 You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 257724] Re: vnc4server startup script error

2008-10-18 Thread Eddy Mulyono
Test in intrepid: 0. sudo apt-get install vnc4server 1. vncserver 2. vncserver -kill :1 3. edit ~/.vnc/xstartup to be: unset SESSION_MANAGER exec /etc/X11/xinit/xinitrc 4. vncserver 5. Open "Remote Desktop Viewer" 6. "Connect" to "localhost:13" Expected: GNOME session starts. Bug: Nothing sta

[Bug 264191] Re: python-django FFe for 1.0

2008-09-15 Thread Eddy Mulyono
@Scott: > Are you close to a final debdiff for this? If I understand correctly, I should debdiff python- django_0.96.2-1ubuntu2 against my python-django_1.0-1ubuntu1~ppa3. Am I correct? (The deb.diff is 15.2 MB. Should I upload it anyway?) I didn't get much further than https://bugs.launchpad.n

[Bug 264191] Re: python-django FFe for 1.0

2008-09-08 Thread Eddy Mulyono
@Scott: I think that post refers to a Django app, not Django itself. So, we probably don't want those patches. FileSaveRaceConditionTest is giving me trouble. Sometimes it passes, sometimes it doesn't (in both my local pbuilder and LP Soyuz). Django upstream folks are also having problem with it w

[Bug 264191] Re: python-django FFe for 1.0

2008-09-06 Thread Eddy Mulyono
Django automatically skips some tests from its testsuite if it's missing some dependencies required to run them. This next debdiff runs more tests by pulling some packages into Build- Depends-Indep (I just uploaded it to my PPA, and will have to wait a bit for build logs. Should be fine, but I'll

[Bug 264191] Re: python-django FFe for 1.0

2008-09-05 Thread Eddy Mulyono
> @Eddy: would you mind to prepare a debdiff from Debian Unstable to prepare a merge for Intrepid? @Lionel: I assume you want me to `debdiff debian/python-django_1.0-1.dsc ubuntu/python-django_1.0-1ubuntu1~ppa1.dsc`. If so, you can find it attached to this comment. ** Attachment added: "debdiff d

[Bug 264191] Re: python-django FFe for 1.0

2008-09-05 Thread Eddy Mulyono
> Eddy, I know we have some ubuntu changes on this package, we have to check if there are still revelant. I know that we desactivated testsuite for the reason you have given. I had no problem with FileSaveRaceCon myself. What kind of problem did you had? I think my problem is mostly bad hardware t

[Bug 264191] Re: python-django FFe for 1.0

2008-09-04 Thread Eddy Mulyono
> OK. Who can test this package? In my PPA , I packaged 1.0-0ubuntu1~ppa1 using 1.0~beta2+ds-1 packaging information, adding some instructions to run Django's testsuite. 1.0 passes almost all the tests: https://launchpad.net/~eddymul/+archive/+build/708241

[Bug 264191] [NEW] python-django FFe for 1.0

2008-09-02 Thread Eddy Mulyono
Public bug reported: Binary package hint: python-django > state the reason why you feel it is necessary * Django 1.0 is slated for 1.0 within a week (around september 6-7, 2008). Because intrepid is "Supported until April 2010", it's better to carry 1.0 rather than the 0.96 series. * Fixes h

[Bug 188218] Re: git-core doesn't install bindings for emacsen

2008-07-06 Thread Eddy Mulyono
Works now for ubuntu. I wouldn't mind porting this patch (if there's any extra work at all) to Debian sid, but can someone give me pointers as to what to do? (or what docs to read..) ** Attachment added: "new debdiff against 1:1.5.4.3-1ubuntu2" http://launchpadlibrarian.net/15865514/deb.diff

[Bug 159086] Re: libwnck stops updating window information after xrandr

2008-06-11 Thread Eddy Mulyono
I still have the same problem in Hardy. Another workaround (other than `killall gnome-panel` and/or `compiz --replace`) is: 1. Right-click on panel 2. Choose "Properties" 3. Toggle "Orientation" (e.g., if it's set to "Bottom", choose "Top" (let instant apply happen), and choose "Bottom" again).

[Bug 225546] Re: gdmsetup does not choose selected theme

2008-06-11 Thread Eddy Mulyono
Same here. Weirdly enough, if I run gdmsetup afterward, and selected the same option (Human List theme) for the second time, gdm will behave properly. -- gdmsetup does not choose selected theme https://bugs.launchpad.net/bugs/225546 You received this bug notification because you are a member of

[Bug 188218] Re: git-core doesn't install bindings for emacsen

2008-05-06 Thread Eddy Mulyono
Apparently, my patch in comment 6 doesn't work in a fresh Hardy install. :p I will delete 1.5.4.3-1ubuntu3~ppa2 and rebuild with debhelper for now, while I learn to unravel debhelper's wonders to satisfy upstream's request. -- git-core doesn't install bindings for emacsen https://bugs.launchpad.

[Bug 188218] Re: git-core doesn't install bindings for emacsen

2008-04-21 Thread Eddy Mulyono
Upstream prefers not to depend on debhelper. I'm "inlining" some of the debhelper commands, but currently, this only works for emacs (vs. other emacsen). Resulting package is in my PPA version 1.5.4.3-1ubuntu3~ppa2. Works for emacs. ** Attachment added: "deb.diff" http://launchpadlibrarian.net

[Bug 188218] Re: git-core doesn't install bindings for emacsen

2008-04-15 Thread Eddy Mulyono
PPA was able to succesfully build the package. Results at http://ppa.launchpad.net/eddymul/ubuntu -- git-core doesn't install bindings for emacsen https://bugs.launchpad.net/bugs/188218 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 188218] Re: git-core doesn't install bindings for emacsen

2008-04-15 Thread Eddy Mulyono
steps to reproduce: 1. apt-get install emacs git-core 2. open emacs 3. M-x git-status expected: (emacs prompts for a path, then) magic happens observed: no such command. new patch fixes this issue in hardy. ** Attachment added: "debdiff patch for hardy" http://launchpadlibrarian.net/13477597

[Bug 208587] Re: python-django debian/rules doesn't run testsuite

2008-03-30 Thread Eddy Mulyono
Some tests in the testsuite requires internet connection, which fails in a PPA build. I added a patch to work around this issue by not running these tests. The patched testsuite runs fine. (results at http://ppa.launchpad.net/eddymul/ubuntu) ** Attachment added: "second try: debdiff against hard

[Bug 208587] Re: python-django debian/rules doesn't run testsuite

2008-03-28 Thread Eddy Mulyono
** Attachment added: "debdiff against hardy's python-django 0.96.1-2ubuntu1" http://launchpadlibrarian.net/12956954/run_test_suite.diff -- python-django debian/rules doesn't run testsuite https://bugs.launchpad.net/bugs/208587 You received this bug notification because you are a member of Ubu

[Bug 208587] [NEW] python-django debian/rules doesn't run testsuite

2008-03-28 Thread Eddy Mulyono
Public bug reported: steps to reproduce: 1. apt-get source python-django 2. pbuilder python-django*.dsc expected: pbuilder runs Django's testsuite observed: pbuilder didn't run Django's testsuite I followed Gentoo's approach to run the testsuite: http://sources.gentoo.org/viewcvs.py/gentoo-x86/

[Bug 188218] Re: git-core doesn't install bindings for emacsen

2008-02-03 Thread Eddy Mulyono
interdiff patch for gutsy. Will work on hardy next. ** Attachment added: "git-core_gutsy_inter.diff" http://launchpadlibrarian.net/11748076/git-core_gutsy_inter.diff -- git-core doesn't install bindings for emacsen https://bugs.launchpad.net/bugs/188218 You received this bug notification bec

[Bug 188218] [NEW] git-core doesn't install bindings for emacsen

2008-02-01 Thread Eddy Mulyono
Public bug reported: Binary package hint: git-core git distributes contrib/emacs/*.el These files ended up in /usr/share/doc/* Probably we can have debian/rules perform dh_installemacsen? ** Affects: git-core (Ubuntu) Importance: Undecided Status: New -- git-core doesn't instal

[Bug 162890] Re: comint-watch-for-password-prompt does not catch sudo prompt

2008-01-26 Thread Eddy Mulyono
Chris: Thanks for the snippet. It works for me. Romain: Are you referring to the following? http://codebrowse.launchpad.net/~ubuntu- elisp/emacs/ubuntu/annotate/mwolson%40gnu.org-20080109032759-40ngyxjmy8yeskdv?start_revid=mwolson%40gnu.org-20080109043431-8u8qawud84xqj33m&file_id=fixcomintsudo.di

[Bug 157445] Re: No focus in revelation panel applet.

2007-11-25 Thread Eddy Mulyono
*** This bug is a duplicate of bug 118812 *** https://bugs.launchpad.net/bugs/118812 ** This bug has been marked a duplicate of bug 118812 revelation account search -- No focus in revelation panel applet. https://bugs.launchpad.net/bugs/157445 You received this bug notification because yo

[Bug 135358] Re: vmware-player not installable

2007-10-25 Thread Eddy Mulyono
I am having the same problems as beavis: after I installed vmware- player, synaptic kept telling that I need to update it to the same version. -- vmware-player not installable https://bugs.launchpad.net/bugs/135358 You received this bug notification because you are a member of Ubuntu Bugs, which