[Touch-packages] [Bug 1436461] Re: [needs-packaging] libsystemd-daemon.so.0 needs-packaging

2015-03-26 Thread Martin Pitt
We do use --enable-compat-libs. libsystemd-daemon.so.0 doesn't exist any
more as nothing in Ubuntu uses it any more. But as I said you can build
software whose ./configure is still checking for the old split out
libraries with libsystemd-login-dev and friends (and then it will end up
being linked against libsystemd0).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1436461

Title:
  [needs-packaging] libsystemd-daemon.so.0 needs-packaging

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  http://paste.ubuntu.com/10679310/

  this is a compatibility package and is needed to build upstream xen 4.5.0 in 
vivid 15.04
  ./configure --prefix=/usr --libdir=/usr/lib --enable-systemd 
--enable-ocamltools

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1436461] Re: [needs-packaging] libsystemd-daemon.so.0 needs-packaging

2015-03-26 Thread Mark Pryor
Looking at system-219 from upstream now.

In order to build libsystemd-daemon.so.0, you need to configure like this:
   ./configure --enable-compat-libs

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1436461

Title:
  [needs-packaging] libsystemd-daemon.so.0 needs-packaging

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  http://paste.ubuntu.com/10679310/

  this is a compatibility package and is needed to build upstream xen 4.5.0 in 
vivid 15.04
  ./configure --prefix=/usr --libdir=/usr/lib --enable-systemd 
--enable-ocamltools

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1436461] Re: [needs-packaging] libsystemd-daemon.so.0 needs-packaging

2015-03-26 Thread Mark Pryor
here is the upstream tree

http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd/

sd-daemon.c is the source of interest

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1436461

Title:
  [needs-packaging] libsystemd-daemon.so.0 needs-packaging

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  http://paste.ubuntu.com/10679310/

  this is a compatibility package and is needed to build upstream xen 4.5.0 in 
vivid 15.04
  ./configure --prefix=/usr --libdir=/usr/lib --enable-systemd 
--enable-ocamltools

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1436461] Re: [needs-packaging] libsystemd-daemon.so.0 needs-packaging

2015-03-26 Thread Mark Pryor
Marty claims I can build it and I've seen freedesktop.org posts says I
can too if I have sd-daemon.c

Is sd-daemon.c the true source? I can't find this in any Vivid *.dsc

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1436461

Title:
  [needs-packaging] libsystemd-daemon.so.0 needs-packaging

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  http://paste.ubuntu.com/10679310/

  this is a compatibility package and is needed to build upstream xen 4.5.0 in 
vivid 15.04
  ./configure --prefix=/usr --libdir=/usr/lib --enable-systemd 
--enable-ocamltools

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1436461] Re: [needs-packaging] libsystemd-daemon.so.0 needs-packaging

2015-03-26 Thread Mark Pryor
libsystemd-daemon.so.0 is a missing shared object that has pkgconfig
support and headers (sd-daemon.h). Why would all the dev support be
there, when the Shared Object is no where to be found?

please package this shared object. Why can Fedora 22/23 get this right,
but the Ubuntu+1 team can not?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1436461

Title:
  [needs-packaging] libsystemd-daemon.so.0 needs-packaging

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  http://paste.ubuntu.com/10679310/

  this is a compatibility package and is needed to build upstream xen 4.5.0 in 
vivid 15.04
  ./configure --prefix=/usr --libdir=/usr/lib --enable-systemd 
--enable-ocamltools

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1436461] Re: [needs-packaging] libsystemd-daemon.so.0 needs-packaging

2015-03-26 Thread Martin Pitt
You can build that using libsystemd-login-dev, they provide
compatibility shims for the obsolete libsystemd-logind0 (and similar)
libraries.

** Changed in: systemd (Ubuntu)
   Status: New => Won't Fix

** Changed in: systemd (Ubuntu)
   Status: Won't Fix => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1436461

Title:
  [needs-packaging] libsystemd-daemon.so.0 needs-packaging

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  http://paste.ubuntu.com/10679310/

  this is a compatibility package and is needed to build upstream xen 4.5.0 in 
vivid 15.04
  ./configure --prefix=/usr --libdir=/usr/lib --enable-systemd 
--enable-ocamltools

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1436461] Re: [needs-packaging] libsystemd-daemon.so.0 needs-packaging

2015-03-25 Thread Brian Murray
*** This is an automated message ***

This bug is tagged needs-packaging which identifies it as a request for
a new package in Ubuntu.  As a part of the managing needs-packaging bug
reports specification,
https://wiki.ubuntu.com/QATeam/Specs/NeedsPackagingBugs, all needs-
packaging bug reports have Wishlist importance.  Subsequently, I'm
setting this bug's status to Wishlist.

** Summary changed:

- libsystemd-daemon.so.0 needs-packaging
+ [needs-packaging] libsystemd-daemon.so.0 needs-packaging

** Changed in: systemd (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1436461

Title:
  [needs-packaging] libsystemd-daemon.so.0 needs-packaging

Status in systemd package in Ubuntu:
  New

Bug description:
  http://paste.ubuntu.com/10679310/

  this is a compatibility package and is needed to build upstream xen 4.5.0 in 
vivid 15.04
  ./configure --prefix=/usr --libdir=/usr/lib --enable-systemd 
--enable-ocamltools

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp