Checking for broken packages (as in linking)

2011-11-05 Thread James Colannino
No, I don't mean checking for broken ports :-P In fact, when I Google around for the answer to my question, that's all I can find, which is why I bring my question to the mailing list instead :) Maybe broken ports or broken packages isn't the right term (what should I be searching

Re: Checking for broken packages (as in linking)

2011-11-05 Thread Conrad J. Sabatier
On Fri, 04 Nov 2011 23:27:54 -0700 James Colannino ja...@colannino.org wrote: What I want to know is, are there tools that will check the ports I've installed and tell me if any of my packages are linked against libraries that are no longer there? I'm paranoid that at some point, while I'm

Re: Checking for broken packages (as in linking)

2011-11-05 Thread James Colannino
On 11/04/11 23:53, Conrad J. Sabatier wrote: On Fri, 04 Nov 2011 23:27:54 -0700 James Colanninoja...@colannino.org wrote: What I want to know is, are there tools that will check the ports I've installed and tell me if any of my packages are linked against libraries that are no longer there?

Re: Checking for broken packages (as in linking)

2011-11-05 Thread C. P. Ghost
or broken packages isn't the right term (what should I be searching for instead?) What I want to know is, are there tools that will check the ports I've installed and tell me if any of my packages are linked against libraries that are no longer there?  I'm paranoid that at some point, while I'm

Re: Checking for broken packages (as in linking)

2011-11-05 Thread James Colannino
On 11/05/11 12:43, C. P. Ghost wrote: I'm using the following script (attached). Thanks for the script. By any chance, are you a Gentoo user (or were you at one point)? revdep-rebuild, a part of the gentoolkit, is the first thing I think of when I think about fixing broken packages

Re: Checking for broken packages (as in linking)

2011-11-05 Thread Warren Block
list instead :)  Maybe broken ports or broken packages isn't the right term (what should I be searching for instead?) What I want to know is, are there tools that will check the ports I've installed and tell me if any of my packages are linked against libraries that are no longer there?  I'm

Re: How to mass recompile broken packages?

2010-07-30 Thread Unga
--- On Thu, 7/29/10, Volodymyr Kostyrko c.kw...@gmail.com wrote: From: Volodymyr Kostyrko c.kw...@gmail.com Subject: Re: How to mass recompile broken packages? To: Unga unga...@yahoo.com Cc: freebsd-questions@freebsd.org Date: Thursday, July 29, 2010, 11:00 PM 29.07.2010 17:31, Unga wrote

Re: How to mass recompile broken packages?

2010-07-30 Thread Volodymyr Kostyrko
conclude my broken packages recompilation is satisfactory. This is possible. You probably need to recheck your system one more time. For example let's have 3 libs. Lib A needs Lib B and Lib B needs Lib C. If Lib C vanishes and Lib A is not linked with it for the first run everything would

How to mass recompile broken packages?

2010-07-29 Thread Unga
packages that are broken now? 2. How to mass recompile all broken packages? Best regards Unga ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: How to mass recompile broken packages?

2010-07-29 Thread Volodymyr Kostyrko
regarding this: 1. How to list all packages that are broken now? 2. How to mass recompile all broken packages? You will need to install libchk from ports. After that: libchk | grep '^Unresolvable' | sed 's|.* in: ||' | xargs -n1 pkg_info -W | sed 's|.*by package ||' | sort -u | grep -v '^[?]$' rebuild

Re: How to mass recompile broken packages?

2010-07-29 Thread Unga
--- On Thu, 7/29/10, Volodymyr Kostyrko c.kw...@gmail.com wrote: From: Volodymyr Kostyrko c.kw...@gmail.com Subject: Re: How to mass recompile broken packages? To: Unga unga...@yahoo.com Cc: freebsd-questions@freebsd.org Date: Thursday, July 29, 2010, 7:34 PM 29.07.2010 11:25, Unga wrote

Re: How to mass recompile broken packages?

2010-07-29 Thread Volodymyr Kostyrko
this: 1. How to list all packages that are broken now? 2. How to mass recompile all broken packages? You will need to install libchk from ports. After that: libchk | grep '^Unresolvable' | sed 's|.* in: ||' | xargs -n1 pkg_info -W | sed 's|.*by package ||' | sort -u | grep -v '^[?]$' rebuild

Re: How to mass recompile broken packages?

2010-07-29 Thread Unga
--- On Thu, 7/29/10, Volodymyr Kostyrko c.kw...@gmail.com wrote: From: Volodymyr Kostyrko c.kw...@gmail.com Subject: Re: How to mass recompile broken packages? To: Unga unga...@yahoo.com Cc: freebsd-questions@freebsd.org Date: Thursday, July 29, 2010, 11:00 PM 29.07.2010 17:31, Unga wrote

Re: How to mass recompile broken packages?

2010-07-29 Thread RW
On Thu, 29 Jul 2010 01:25:38 -0700 (PDT) Unga unga...@yahoo.com wrote: Hi all I'm using FreeBSD 8.1 on i386 machine. I have upgraded a package using portmanager, but the upgrade seems not successful. The required package is upgraded but all packages depend on the upgraded package were

Re: broken packages or not ?

2003-08-28 Thread Micheas Herman
On Wed, 2003-08-27 at 12:59, mess-mate wrote: Hi all, when I run synaptic there are no broken packages. Running aptitude there are ?? What's wrong ? Um-, your on the wrong mailing list? Synaptic and aptitude are Debian package manager frontends. (unless you have installed

broken packages or not ?

2003-08-27 Thread mess-mate
Hi all, when I run synaptic there are no broken packages. Running aptitude there are ?? What's wrong ? mess-mate -- Computers are like air conditioners, they are useless when you open Windows. pgp0.pgp Description: PGP signature

Re: broken packages or not ?

2003-08-27 Thread Dan Nelson
In the last episode (Aug 27), mess-mate said: Hi all, when I run synaptic there are no broken packages. Running aptitude there are ?? What's wrong ? mess-mate Try a Debian mailinglist? -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL