Re: [Cooker] autoirpm-3.3-8 install error

2002-02-18 Thread Pixel

huug <[EMAIL PROTECTED]> writes:

> Well, it's an old one, but as it doesn't seem to go away by itself,
> I'll report again:
> 
> Died at /usr/sbin/autoirpm.uninstall line 8.
> error: execution of %preun scriptlet from autoirpm-3.3-7mdk failed, exit status 2

ok, for now i remove the package.




[Cooker] autoirpm uninstall script failures

2002-02-08 Thread Fabrice FACORAT


autoirpm   
##
Died at /usr/sbin/autoirpm.uninstall line 8.
error: execution of %preun scriptlet from autoirpm-3.2-7mdk failed, exit
status 2



open F, $AUTO_INSTALL_BIN_LIST or die;
but $AUTO_INSTALL_BIN_LIST = /var/lib/urpmi/autoirpm.binaries doesn't
exist

-- 
http://perso.wanadoo.fr/linux_wizard/index.html 
-
The gentlemen looked one another over with microscopic carelessness.





[Cooker] autoirpm fails install..

2001-12-18 Thread jorg

I used rpmdrake to install autoirpm-3.1-2mdk and here are the results.

installing /local/cooker/i586/Mandrake/RPMS/autoirpm-3.1-2mdk.i586.rpm
Died at /usr/sbin/autoirpm.uninstall line 8.
error: execution of %preun scriptlet from autoirpm-2.1-6mdk failed, exit
status 2

Jorg






[Cooker] autoirpm has been failing for me a lot

2000-10-08 Thread Jason Straight

D: running preinstall script (if any)
autoirpm
#GZDIO:   6 reads,
41712 total bytes in 0.002 secs
#
D: running postinstall scripts (if any)
+ autoirpm.uninstall
Died at /usr/sbin/autoirpm.uninstall line 8.
execution of autoirpm-0.5-9mdk script failed, exit status 2   





Re: [Cooker] autoirpm oops

2000-07-30 Thread Pixel

Bryan Paxton <[EMAIL PROTECTED]> writes:

> Need to remove the kdebase symlink from autoirpm, kdebase isn't a command : )

which file ?




[Cooker] autoirpm oops

2000-07-23 Thread Bryan Paxton

Need to remove the kdebase symlink from autoirpm, kdebase isn't a command : )



-- 
Bryan Paxton

I don't need tp sleep or eat, I'll smoke a thousand cigarettes. - Sebadoh

Public key can be found at http://speedbros.org/Bryan_Paxton.asc




Re: [Cooker] autoirpm-0.3-5mdk

2000-04-10 Thread Pixel

Eugenio Diaz <[EMAIL PROTECTED]> writes:

> Don't know much about perl, but I suspect this is due to the perl6 thing

i'm quite sure it isn't :pp

be carefull using autoirpm... but that may be a pb. I'll replace the dir by exit
0




[Cooker] autoirpm-0.3-5mdk

2000-04-09 Thread Eugenio Diaz

Don't know much about perl, but I suspect this is due to the perl6 thing
...


[root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#
rpm -Uvh arpwatch-2.1a4-5mdk.i586.rpm
arpwatch
##
autoirpm
##
Died at /usr/sbin/autoirpm.uninstall line 8.
execution of script failed
Died at /usr/sbin/autoirpm.uninstall line 8.
execution of script failed
Died at /usr/sbin/autoirpm.uninstall line 8.
execution of script failed
Died at /usr/sbin/autoirpm.uninstall line 8.
execution of script failed
Died at /usr/sbin/autoirpm.uninstall line 8.
execution of script failed
[root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#
rpm -qp --scripts autoirpm-0.3-5mdk.i586.rpm
preuninstall script (through /bin/sh):
autoirpm.uninstall
[root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#
rpm -qpl autoirpm-0.3-5mdk.i586.rpm |grep uni
/usr/sbin/autoirpm.uninstall
[root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#
more /usr/sbin/autoirpm.uninstall
#!/usr/bin/perl

$DIR = "/var/lib/urpmi";
$BASE = "$DIR/autoirpm";
$AUTO_INSTALL_BIN_LIST = "$BASE.binaries";
$INSTALL_SCRIPT_REP = "$BASE.scripts";

open F, $AUTO_INSTALL_BIN_LIST or die;
map { chop; remove_links_and_scripts($_) } ;
close F;

sub remove_links_and_scripts($) {
my ($rpm, @progs) = split;

my $script = "$INSTALL_SCRIPT_REP/$rpm";

-e $script or return 0; # not installed for this package
foreach (<@progs>) {
 readlink "/$_" ne $script and next;
 unlink "/$_" or warn "removing $_ failed";
}
unlink $script or warn "removing $script failed";
}
[root@fulgore:/home/ftp/pub/linux/mandrake-devel/cooker/Mandrake/RPMS]#

--
Eugenio Diaz, BSEE/BSCE
Linux Engineer
[EMAIL PROTECTED]






Re: [Cooker] autoirpm

2000-03-20 Thread Pixel

WH Bouterse <[EMAIL PROTECTED]> writes:

> [root@mentastacenter bill2]# rpm -Uvh autoirpm-0.3-2mdk.i586.rpm 
> autoirpm
> ##
> Died at /usr/sbin/autoirpm.uninstall line 8.
> execution of script failed
> 
> This paticular message is a new one for me !

are you using autoirpm ??   otherwise, you shouldn't be installing, it's quite
dangerous!



[Cooker] autoirpm

2000-03-16 Thread WH Bouterse


[root@mentastacenter bill2]# rpm -Uvh autoirpm-0.3-2mdk.i586.rpm 
autoirpm
##
Died at /usr/sbin/autoirpm.uninstall line 8.
execution of script failed

This paticular message is a new one for me !

William Bouterse
Alaska