First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 51451
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Black <dragonheart@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Daniel Webert <rockoo@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 51451 depends on: Show dependency tree
Bug 51451 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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.

First Last Prev Next    No search results available      Search page      Enter new bug