Hi,
I have a Gentoo system where I have just updated perl and I am now unable to emerge anything else as I need to edit the above file.
I get aclocal errors when emerging and it is caused by an error in this file.
In the file I currently have this at the top:
Code:
#
# This file is auto-generated. ***ANY*** changes here will be lost
#
package Errno;
our (@EXPORT_OK,%EXPORT_TAGS,@ISA,$VERSION,%errno,$AUTOLOAD);
use Exporter ();
use Config;
use strict;
"$Config{'archname'}-$Config{'osvers'}" eq
"i686-linux-2.6.18.8-linode19" or
die "Errno architecture (i686-linux-2.6.18.8-linode19) does not match executable architecture ($Config{'archname'}-$Config{'osvers'})";
$VERSION = "1.10";
$VERSION = eval $VERSION;
@ISA = qw(Exporter);
I have to change i686-linux-2.6.18.8-linode19 to i686-linux-2.6.18.8-linode22 to get things to emerge correctly. I have recently rebooted into a new kernel, hence the name change.
Does anyone know what makes this file so I can make the update process automatic?
Thanks,
Rich