|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
samba unmet dependenciesHi,
I just want to point out an unmet dependency. I've been trying to upgrade my version of samba to the current one available in backports, but I get this problem: $ sudo aptitude -t lenny-backports install samba samba-common smbfs smbclient Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Reading task descriptions... Done The following packages are BROKEN: samba The following NEW packages will be installed: samba-common-bin{a} The following packages will be upgraded: libwbclient0 samba-common smbclient smbfs 5 packages upgraded, 1 newly installed, 0 to remove and 48 not upgraded. Need to get 26.5MB of archives. After unpacking 16.2MB will be used. The following packages have unmet dependencies: samba: Depends: libpam-runtime (>= 1.0.1-11) but 1.0.1-5+lenny1 is installed. The following actions will resolve these dependencies: Remove the following packages: samba Score is -9881 The package libpam-runtime is currently not provided in backports and the version in lenny is not enough. Andres |
|
|
Re: samba unmet dependenciesOn Sat, Oct 17, 2009 at 10:35 AM, Andres Cimmarusti
<acimmarusti@...> wrote: > Hi, > > I just want to point out an unmet dependency. > I've been trying to upgrade my version of samba to the current one available > in backports, but I get this problem: This was discussed on the list yesterday. Christian knows about the problem and is working on preparing a fixed package. |
|
|
Re: samba unmet dependenciesQuoting James Vega (jamessan@...):
> This was discussed on the list yesterday. Christian knows about the > problem and is working on preparing a fixed package. ...and uploaded new packages today... |
|
|
Re: samba unmet dependenciesChristian Perrier <bubulle@...> writes:
> Quoting James Vega (jamessan@...): > >> This was discussed on the list yesterday. Christian knows about the >> problem and is working on preparing a fixed package. > > ...and uploaded new packages today... Which works perfectly :-) Thanks a lot Christian! -- Nicolas |
|
|
|
|
|
RE: samba unmet dependencies> -----Original Message----- > From: backports-users-bounces@... > [mailto:backports-users-bounces@...] On > Behalf Of Christian Perrier > Sent: Saturday, 17 October, 2009 09:14 > To: backports-users@... > Subject: Re: samba unmet dependencies > > Quoting James Vega (jamessan@...): > > > This was discussed on the list yesterday. Christian knows about the > > problem and is working on preparing a fixed package. > > ...and uploaded new packages today... Thank you! James Zuelow Network Specialist City and Borough of Juneau MIS (907)586-0236 |
|
|
Re: samba unmet dependenciesQuoting Wolfgang Granzer (w@...):
> May be I have missed the point but I am still not able to upgrade to > the backports package of libpam-smbpass: > > The following packages have unmet dependencies: > libpam-smbpass: Depends: libpam-runtime (>= 1.0.1-6) but > 1.0.1-5+lenny1 is installed I'm not in position of checking this right now but it's very likely that I need to undo yet another change we made to unstable packages: * debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst, debian/libpam-smbpass.files, debian/rules: provide a config block for the new PAM framework, allowing this PAM module to auto-configure itself * debian/control: make libpam-smbpass depend on libpam-runtime (>= 1.0.1-2ubuntu1) for the above That backport is getting more and more complicated..:-( |
|
|
Re: samba unmet dependencies* Christian Perrier <bubulle@...> [2009-10-20 06:34:53 CEST]:
> Quoting Wolfgang Granzer (w@...): > > May be I have missed the point but I am still not able to upgrade to > > the backports package of libpam-smbpass: > > > > The following packages have unmet dependencies: > > libpam-smbpass: Depends: libpam-runtime (>= 1.0.1-6) but > > 1.0.1-5+lenny1 is installed > > > I'm not in position of checking this right now but it's very likely > that I need to undo yet another change we made to unstable packages: > > * debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst, > debian/libpam-smbpass.files, debian/rules: provide a config block > for the new PAM framework, allowing this PAM module to > auto-configure itself > * debian/control: make libpam-smbpass depend on > libpam-runtime (>= 1.0.1-2ubuntu1) for the above But 1.0.1-5+1lenny1 _is_ >= 1.0.1-2ubuntu1. I think you might just have either looked at the wrong changelog entry or reduced the versioned depends too little. Hope that helps. :) Rhonda |
|
|
Re: samba unmet dependenciesQuoting Gerfried Fuchs (rhonda@...):
> But 1.0.1-5+1lenny1 _is_ >= 1.0.1-2ubuntu1. I think you might just have > either looked at the wrong changelog entry or reduced the versioned > depends too little. I probably overlooked the full changelog while sending that first answer, as the changelog was my only available material when I wrote it. |
|
|
Re: samba unmet dependenciesQuoting Wolfgang Granzer (w@...):
> May be I have missed the point but I am still not able to upgrade to > the backports package of libpam-smbpass: > > The following packages have unmet dependencies: > libpam-smbpass: Depends: libpam-runtime (>= 1.0.1-6) but > 1.0.1-5+lenny1 is installed > > Does your fix also affect the libpam-smbpass package? It should have but it didn't. Indeed, the dependency *can* be relaxed to 1.0.1-2ubuntu1 as the change to PAM config files that requires libpam-runtime 1.0.1-6 is already dropped from backported packages. So, the fix the libpam-smbpass is just relaxing the dependencies: no other change. As a consequence, you can safely force the installation of the package by ignoring the dependency requirements (download the .deb files and install them with "dpkg --ignore-depends=libpam-runtime"). This, until I reupload fixed packages of course. |
|
|
Re: samba unmet dependenciesQuoting Christian Perrier <bubulle@...>:
> Quoting Wolfgang Granzer (w@...): > >> May be I have missed the point but I am still not able to upgrade to >> the backports package of libpam-smbpass: >> >> The following packages have unmet dependencies: >> libpam-smbpass: Depends: libpam-runtime (>= 1.0.1-6) but >> 1.0.1-5+lenny1 is installed >> >> Does your fix also affect the libpam-smbpass package? > > > It should have but it didn't. Indeed, the dependency *can* be relaxed > to 1.0.1-2ubuntu1 as the change to PAM config files that requires > libpam-runtime 1.0.1-6 is already dropped from backported packages. > > So, the fix the libpam-smbpass is just relaxing the dependencies: no > other change. As a consequence, you can safely force the installation > of the package by ignoring the dependency requirements (download the > .deb files and install them with "dpkg > --ignore-depends=libpam-runtime"). This, until I reupload fixed > packages of course. > > > > Thanks a lot! Wolfgang -- Wolfgang Granzer Vienna University of Technology Institute of Computer Aided Automation Automation Systems Group https://www.auto.tuwien.ac.at/ E Mail: w@... Phone: +43 1 58801-18321 |
| Free embeddable forum powered by Nabble | Forum Help |