Re: [Bug 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2013-05-24 Thread Daniel Hartwig
On 24 May 2013 15:51, Daniel Hartwig  wrote:
> On 24 May 2013 15:31, Thomas Hotz <124...@bugs.launchpad.net> wrote:
>> Daniel have you got enough information about this bug?
>
> Nothing that is not already in the report, which is sufficient to
> identify a real issue.
>

So for the time being, yes, I consider it has enough information until
it can be looked at more properly.  At that point, I am sure that
someone will request more information as required.

 status confirmed


** Changed in: aptitude (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124895

Title:
  coreutils and debianutils dependency cycle on reinstall command

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

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


Re: [Bug 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2013-05-24 Thread Daniel Hartwig
On 24 May 2013 15:31, Thomas Hotz <124...@bugs.launchpad.net> wrote:
> Daniel have you got enough information about this bug?

Nothing that is not already in the report, which is sufficient to
identify a real issue.

>
> ** Changed in: aptitude (Ubuntu)
>Status: New => Incomplete
>

Again, why?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124895

Title:
  coreutils and debianutils dependency cycle on reinstall command

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

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


[Bug 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2013-05-24 Thread Thomas Hotz
Daniel have you got enough information about this bug?

** Changed in: aptitude (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124895

Title:
  coreutils and debianutils dependency cycle on reinstall command

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

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


Re: [Bug 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2013-05-23 Thread Daniel Hartwig
On 23 May 2013 23:05, piotr zimoch  wrote:
> ** Changed in: aptitude (Ubuntu)
>Status: Triaged => New

Why?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124895

Title:
  coreutils and debianutils dependency cycle on reinstall command

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

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


[Bug 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2013-05-23 Thread piotr zimoch
** Changed in: aptitude (Ubuntu)
   Status: Triaged => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124895

Title:
  coreutils and debianutils dependency cycle on reinstall command

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

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


[Bug 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2010-11-27 Thread Teej
** Changed in: aptitude (Ubuntu)
   Status: Confirmed => Triaged

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2009-05-24 Thread Teej
Thank you for updating us. I am marking this as Triaged as there should
be enough information here for a developer to begin working on this.
Thank you for reporting this.

** Changed in: aptitude (Ubuntu)
   Status: Incomplete => Confirmed

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2009-05-24 Thread David Fox
On my jaunty system findutils pre-depends on libc6 and libc6 has a
dependency on findutils.  So yes, for me the issue still exists, but
this may not affect typical use of the package.  I have worked around it
for my purposes by writing a function that modifies the findutils binary
package before attempting to install it into the build environment.

removePreDependsFromFindutils flags deb outputDir =
when (isPrefixOf "findutils_" debName)
 (hPutStrLn stderr ("Removing Pre-Depends from " ++ deb) >>
  vSystem ("dpkg -x " ++ deb ++ " " ++ tmp) >>
  vSystem ("dpkg -e " ++ deb ++ " " ++ tmp ++ "/DEBIAN") >>
  vSystem ("sed --in-place 's/Pre-Depends:/Depends:/' " ++ tmp ++ 
"/DEBIAN/control") >>
  vSystem ("dpkg -b " ++ tmp ++ " " ++ deb) >>
  vSystem ("rm -f " ++ outputDir ++ "/var/cache/apt/pkgcache.bin " ++ 
outputDir ++ "/var/cache/apt/srcpkgcache.bin") >>
  return ())
where
  vSystem s = hPutStrLn stderr ("# " ++ s) >> system s
  (archiveDir, debName) = splitFileName deb
  tmp = fromJust (lookup "Temp-Dir" flags) ++ "/unpack"

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2009-05-24 Thread Teej
Can you confirm if this is still a problem in Jaunty please? Thank you.

** Changed in: aptitude (Ubuntu)
   Importance: Undecided => Medium

** Changed in: aptitude (Ubuntu)
   Status: New => Incomplete

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2009-03-06 Thread swarsron
Rodolfos way works for me, thank you very much. Little howto:
cd /var/cache/apt/archives
sudo rm *
sudo apt-get install libc
# it'll fetch the debs and then exit with the error message
sudo dpkg --force-depends --install libc6_2.8\~20080505-0ubuntu9_i386.deb 
findutils_4.4.0-2ubuntu3_i386.deb
sudo apt-get -f install
sudo apt-get dist-upgrade

Shirish Agarwal try 'mount | grep -i nfs', if you get an output you have
a nfs mount which is the problem. Or you have mounted some filesystem
read-only, try to remount it rw

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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


Re: [Bug 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2009-02-03 Thread Shirish Agarwal
Reply in-line :-

On Tue, Feb 3, 2009 at 21:01, Rodolfo  wrote:
> Well, it seems you're having some problems with the file system. Are you
> using NFS? Reading from network?

Hi Rodolfo,
   Nope, just on the plain hdd. No NFS, no nothing :(
> Cheers,

-- 
  Regards,
  Shirish Agarwal
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2009-02-03 Thread Rodolfo
Well, it seems you're having some problems with the file system. Are you
using NFS? Reading from network?

Cheers,

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2009-02-03 Thread Shirish Agarwal
Right tried again, this time get a different bug

 $ sudo dpkg --force-depends --install libc6_2.8~20080505-0ubuntu8_i386.deb 
findutils_4.4.0-2ubuntu3_i386.deb
[sudo] password for shirish: 
dpkg: failed to open package info file `/var/lib/dpkg/available' for reading: 
Stale NFS file handle

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2009-02-03 Thread Rodolfo
Hi Shirish,

Let's see. What I meat was that:

1) Just erased by command line all what was copied in the cache directory (or 
moved all that stuff somewhere else).
2) Retried the command that was causing me troubles.
3) After failing, nevertheless, I saw that on the caché directory there were 
only files related to the stuff I was trying to install. Which seemed to be 
there because the last (failed) install copied them.

Your problem seems to be another thing by now:

dpkg: unable to access dpkg status area: Read-only file system

Don't know for sure, maybe some lock was kept inappropriately (canceled
some process?) or some "read-only" configuration is being used (be it a
CD-ROM or because a "safe boot" mode).

I just searched a little, look at this

http://www.linuxquestions.org/questions/ubuntu-63/gui-in-kubuntu-hardy-broken-after-upgrade-633548/
https://answers.launchpad.net/ubuntu/+question/57124
http://ubuntuforums.org/showthread.php?t=179575
http://ubuntuforums.org/archive/index.php/t-635768.html

Good luck with that.

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2009-02-03 Thread Shirish Agarwal
Rodolfo, 
 I don't know how you manage to get a "clean" cache (with the debs you needed)

I tried the following but got the following results :(

[Tue Feb 03 19:40:57 shir...@shirish-desktop:/var/cache/apt/archives ] $ ll 
libc6*
-rw-r--r-- 1 root root 4364500 2009-01-09 20:35 
libc6_2.8~20080505-0ubuntu8_i386.deb
-rw-r--r-- 1 root root 3406112 2009-01-09 20:35 
libc6-dev_2.8~20080505-0ubuntu8_i386.deb
-rw-r--r-- 1 root root 1285546 2009-01-09 20:35 
libc6-i686_2.8~20080505-0ubuntu8_i386.deb

[Tue Feb 03 19:41:09 shir...@shirish-desktop:/var/cache/apt/archives ] $ ll 
findutils*
-rw-r--r-- 1 root root 385988 2008-07-04 02:36 findutils_4.4.0-2ubuntu3_i386.deb

$ sudo dpkg --force-depends --install libc6_2.8~20080505-0ubuntu8_i386.deb 
findutils_4.4.0-2ubuntu3_i386.deb
[sudo] password for shirish: 
dpkg: unable to access dpkg status area: Read-only file system

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2008-11-28 Thread Rodolfo
I believe I've solved it.

After cleaning apt-get's cache, I tried one more time without good
results; but with that I generated a "clean" cache (ie only with the
debs I was needing).

Then did

cd /var/cache/apt/archives

and then

sudo dpkg --force-depends --install libc6_2.8~20080505-0ubuntu7_i386.deb
findutils_4.4.0-2ubuntu3_i386.deb

of course the specific package names may differ.

Later on, I continued with Synaptic to fulfill the CMake's installation,
some non-conflicting packages remained to be installed.

What seems to be neccesary is the "force-depends"; and also probably (I
didn't actually the specific combination) to indicate both packages
simultaneously.

I also tried before "ignore-depends" (with the names of the packages)
but it didn't work.

Thanks.

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2008-11-26 Thread Rodolfo
Hi, I'm having the same problem:

> E: Couldn't configure pre-depend libc6 for findutils, probably a
dependency cycle.

Is there any way to bypass the problem? So as to install'em separately?

It prompted when I tried to upgrade from CMake 2.4 to 2.6. In
particular, I'm using Gutsy; and that newer version of CMake it's only
in intrepid's repositories. So I had to configure'em in synaptic.

I checked some forums with no much luck. I did as said in
http://sudan.ubuntuforums.com/showthread.php?t=972906 and installed
libstdc++6, but it's the same; because when trying to install CMake the
same dependencies chain triggers and so the problem arises again.

In http://ubuntuforums.org/archive/index.php/t-905780.html it's said
that it may be due conflicting repositories, and so I proceeded to clean
apt-get cache and configure only intrepid's repos. No luck so far.

Thanks a lot for any help about this.

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2008-08-31 Thread David Fox
Oh, drat, I put this into the wrong bug.

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2008-08-31 Thread David Fox
findutils has always had a pre-depends on libc6.  However, until
Intrepid libc6 did not have a dependency on findutils.  Now that it
does, it is not possible to use apt-get to go from the state of neither
libc6 nor findutils being installed to the state where either or both is
installed.  Findutils can't be installed because libc6 isn't already
installed, and libc6 can't be installed because its dependency findutils
is uninstallable.

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2008-08-08 Thread Hew McLachlan
** Changed in: aptitude (Ubuntu)
   Status: Incomplete => New

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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


Re: [Bug 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2008-08-07 Thread Kristian Erik Hermansen
On Thu, Aug 7, 2008 at 4:23 AM, Hew McLachlan <[EMAIL PROTECTED]> wrote:
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. You reported this bug a while ago and there hasn't been
> any activity in it recently. We were wondering is this still an issue
> for you? Can you try with the latest Ubuntu release? Thanks in advance.

The bug still exists, but it is difficult to reproduce...
-- 
Kristian Erik Hermansen
---
PUSH EBP, 0x55

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2008-08-07 Thread Hew McLachlan
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering is this still an issue
for you? Can you try with the latest Ubuntu release? Thanks in advance.

** Changed in: aptitude (Ubuntu)
   Status: New => Incomplete

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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 124895] Re: coreutils and debianutils dependency cycle on reinstall command

2007-07-09 Thread Kristian Hermansen
This issue is mentioned by some Debian folks...

http://lists.debian.org/debian-devel/2006/09/msg00144.html

And the apparent realization of the issue, with no solution given...

http://lists.debian.org/debian-devel/2006/09/msg00147.html

-- 
coreutils and debianutils dependency cycle on reinstall command
https://bugs.launchpad.net/bugs/124895
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