[Bug 247553] [NEW] Package doesn't build from source if any EXTRA_PLUGINS are added

2008-07-11 Thread Thomas Fogwill
Public bug reported:

There is a problem on line 130 of debian/rules that breaks the generated 
control file if anything is set for EXTRA_PLUGINS. 
The basic control file is generated first in lines 108-117.  Then the entries 
for the EXTRA_PlUGINS are added in lines 118-130.  
However, an error on line 130 causes the control file to be completely 
overwritten.

dpkg-buildpackage then fails with:
   dpkg-checkbuilddeps: error: syntax error in debian/control at line 10: first 
block lacks a source field

The erroneous line 130 reads:
sed 's/@GST_GCONF_LIB_DEV_DEP@/$(gst_gconf_lib_dev_dep)/g'  $@; \
which overwrites the control file.

It should read:
   sed 's/@GST_GCONF_LIB_DEV_DEP@/$(gst_gconf_lib_dev_dep)/g'  $@; \
so that the entries are appended without overwriting the file.

** Affects: gst-plugins-ugly0.10 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Package doesn't build from source if any EXTRA_PLUGINS are added
https://bugs.launchpad.net/bugs/247553
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-ugly0.10 in ubuntu.

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


[Bug 247553] Re: Package doesn't build from source if any EXTRA_PLUGINS are added

2008-07-11 Thread Thomas Fogwill

** Attachment added: Patch to the rules file, as per the info in the bug 
report
   http://launchpadlibrarian.net/15948301/rules.diff

-- 
Package doesn't build from source if any EXTRA_PLUGINS are added
https://bugs.launchpad.net/bugs/247553
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-ugly0.10 in ubuntu.

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


[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Thomas Fogwill
As Andrew mentioned previously, it seems that EDS doesn't crash, but
terminates unexpectedly with exit code 1 - hence the absence of a stack
to trace.

Program exited with code 01.
(gdb) bt
No stack.

Would an strace help to find the problem?

-- 
Evolution groupwise support crashes often
https://launchpad.net/bugs/41406

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


[Bug 41406] Re: [Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Thomas Fogwill
On Thu, 2006-08-03 at 13:33 +, Laurens wrote:
 [EMAIL PROTECTED]:~/Evoluation packages$ sudo dpkg -i 
 evolution-data-server-dbg_1.6.1-0ubuntu6_i386.deb
 (Reading database ... 98902 files and directories currently installed.)
 Preparing to replace evolution-data-server-dbg 1.6.1-0ubuntu5 (using 
 evolution-data-server-dbg_1.6.1-0ubuntu6_i386.deb) ...
 Unpacking replacement evolution-data-server-dbg ...
 dpkg: dependency problems prevent configuration of evolution-data-server-dbg:
  evolution-data-server-dbg depends on libcamel1.2-8 (= 1.6.1-0ubuntu6); 
 however:
   Version of libcamel1.2-8 on system is 1.6.1-0ubuntu5.
  evolution-data-server-dbg depends on libebook1.2-5 (= 1.6.1-0ubuntu6); 
 however:
   Version of libebook1.2-5 on system is 1.6.1-0ubuntu5.
  evolution-data-server-dbg depends on libecal1.2-3 (= 1.6.1-0ubuntu6); 
 however:
   Version of libecal1.2-3 on system is 1.6.1-0ubuntu5.
  evolution-data-server-dbg depends on libedata-book1.2-2 (= 1.6.1-0ubuntu6); 
 however:
   Version of libedata-book1.2-2 on system is 1.6.1-0ubuntu5.
  evolution-data-server-dbg depends on libedata-cal1.2-1 (= 1.6.1-0ubuntu6); 
 however:
   Version of libedata-cal1.2-1 on system is 1.6.1-0ubuntu5.
  evolution-data-server-dbg depends on libedataserver1.2-7 (= 1.6.1-0ubuntu6); 
 however:
   Version of libedataserver1.2-7 on system is 1.6.1-0ubuntu5.
  evolution-data-server-dbg depends on libedataserverui1.2-6 (= 
 1.6.1-0ubuntu6); however:
   Version of libedataserverui1.2-6 on system is 1.6.1-0ubuntu5.
  evolution-data-server-dbg depends on libegroupwise1.2-9 (= 1.6.1-0ubuntu6); 
 however:
   Version of libegroupwise1.2-9 on system is 1.6.1-0ubuntu5.
  evolution-data-server-dbg depends on libexchange-storage1.2-1 (= 
 1.6.1-0ubuntu6); however:
   Version of libexchange-storage1.2-1 on system is 1.6.1-0ubuntu5.
 dpkg: error processing evolution-data-server-dbg (--install):
  dependency problems - leaving unconfigured
 Errors were encountered while processing:
  evolution-data-server-dbg

this upgrade broke because of unsatisfied dependencies. You'll need to
upgrade the dependencies as well (libcamel1.2-8, libebook1.2-5,
libecal1.2-3, libedata-book1.2-2, libedata-cal1.2-1,
libedataserver1.2-7, libedataserverui1.2-6, etc). You can get those from
the same place as the Sebastien's other packages.

-- 
Evolution groupwise support crashes often
https://launchpad.net/bugs/41406

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