SOLVED: Re: What is mcopidl ? - breaking kde upgrade

2004-06-14 Thread Murray Taylor
On Thu, 2004-06-10 at 10:16, Kent Stewart wrote:
> On Wednesday 09 June 2004 04:16 pm, Murray Taylor wrote:
> > On Wed, 2004-06-09 at 18:14, Kent Stewart wrote:
> > > On Wednesday 09 June 2004 12:56 am, Murray Taylor wrote:
> > > > When attempting to rebuild kdebase I got the following error...
> > > >
> > > > checking for mcopidl... not found
> > > > configure: error: The important program mcopidl was not found!
> > > > Please check whether you installed aRts correctly or use
> > > > --without-arts to compile without aRts support (this will remove
> > > > functionality).
> > > >
> > > > Where should I find this to fix/install this program?
> > > >
> > > > Also where is the kdebase 'saved configuration' file ? I think
> > > > that a setup value has got itself bent.
> > > >
> > > > mjt
> > >
> > > Are you attempting to upgrade kde or what?
> > >
> > > As far as arts is concerned, did you try doing
> > > portupgrade -f arts
> > >
> > > Kent
> >
> > Was doing portupgrade -R kdebase when it bit the first time
> >
> > Dug into the script log and found that it seemed to be
> > related to arts so have done (successfully) portupgrade -Rf arts
> > yet a subsequent portupgrade kdebase still bombs out.
> >
> > I do notice that it is finding some previous config file for kde
> > and I am wondering if that has got bent.
> >
> > any other suggestions?
> >
> 
> No, but 3.2.3 is out and you might just cvsup ports-all, rebuild the 
> iindexes, download the packages from FruitSalad into 
> ports/packages/All, delete the old 3.2.2 packages, and cleanly install 
> the new ones. The packages at FruitSalad will out of date in a little 
> while but right now they are as current as you can build.
> 

Deleting all the tarballs in /usr/ports/distfiles/KDE/
and pkg_deinstalling arts worked ... mcopidl is buried in there... and
was not upgrading properly

portupgrade kde3   then ran to completion and works a treat!

thanks Kent

-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems & Entertainment
P: +61 3 8710 2555
F: +61 3 8710 2599
D: +61 3 9238 4275
M: +61 417 319 256
E: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com



---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---


This Email has been scanned for Viruses by MailMarshal.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What is mcopidl ? - breaking kde upgrade

2004-06-10 Thread Yannis Kotsinos
Murray Taylor wrote:

> On Wed, 2004-06-09 at 18:14, Kent Stewart wrote:
>> As far as arts is concerned, did you try doing
>> portupgrade -f arts
>> 
>> Kent
> 
> Was doing portupgrade -R kdebase when it bit the first time
> 
> Dug into the script log and found that it seemed to be
> related to arts so have done (successfully) portupgrade -Rf arts
> yet a subsequent portupgrade kdebase still bombs out.
> 
> I do notice that it is finding some previous config file for kde
> and I am wondering if that has got bent.
> 
> any other suggestions?

[please CC any answers, I'm not subscribed]

The same thing happened to me. It's probably a bug in the Makefile 
somewhere but I didn't have the time to look this up. After the 'make 
install' command in the /usr/ports/x11/kdebase3/ directory if you try 
something like this:

[EMAIL PROTECTED]: ~] $ ll /usr/local/bin | grep mcopidl
-r-xr-xr-x   1 root  wheel 274456 May  9 17:20 mcopidl
[EMAIL PROTECTED]: ~] $

you'll see that the mcopidl file will have a prefix of 
'freebsd-i386-portbld' or something similar which is breaking all the 
other ports who are depending on this file.

Actually, there are a lot of files affected by this so you should 
manually remove the prefix from all of them with the help of a shell 
script in order to fix the problem. Then you can continue normally with 
the ports who depend on kdebase.

HTH.

> mjt

