[Bug 237308] Re: libpam-chroot broken

2017-11-16 Thread James Cowgill
Was fixed in 0.9-4ubuntu2 / 0.9.4.1 (oneiric) ** Changed in: libpam-chroot (Ubuntu) Status: Confirmed => 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/237308 Title: libpam-chroo

[Bug 237308] Re: libpam-chroot broken

2014-11-21 Thread Rolf Leggewie
Hardy has seen the end of its life and is no longer receiving any updates. Marking the Hardy task for this ticket as "Won't Fix". ** Changed in: libpam-chroot (Ubuntu Hardy) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 237308] Re: libpam-chroot broken

2009-03-16 Thread Zack
In the meantime, here is the latest properly compiled intrepid amd64 build. ** Attachment added: "libpam-chroot_0.9-1_amd64.deb" http://launchpadlibrarian.net/23952024/libpam-chroot_0.9-1_amd64.deb -- libpam-chroot broken https://bugs.launchpad.net/bugs/237308 You received this bug notificati

[Bug 237308] Re: libpam-chroot broken

2009-03-12 Thread Zack
What's going on with this bug? It's been about 9 months and this seems like a very easy, and necessary, fix. -- libpam-chroot broken https://bugs.launchpad.net/bugs/237308 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 237308] Re: libpam-chroot broken

2009-02-13 Thread William Grant
** Changed in: libpam-chroot (Ubuntu) Assignee: William Grant (wgrant) => (unassigned) -- libpam-chroot broken https://bugs.launchpad.net/bugs/237308 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubunt

[Bug 237308] Re: libpam-chroot broken

2008-07-06 Thread William Grant
** Changed in: libpam-chroot (Ubuntu) Status: In Progress => Confirmed -- libpam-chroot broken https://bugs.launchpad.net/bugs/237308 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.u

[Bug 237308] Re: libpam-chroot broken

2008-07-06 Thread William Grant
** Changed in: libpam-chroot (Ubuntu) Assignee: (unassigned) => William Grant (wgrant) Status: New => In Progress -- libpam-chroot broken https://bugs.launchpad.net/bugs/237308 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 237308] Re: libpam-chroot broken

2008-06-09 Thread peterh
It would be nice to have an official package for hardy Peter -- libpam-chroot broken https://bugs.launchpad.net/bugs/237308 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:

[Bug 237308] Re: libpam-chroot broken

2008-06-07 Thread Enrico204
Here the deb binary. Enrico ** Attachment added: "libpam-chroot_0.9-3_i386.deb" http://launchpadlibrarian.net/15102514/libpam-chroot_0.9-3_i386.deb -- libpam-chroot broken https://bugs.launchpad.net/bugs/237308 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 237308] Re: libpam-chroot broken

2008-06-05 Thread Enrico204
That's working for me, thank you! I'm going to make unofficial i386 and (maybe) amd64 .deb Enrico -- libpam-chroot broken https://bugs.launchpad.net/bugs/237308 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing li

[Bug 237308] Re: libpam-chroot broken

2008-06-05 Thread peterh
I found the problem: instead of "ld --shared" "gcc -shared" has to be used --- Makefile.orig 2008-06-05 16:48:05.0 +0200 +++ Makefile2008-06-05 16:46:05.0 +0200 @@ -3,7 +3,7 @@ CC=gcc CFLAGS=-fPIC -O2 -Wall -Werror -pedantic CPPFLAGS=-I. -LDFLAGS=-x --shared -lpam +LD