Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 606964 - net-im/climm-0.7.1 Will not rebuild: 'Tcl_Interp' has no member named 'result'
Summary: net-im/climm-0.7.1 Will not rebuild: 'Tcl_Interp' has no member named 'result'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-23 23:29 UTC by deference
Modified: 2017-06-10 21:07 UTC (History)
3 users (show)

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


Attachments
emerge --info (emergeinfo-climm.txt,30.46 KB, text/plain)
2017-01-23 23:29 UTC, deference
Details
build.log (build-climm.txt,33.48 KB, text/plain)
2017-01-23 23:30 UTC, deference
Details

Note You need to log in before you can comment on or make changes to this bug.
Description deference 2017-01-23 23:29:17 UTC
This prevents my system from rebuilding.

[ebuild   R   ] net-im/climm-0.7.1  USE="gnutls ssl tcl xmpp (-otr)" 

util_tcl.c: In function 'TCL_command_climm':
util_tcl.c:128:25: error: 'Tcl_Interp' has no member named 'result'
         snprintf (interp->result, TCL_RESULT_SIZE, \
                         ^
util_tcl.c:149:9: note: in expansion of macro 'TCL_CHECK_PARMS'
         TCL_CHECK_PARMS (1);
         ^
util_tcl.c:128:25: error: 'Tcl_Interp' has no member named 'result'
         snprintf (interp->result, TCL_RESULT_SIZE, \
                         ^
util_tcl.c:195:9: note: in expansion of macro 'TCL_CHECK_PARMS'
         TCL_CHECK_PARMS (1);
         ^
util_tcl.c:128:25: error: 'Tcl_Interp' has no member named 'result'
         snprintf (interp->result, TCL_RESULT_SIZE, \
                         ^
util_tcl.c:234:9: note: in expansion of macro 'TCL_CHECK_PARMS'
         TCL_CHECK_PARMS (1);
         ^
util_tcl.c:128:25: error: 'Tcl_Interp' has no member named 'result'
         snprintf (interp->result, TCL_RESULT_SIZE, \
                         ^
util_tcl.c:254:9: note: in expansion of macro 'TCL_CHECK_PARMS'
         TCL_CHECK_PARMS (1);
         ^
util_tcl.c:271:25: error: 'Tcl_Interp' has no member named 'result'
         snprintf (interp->result, TCL_RESULT_SIZE,
                         ^
Comment 1 deference 2017-01-23 23:29:44 UTC
Created attachment 461124 [details]
emerge --info
Comment 2 deference 2017-01-23 23:30:02 UTC
Created attachment 461126 [details]
build.log
Comment 3 Michael Palimaka (kensington) gentoo-dev 2017-02-18 05:38:57 UTC
@deference, do you actually use this package? Upstream seems to be dead and this is not widely packaged elsewhere so I would be inclined to remove it.
Comment 4 deference 2017-02-20 17:12:57 UTC
I had installed it because I was looking for non-gui ICQ/IRC client. I was going to see how climm worked.
I'll hang onto the climm package and the tcl & tk packages so that I can build it and test how well it works. If I like it I might take up maintainer-ship. But for now you may hard mask it or remove it as you see fit.
Comment 5 deference 2017-02-25 23:55:38 UTC
Hmm. I just was rebuilding my system and climm and plplot (both of which fialed to build agianst the newer tcl), installed fine. I rechecked that I really do have the correct version of tcl installed and I have 8.6.6. I don't know what to say except that you need not tree clean climm.
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-06-05 19:25:23 UTC
Builds for me fine too. Should we keep it or remove it anyway?
Comment 7 Pacho Ramos gentoo-dev 2017-06-06 09:05:57 UTC
I confirm this builds and runs properly... we can keep it for now then :)
Comment 8 deference 2017-06-10 21:07:57 UTC
I agree. I tried to find out what changed that enabled it to build, but not mercury-extras (which has the same problem), but I have no ideas.