Bug 34524 - tmake-1.11 error on compiling xxdiff
|
Bug#:
34524
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: desktop-misc@gentoo.org
|
Reported By: echo6@phreaker.net
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: tmake-1.11 error on compiling xxdiff
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2003-11-27 10:03 0000
|
Where tmake-1.11 is installed attempts to emerge the following fail.
xxdiff-2.6.ebuild
xxdiff-2.9.2-r1.ebuild
xxdiff-2.9.2.ebuild
OK removed dev-util/tmake-1.11 and replaced it with tmake-1.8-r1, this allowed me
to compile xxdiff.
Reproducible: Always
Steps to Reproduce:
1. emerge /usr/portage/dev-util/tmake-1.11.ebuild
2. emerge /usr/portage/dev-util/xxdiff/xxdiff-2.6.ebuild
3. emerge /usr/portage/dev-util/xxdiff/xxdiff-2.9.2-r1.ebuld
4. emerge /usr/portage/dev-util/xxdiff/xxdiff-2.9.2.ebuild
Actual Results:
Results in an error similar to:-
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-util/xxdiff-2.9.2-r1 to /
>>> md5 src_uri ;-) xxdiff-2.9.2.tar.gz
>>> Unpacking source...
>>> Unpacking xxdiff-2.9.2.tar.gz to /var/tmp/portage/xxdiff-2.9.2-r1/work
* Applying kdesupport.patch... [ ok ]
>>> Source unpacked.
tmake error: xxdiff.pro:88: Syntax error
make: *** No targets. Stop.
!!! ERROR: dev-util/xxdiff-2.9.2-r1 failed.
!!! Function src_compile, Line 34, Exitcode 2
!!! (no error message)
emerge -C tmake
emerge /usr/portage/dev-util/tmake/tmake-1.8-r1.ebuild
This resolves the issue with tmake-1.11 and allows compiation of xxdiff.
this seems to have been fixed.I looked in xxdiff's depends,it has
>=dev-util/tmake-1.8-r1 .
The problem still exists tmake-1.11 supercedes tmake-1.8-r1.
The problem still exists tmake-1.11 supercedes tmake-1.8-r1.
Fixed in CVS, deps changed to "=dev-util/tmake-1.8*".
Thanks.