Re: [gentoo-user] Emerge World - lcms Fails

2005-05-15 Thread Neil Bothwick
On Sun, 15 May 2005 08:36:02 -0700, Drew Tomlinson wrote:

> >Edit /usr/portage/media-libs/lcms/lcms-1.13.ebuild and change the line
> >that says 'elibtoolize' to 'libtoolize --copy --force' and try again.
> >That should fix it.

> I found similar info and tried your suggestion.  However then I got a 
> message about the file size not matching.  I don't remember exactly but 
> I took it to mean that the MD5 checksums no longer matched.  I didn't 
> see anything in emerge man page about overriding the checksum check.

ebuild /usr/portage/media-libs/lcms/lcms-1.13.ebuild digest
will fix the checksums.


-- 
Neil Bothwick

I am Yoda of Borg. Futile, resistance is. Assimilate you, we will.


pgpLZcqzk5P66.pgp
Description: PGP signature


Re: [gentoo-user] Emerge World - lcms Fails

2005-05-15 Thread Drew Tomlinson
On 5/14/2005 8:59 AM Mark Knecht wrote:
On 5/14/05, Drew Tomlinson <[EMAIL PROTECTED]> wrote:
 

In an attempt to "clean up" my newly installed and get everything back
to "default" as much as possible, I'm running 'emerge --emptytree
world".  The build failed on lcms-1.13.  Here's the output:
*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.16, ltmain.sh = 1.5) ***
Please run:
 libtoolize --copy --force
OK, I did 'cd /var/tmp/portage/lcms-1.13/work/lcms-1.13' and ran
'libtoolize --copy --force'. When subsequent 'emerge lcms' commands
failed, I read the emerge man page.  It seemed that 'emerge --resume
lcms' would be appropriate after doing the libtoolize thing again.
However, it failed with the same output.
How can I resolve this issue?  And once resolved, is there anyway to
resume the 'emerge --emptytree world' or should I just start over.
Thanks,
Drew
   

Drew,
  There are reports on this in Bugzilla as well as a masked fix. I
would have recommended
ACCEPT_KEYWORDS="~x86" emerge -pv lcms
but now that you've done the force step I'm not sure what you should do.
  In the future I'd recommend against anything that uses strong words
like force just based on how much trouble that can cause on other
distros. Maybe you can still add lcms ~x86 to package.keywords and be
OK but you'll want someone better than me to tell you yes or no on
that one.
- Mark
 

Thanks.  I will try this as I don't think the "force" did anything 
because I continue to get the same message.  Good advice about "force" 
language in the future.  I'll think twice next time.

Cheers,
Drew
--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books, & More!
http://www.alchemistswarehouse.com
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Emerge World - lcms Fails

