| View previous topic :: View next topic |
| Author |
Message |
ardnut Tux's lil' helper

Joined: 01 Feb 2004 Posts: 94
|
Posted: Sat May 08, 2004 9:27 am Post subject: perl Tk-TableMatrix-1.01 emerge failed |
|
|
I'm trying to emerge mythtv 0.14 and one of its dependances is Perl Tk-TableMatrix-1.01
I can't emerge it as it always fails at the same point with the following error, any idea how to fix this?
| Code: | tkTable.c:3567: warning: passing arg 2 of pointer to function makes pointer from integer without a cast
make[1]: *** [tkTable.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/Tk-TableMatrix-1.01/work/Tk-TableMatrix-1.01/pTk'
make: *** [pTk/libpTk.a] Error 2
!!! ERROR: dev-perl/Tk-TableMatrix-1.01 failed.
!!! Function perl-module_src_compile, Line 46, Exitcode 2
!!! compilation failed |
|
|
| Back to top |
|
 |
lonegd Apprentice


Joined: 07 Dec 2003 Posts: 185 Location: UK
|
|
| Back to top |
|
 |
MarkH n00b

Joined: 11 Feb 2004 Posts: 25
|
Posted: Tue May 18, 2004 9:49 am Post subject: perl Tk-TableMatrix-1.01 emerge failed |
|
|
I'm also suffering this problem.
I'm not at all sure I should be posting here, or in the Portage forums, but I'm somewhat uncertain as to how to fix this problem. The latest version in portage is 1.01 but CPAN has a 1.1 image. This apparently fixes the problem. I've downloaded the tarball but don't know what to do next
Surely, if I just unpack and install (how?) the later version, when I emerge mythtv (which is what I'm trying to do...) then the Tk-TableMatrix dependancies for myth won't be satisifed ... ?
Cheers
Mark |
|
| Back to top |
|
 |
fonzarely n00b


Joined: 02 Sep 2003 Posts: 38 Location: Paris
|
Posted: Thu May 20, 2004 8:48 pm Post subject: |
|
|
hello,
I got a solution waiting for a portage update :
cd /usr/portage/dev-perl/Tk-TableMatrix/
cp Tk-TableMatrix-1.01.ebuild Tk-TableMatrix-1.1.ebuild
emerge -f Tk-TableMatrix
ebuild Tk-TableMatrix-1.1.ebuild digest
emerge Tk-TableMatrix
note : i tried tu update gdesklets ebuild by gentoo bugzilla, i may made a mistake, it is not in portage tree
so could somebody try to update Tk-TableMatrix ?
by ! |
|
| Back to top |
|
 |
Redfriar n00b


Joined: 07 Oct 2003 Posts: 10 Location: North America
|
Posted: Fri May 21, 2004 2:57 am Post subject: |
|
|
I can confirm that by following the info w/ bug #39950
http://bugs.gentoo.org/show_bug.cgi?id=39950
It compiles fine.
To sum it up:
# cd dev-perl/Tk-TableMatrix
Copy the existing Ebuild
# cp Tk-TableMatrix-1.01.ebuild Tk-TableMatrix-1.1.ebuild
Edit the new file
# vi Tk-TableMatrix-1.1.ebuild
Commenting out the line I list below:
epatch ${FILESDIR}/patch.diff
Then, run
#emerge Tk-TableMatrix-1.1.ebuild digest
#emerge Tk-TableMatrix-1.1.ebuild
Hope that clears is up. The bug report was a little unclear, because not all users have to do this. Some can get away with just re-emerging perl-tk first. |
|
| Back to top |
|
 |
flickerfly l33t


Joined: 08 Nov 2002 Posts: 677 Location: Lanham, MD
|
|
| Back to top |
|
 |
|