Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34524 - tmake-1.11 error on compiling xxdiff
Summary: tmake-1.11 error on compiling xxdiff
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-27 10:03 UTC by echo6
Modified: 2003-12-13 12:14 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description echo6 2003-11-27 10:03:45 UTC
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.
Comment 1 Minati jean michel 2003-11-28 03:41:01 UTC
this seems to have been fixed.I looked in xxdiff's depends,it has   >=dev-util/tmake-1.8-r1 .
Comment 2 echo6 2003-11-28 06:26:21 UTC
The problem still exists tmake-1.11 supercedes tmake-1.8-r1.
Comment 3 echo6 2003-11-28 06:27:25 UTC
The problem still exists tmake-1.11 supercedes tmake-1.8-r1.
Comment 4 Ian Leitch (RETIRED) gentoo-dev 2003-12-13 12:14:18 UTC
Fixed in CVS, deps changed to "=dev-util/tmake-1.8*".

Thanks.