Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51451 - sys-apps/air-1.2.3_beta3 perl error
Summary: sys-apps/air-1.2.3_beta3 perl error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-18 21:17 UTC by Daniel Webert
Modified: 2004-05-23 13:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Webert 2004-05-18 21:17:16 UTC
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 Doug Weimer 2004-05-20 11:32:06 UTC
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 Daniel Black (RETIRED) gentoo-dev 2004-05-23 13:41:32 UTC
Commited fixed - thanks  Doug.