[Bug 182142] Re: Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not available

2010-03-08 Thread David Futcher
Looks like this was fixed in 0.0.2-0ubuntu3 and installs fine on my
Karmic install so I'm marking this as Fix Released. If people are still
experiencing this, please re-open the bug.

ppm (0.0.2-0ubuntu3) jaunty-proposed; urgency=low

  * debian/preinst:
- test for the existance of /etc/dbus-1/event.d/30ppmd before
  calling it (LP: #365995) - this makes the package actually
  installable
  * debian/patches/makefix_fix.dpatch:
- fix makesfiles so that it builds

 -- Michael Vogt michael.v...@ubuntu.com  Fri, 24 Apr 2009 13:30:28
+0200

** Changed in: ppm (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not 
available
https://bugs.launchpad.net/bugs/182142
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 182142] Re: Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not available

2008-05-24 Thread Iain Lane
Unassigning from myself as I don't know when I'll get round to this.

** Changed in: ppm (Ubuntu)
 Assignee: Iain Lane (laney) = (unassigned)
   Status: In Progress = Confirmed

-- 
Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not 
available
https://bugs.launchpad.net/bugs/182142
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 182142] Re: Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not available

2008-03-25 Thread Albert Damen
Lain, the build errors can be fixed by adding the line unexport CFLAGS 
LDFLAGS in debian/rules (I put it at line 4). With that line ppm builds fine 
in a hardy pbuilder.
With your patch I could also install ppm in the pbuilder, where 30ppm did not 
exist yet. Without your fix that failed, so your fix seems to work fine.

-- 
Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not 
available
https://bugs.launchpad.net/bugs/182142
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 182142] Re: Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not available

2008-03-25 Thread Iain Lane
Thanks for that Albert. It now builds, but when installing I get this
output:

[EMAIL PROTECTED]:~/packaging$ sudo dpkg -i ppm_0.0.2-0ubuntu3_i386.deb 
Selecting previously deselected package ppm.
(Reading database ... 104956 files and directories currently installed.)
Unpacking ppm (from ppm_0.0.2-0ubuntu3_i386.deb) ...
Setting up ppm (0.0.2-0ubuntu3) ...
 * Starting Power Policy Manager ppmd   
** (process:5421): WARNING **: Unable to register service: Connection :1.38 
is not allowed to own the service com.intel.ppmd due to security policies in 
the configuration file
 [ OK ]

[EMAIL PROTECTED]:~/packaging$

I'm currently snowed under with Uni work, but will look into this more
in the near future. In the meantime, if anyone has any suggestions then
feel free to try them.

-- 
Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not 
available
https://bugs.launchpad.net/bugs/182142
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 182142] Re: Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not available

2008-03-06 Thread Iain Lane
Hrm, been talking with some people in #ubuntu-motu and this is quite
hard to fix. I'll work on it some more when I get enough time. These are
pre-existing problems though.

Building with debuild works fine. Building with dpkg-buildpackage or
pbuilder doesn't. Something to do with CFLAGS.

-- 
Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not 
available
https://bugs.launchpad.net/bugs/182142
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 182142] Re: Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not available

2008-03-03 Thread Luca Falavigna
It fails on my pbuilder, could you please give it a try?

cc -g -O2   -c -o hal.o hal.c
hal.c:50:23: error: dbus/dbus.h: No such file or directory
hal.c:51:18: error: glib.h: No such file or directory
hal.c:52:28: error: dbus/dbus-glib.h: No such file or directory
hal.c:53:37: error: dbus/dbus-glib-lowlevel.h: No such file or directory
hal.c:54:20: error: libhal.h: No such file or directory
In file included from hal.c:56:
linuxppm.h:81: error: expected specifier-qualifier-list before 'gboolean'
linuxppm.h:93: error: expected specifier-qualifier-list before 'GList'
linuxppm.h:102: error: expected specifier-qualifier-list before 'gboolean'
linuxppm.h:123: error: expected ')' before '*' token
linuxppm.h:129: error: expected declaration specifiers or '...' before 
'gboolean'
hal.c:58: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' 
token
hal.c:59: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' 
token
hal.c:61: error: expected ')' before '*' token
hal.c:74: error: expected ')' before '*' token
hal.c:104: error: expected ')' before '*' token
hal.c:118: error: expected ')' before '*' token
hal.c:130: error: expected ')' before '*' token
hal.c:141: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'dbus_init'
hal.c:162: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'hal_init'
make[2]: *** [hal.o] Error 1
make[2]: Leaving directory `/tmp/buildd/ppm-0.0.2/daemon'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/ppm-0.0.2'
make: *** [build-stamp] Error 2

** Changed in: ppm (Ubuntu)
 Assignee: (unassigned) = Iain Lane (laney)
   Status: Confirmed = In Progress

-- 
Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not 
available
https://bugs.launchpad.net/bugs/182142
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 182142] Re: Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not available

2008-02-25 Thread Iain Lane
The preinst wasn't checking for the presence of the 30ppm file before it
tried to stop it, causing this error. This patch will only attempt to
stop it if the file is present.

** Attachment added: ppm_0.0.2-0ubuntu3.debdiff
   http://launchpadlibrarian.net/12199811/ppm_0.0.2-0ubuntu3.debdiff

-- 
Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not 
available
https://bugs.launchpad.net/bugs/182142
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 182142] Re: Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not available

2008-01-24 Thread Luca Falavigna
** Tags added: packaging

-- 
Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not 
available
https://bugs.launchpad.net/bugs/182142
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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