2005-05-15 Thread Drew Tomlinson
On 5/14/2005 8:56 AM Tim Igoe wrote:
Edit /usr/portage/media-libs/lcms/lcms-1.13.ebuild and change the line
that says 'elibtoolize' to 'libtoolize --copy --force' and try again.
That should fix it.
A quick search of forums (http://forums.gentoo.org) and bugzilla
(http://bugs.gentoo.org) would have given you the same answer.
 

I found similar info and tried your suggestion.  However then I got a 
message about the file size not matching.  I don't remember exactly but 
I took it to mean that the MD5 checksums no longer matched.  I didn't 
see anything in emerge man page about overriding the checksum check.

Thanks,
Drew
Drew Tomlinson wrote:
 

In an attempt to "clean up" my newly installed and get everything back
to "default" as much as possible, I'm running 'emerge --emptytree
world".  The build failed on lcms-1.13.  Here's the output:
*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.16, ltmain.sh = 1.5) ***
Please run:
libtoolize --copy --force
OK, I did 'cd /var/tmp/portage/lcms-1.13/work/lcms-1.13' and ran
'libtoolize --copy --force'. When subsequent 'emerge lcms' commands
failed, I read the emerge man page.  It seemed that 'emerge --resume
lcms' would be appropriate after doing the libtoolize thing again. 
However, it failed with the same output.

How can I resolve this issue?  And once resolved, is there anyway to
resume the 'emerge --emptytree world' or should I just start over.
Thanks,
Drew
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Emerge World - lcms Fails

2005-05-14 Thread Mark Knecht
On 5/14/05, Drew Tomlinson <[EMAIL PROTECTED]> wrote:
> In an attempt to "clean up" my newly installed and get everything back
> to "default" as much as possible, I'm running 'emerge --emptytree
> world".  The build failed on lcms-1.13.  Here's the output:
> 
> *** Gentoo sanity check failed! ***
> *** libtool.m4 and ltmain.sh have a version mismatch! ***
> *** (libtool.m4 = 1.5.16, ltmain.sh = 1.5) ***
> 
> Please run:
> 
>   libtoolize --copy --force
> 
> OK, I did 'cd /var/tmp/portage/lcms-1.13/work/lcms-1.13' and ran
> 'libtoolize --copy --force'. When subsequent 'emerge lcms' commands
> failed, I read the emerge man page.  It seemed that 'emerge --resume
> lcms' would be appropriate after doing the libtoolize thing again.
> However, it failed with the same output.
> 
> How can I resolve this issue?  And once resolved, is there anyway to
> resume the 'emerge --emptytree world' or should I just start over.
> 
> Thanks,
> 
> Drew
> 

Drew,
   There are reports on this in Bugzilla as well as a masked fix. I
would have recommended

ACCEPT_KEYWORDS="~x86" emerge -pv lcms

but now that you've done the force step I'm not sure what you should do.

   In the future I'd recommend against anything that uses strong words
like force just based on how much trouble that can cause on other
distros. Maybe you can still add lcms ~x86 to package.keywords and be
OK but you'll want someone better than me to tell you yes or no on
that one.

- Mark

> --
> Visit The Alchemist's Warehouse
> Magic Tricks, DVDs, Videos, Books, & More!
> 
> http://www.alchemistswarehouse.com
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge World - lcms Fails

2005-05-14 Thread Tim Igoe
Edit /usr/portage/media-libs/lcms/lcms-1.13.ebuild and change the line
that says 'elibtoolize' to 'libtoolize --copy --force' and try again.
That should fix it.

A quick search of forums (http://forums.gentoo.org) and bugzilla
(http://bugs.gentoo.org) would have given you the same answer.

Tim

Drew Tomlinson wrote:
> In an attempt to "clean up" my newly installed and get everything back
> to "default" as much as possible, I'm running 'emerge --emptytree
> world".  The build failed on lcms-1.13.  Here's the output:
> 
> *** Gentoo sanity check failed! ***
> *** libtool.m4 and ltmain.sh have a version mismatch! ***
> *** (libtool.m4 = 1.5.16, ltmain.sh = 1.5) ***
> 
> Please run:
> 
>  libtoolize --copy --force
> 
> OK, I did 'cd /var/tmp/portage/lcms-1.13/work/lcms-1.13' and ran
> 'libtoolize --copy --force'. When subsequent 'emerge lcms' commands
> failed, I read the emerge man page.  It seemed that 'emerge --resume
> lcms' would be appropriate after doing the libtoolize thing again. 
> However, it failed with the same output.
> 
> How can I resolve this issue?  And once resolved, is there anyway to
> resume the 'emerge --emptytree world' or should I just start over.
> 
> Thanks,
> 
> Drew
> 

-- 
Tim Igoe
[EMAIL PROTECTED]
http://tim.igoe.me.uk - Personal Site
http://tv.igoe.me.uk - UK TV Guide

"Computers are like Air-con, open windows and they stop working!"


signature.asc
Description: OpenPGP digital signature


[gentoo-user] Emerge World - lcms Fails

2005-05-14 Thread Drew Tomlinson
In an attempt to "clean up" my newly installed and get everything back 
to "default" as much as possible, I'm running 'emerge --emptytree 
world".  The build failed on lcms-1.13.  Here's the output:

*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.16, ltmain.sh = 1.5) ***
Please run:
 libtoolize --copy --force
OK, I did 'cd /var/tmp/portage/lcms-1.13/work/lcms-1.13' and ran 
'libtoolize --copy --force'. When subsequent 'emerge lcms' commands 
failed, I read the emerge man page.  It seemed that 'emerge --resume 
lcms' would be appropriate after doing the libtoolize thing again.  
However, it failed with the same output.

How can I resolve this issue?  And once resolved, is there anyway to 
resume the 'emerge --emptytree world' or should I just start over.

Thanks,
Drew
--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books, & More!
http://www.alchemistswarehouse.com
--
gentoo-user@gentoo.org mailing list