Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 281148
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: The Soldering-Iron Brotherhood <sci-electronics@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Federico Ferri <mescalinum@gentoo.org>
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 281148 depends on: Show dependency tree
Bug 281148 blocks: 173467
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: 2009-08-11 21:28 0000
$ magic
Error in startup script: version conflict for package "Tk": have 8.5.7, need
exactly 8.5
    while executing
"package require -exact Tk $tcl_version"
    invoked from within
"if {$tcl_version < 8.0} {
    return -code error "tkcon requires at least Tcl/Tk8"
} else {
    package require -exact Tk $tcl_version
}"
    (file "/usr/share/magic/tcl/tkcon.tcl" line 44)

------- Comment #1 From Federico Ferri 2009-08-11 21:48:23 0000 -------
I fixed it for you in magic-7.4.46-r1.ebuild

------- Comment #2 From Marios Andreopoulos 2009-10-13 21:48:32 0000 -------
I understand this is a closed bug, but could you maybe fix it for the testing
version too? I know it is easy to copy the appropriate lines from
magic-7.4.46-r1.ebuild to magic-7.5.129.ebuild but for inexperienced users it
may be hard to find.

I can confirm that I copied the lines:
 # bug 281148 - tcl-8.5
 sed -i -e 's/package require -exact Tk/package require Tk/g' \
         tcltk/tkcon.tcl

To src_unpack() of magic-7.5.129.ebuild and now it works fine with tk 8.5.7-r1.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug