Bug 51451 - sys-apps/air-1.2.3_beta3 perl error
Bug#: 51451 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: dragonheart@gentoo.org Reported By: rockoo@gmail.com
Component: Applications
URL: 
Summary: sys-apps/air-1.2.3_beta3 perl error
Keywords:  
Status Whiteboard: 
Opened: 2004-05-18 21:17 0000
Description:   Opened: 2004-05-18 21:17 0000
sys-apps/air-1.2.3_beta3 perl error

got following output while starting air

<snip>
rockoo@porkoo rockoo $ air
/home/rockoo/.airrc opened for read.
Attempting to load scsi module...Couldn't load scsi module. Return value of 'modprobe scsi_hostadapter' = 16777215.
ambiguous option "-col": must be -column, -columnspan, -in, -ipadx, -ipady, -padx, -pady, -row, -rowspan, or -sticky at /usr/lib/perl5/vendor_perl/5.8.4/i686-linux/Tk/Widget.pm line 1163.
 at /usr/bin/air line 504
</snap>

dev-perl/perl-tk
      Latest version available: 804.027
      Latest version installed: 804.027

------- Comment #1 From Doug Weimer 2004-05-20 11:32:06 0000 -------
The newer versions of perl-tk no longer appear to accept '-col' as a synonym
for '-column.' I've filed a bug report on the air sourceforge page:
https://sourceforge.net/tracker/index.php?func=detail&aid=957565&group_id=82474&atid=566223

Until this is fixed upstream, the following sed line can be used in
src_install:

    sed -i -e "s/-col /-column /" \
        -e "s/-col=/-column=/" \
        air

Place these lines directly under the other 'sed -i' call in the ebuild.

------- Comment #2 From Daniel Black 2004-05-23 13:41:32 0000 -------
Commited fixed - thanks  Doug.