huug <[EMAIL PROTECTED]> writes: > > upgrade to mkbootdisk-1.4.5-3mdk and syslinux-1.76-2mdk and see > > the bootdisk creation problem fixed. > > #8[rpms :0]# mcc > Subroutine _ redefined at /usr/sbin/drakfloppy line 44. > Name "main::in" used only once: possible typo at /usr/sbin/drakfloppy line 60. > Undefined subroutine &main::create_dialog called at /usr/sbin/drakfloppy line 376. > Use of uninitialized value in subroutine entry at /usr/lib/libDrakX/c.pm line 10. > > and dies.
does it fix it ? ("patch -p1 < /where/it/is/drakflopp.diff" as root in /usr/sbin)
Index: standalone/drakfloppy =================================================================== RCS file: /cooker/gi/perl-install/standalone/drakfloppy,v retrieving revision 1.4 diff -u -3 -p -r1.4 drakfloppy --- standalone/drakfloppy 2002/09/09 07:19:19 1.4 +++ standalone/drakfloppy 2002/09/12 12:14:26 @@ -31,6 +31,7 @@ use standalone; #- warning, standalo use interactive; use Config; use any; +use ugtk qw(:helpers); init Gtk; Gtk->set_locale;