-- 
"To err is human, to forgive, beyond the scope of the Operating System"
Yannis Kotsinos, running FreeBSD 5.2.1-RELEASE-p8, up 37 mins
digital roadmap: [http://users.med.auth.gr/~zookie/]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What is mcopidl ? - breaking kde upgrade

2004-06-09 Thread Kent Stewart
On Wednesday 09 June 2004 04:16 pm, Murray Taylor wrote:
> On Wed, 2004-06-09 at 18:14, Kent Stewart wrote:
> > On Wednesday 09 June 2004 12:56 am, Murray Taylor wrote:
> > > When attempting to rebuild kdebase I got the following error...
> > >
> > > checking for mcopidl... not found
> > > configure: error: The important program mcopidl was not found!
> > > Please check whether you installed aRts correctly or use
> > > --without-arts to compile without aRts support (this will remove
> > > functionality).
> > >
> > > Where should I find this to fix/install this program?
> > >
> > > Also where is the kdebase 'saved configuration' file ? I think
> > > that a setup value has got itself bent.
> > >
> > > mjt
> >
> > Are you attempting to upgrade kde or what?
> >
> > As far as arts is concerned, did you try doing
> > portupgrade -f arts
> >
> > Kent
>
> Was doing portupgrade -R kdebase when it bit the first time
>
> Dug into the script log and found that it seemed to be
> related to arts so have done (successfully) portupgrade -Rf arts
> yet a subsequent portupgrade kdebase still bombs out.
>
> I do notice that it is finding some previous config file for kde
> and I am wondering if that has got bent.
>
> any other suggestions?
>

No, but 3.2.3 is out and you might just cvsup ports-all, rebuild the 
iindexes, download the packages from FruitSalad into 
ports/packages/All, delete the old 3.2.2 packages, and cleanly install 
the new ones. The packages at FruitSalad will out of date in a little 
while but right now they are as current as you can build.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What is mcopidl ? - breaking kde upgrade

2004-06-09 Thread Murray Taylor
On Wed, 2004-06-09 at 18:14, Kent Stewart wrote:
> On Wednesday 09 June 2004 12:56 am, Murray Taylor wrote:
> > When attempting to rebuild kdebase I got the following error...
> >
> > checking for mcopidl... not found
> > configure: error: The important program mcopidl was not found!
> > Please check whether you installed aRts correctly or use
> > --without-arts to compile without aRts support (this will remove
> > functionality).
> >
> > Where should I find this to fix/install this program?
> >
> > Also where is the kdebase 'saved configuration' file ? I think
> > that a setup value has got itself bent.
> >
> > mjt
> 
> Are you attempting to upgrade kde or what? 
> 
> As far as arts is concerned, did you try doing
> portupgrade -f arts
> 
> Kent

Was doing portupgrade -R kdebase when it bit the first time

Dug into the script log and found that it seemed to be 
related to arts so have done (successfully) portupgrade -Rf arts
yet a subsequent portupgrade kdebase still bombs out.

I do notice that it is finding some previous config file for kde
and I am wondering if that has got bent. 

any other suggestions?

mjt

-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems & Entertainment
P: +61 3 8710 2555
F: +61 3 8710 2599
D: +61 3 9238 4275
M: +61 417 319 256
E: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com



---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---


This Email has been scanned for Viruses by MailMarshal.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What is mcopidl ? - breaking kde upgrade

2004-06-09 Thread Kent Stewart
On Wednesday 09 June 2004 12:56 am, Murray Taylor wrote:
> When attempting to rebuild kdebase I got the following error...
>
> checking for mcopidl... not found
> configure: error: The important program mcopidl was not found!
> Please check whether you installed aRts correctly or use
> --without-arts to compile without aRts support (this will remove
> functionality).
>
> Where should I find this to fix/install this program?
>
> Also where is the kdebase 'saved configuration' file ? I think
> that a setup value has got itself bent.
>
> mjt

Are you attempting to upgrade kde or what? 

As far as arts is concerned, did you try doing
portupgrade -f arts

Kent
-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


What is mcopidl ? - breaking kde upgrade

2004-06-09 Thread Murray Taylor
When attempting to rebuild kdebase I got the following error...

checking for mcopidl... not found
configure: error: The important program mcopidl was not found!
Please check whether you installed aRts correctly or use
--without-arts to compile without aRts support (this will remove
functionality).

Where should I find this to fix/install this program?

Also where is the kdebase 'saved configuration' file ? I think 
that a setup value has got itself bent.

mjt
-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems & Entertainment
P: +61 3 8710 2555
F: +61 3 8710 2599
D: +61 3 9238 4275
M: +61 417 319 256
E: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com



---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---


This Email has been scanned for Viruses by MailMarshal.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"