Re: Enough Is Enough

2010-03-30 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/03/2010 02:58:13, Programmer In Training wrote: find /usr/local/bin /usr/local/lib -name -type f | \ Is the 'f' a typo? I had to remove it because find kept on erroring on it. There is a typo, but it's to do with the -name predicate. -name

Re: Enough Is Enough

2010-03-29 Thread Programmer In Training
On 03/28/10 09:46, Sergio de Almeida Lenzi wrote: snip this scripts outputs the commands needed to fix the system I'm having some problems with the script. watch out == #!/bin/sh endp() { rm -f $t exit $1 } t=/tmp/$$ if [ $# -ne 1 ]

Re: Enough Is Enough

2010-03-28 Thread Sergio de Almeida Lenzi
I do not doubt the power of portmaster and portupgrade, but in my system (I have a master 4core,8Gb and several slaves about 40 of them , that upgrade via portmaster -P -aBdg) in the master system there are about 1200 packages installed... so a portmaster -r png will last forever... I made

Re: Enough Is Enough

2010-03-28 Thread Programmer In Training
On 03/28/10 09:46, Sergio de Almeida Lenzi wrote: snip this scripts outputs the commands needed to fix the system snip Thanks! I'll give it a whirl tomorrow. -- Yours In Christ, PIT Emails are not formal business letters, whatever businesses may want. Original content copyright under the OWL

Enough Is Enough

2010-03-27 Thread Programmer In Training
for many, many days of compiling (mainly because of OOo). Instead I'm lucky to go 36 hours total. Why has upgrading my jpeg library completely BROKEN so many apps? I cannot even start scribus now. /libexec/ld-elf.so.1: Shared object libjpeg.so.10 not found, required by scribus Enough is enough. I've

Re: Enough Is Enough

2010-03-27 Thread Tijl Coosemans
completely BROKEN so many apps? I cannot even start scribus now. /libexec/ld-elf.so.1: Shared object libjpeg.so.10 not found, required by scribus Enough is enough. I've been trying to fix this problem on my own and I cannot. It is not from a lack of trying or looking to solve this issue

Re: Enough Is Enough

2010-03-27 Thread Programmer In Training
On 03/27/10 13:06, Tijl Coosemans wrote: snip In /usr/ports/UPDATING look for the 20100205 entry for users of Qt 3 and KDE 3. Pointless in as far as that does not address the underlying problem of rebuilding EVERYTHING that needs to link against the jpeg library. GIMP and gegl failed because a

Re: Enough Is Enough

2010-03-27 Thread ill...@gmail.com
On 27 March 2010 13:20, Programmer In Training p...@joseph-a-nagy-jr.us wrote: Ever since I installed jpeg-8 I have had nothing but problems. I ran portupgrade -a hoping to take care of all those problems, well no such luck. portupgrade -fa -- --

Re: Enough Is Enough

2010-03-27 Thread Michael Powell
Programmer In Training wrote: [snip] When jpeg-x (not a typo) is built, the port needs to be automatically looking forward to see what all depends on it (and if anything depends on that) and possibly asking the user if they want to upgrade all those programs to ensure they link to the proper

Re: Enough Is Enough

2010-03-27 Thread Erik Trulsson
On Sat, Mar 27, 2010 at 01:28:26PM -0500, Programmer In Training wrote: On 03/27/10 13:06, Tijl Coosemans wrote: snip In /usr/ports/UPDATING look for the 20100205 entry for users of Qt 3 and KDE 3. Pointless in as far as that does not address the underlying problem of rebuilding

Re: Enough Is Enough

2010-03-27 Thread Svein Skogen (Listmail Account)
On 27.03.2010 20:10, Erik Trulsson wrote: On Sat, Mar 27, 2010 at 01:28:26PM -0500, Programmer In Training wrote: On 03/27/10 13:06, Tijl Coosemans wrote: snip In /usr/ports/UPDATING look for the 20100205 entry for users of Qt 3 and KDE 3. Pointless in as far as that does not address the