Bug 40053 - etags 5.0.1 not supported / fail in building source tarball distro
Summary: etags 5.0.1 not supported / fail in building source tarball distro
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.1
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-02 23:33 UTC by Yannick Koehler
Modified: 2003-11-04 14:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yannick Koehler 2002-04-02 23:30:02 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           2.99 (rc3) gentoo (using KDE 2.9.0 9 (3.0 rc3))
Severity:          normal
Installed from:    Gentoo
Compiler:          gcc version 2.95.3 20010315 (release)
OS:                Linux (i686) release 2.4.19
OS/Compiler notes: 

When I do Project/ Make Distro / Source

I get the following errors:

list='kemerge po doc '; for subdir in $list; do \ 
test "$subdir" = . || (cd $subdir && make tags); \ 
done 
make[1]: Entering directory `/home/ykoehler/kemerge/kemerge' 
make[1]: Nothing to be done for `tags'. 
make[1]: Leaving directory `/home/ykoehler/kemerge/kemerge' 
make[1]: Entering directory `/home/ykoehler/kemerge/po' 
make[1]: Nothing to be done for `tags'. 
make[1]: Leaving directory `/home/ykoehler/kemerge/po' 
make[1]: Entering directory `/home/ykoehler/kemerge/doc' 
list='en '; for subdir in $list; do \ 
test "$subdir" = . || (cd $subdir && make tags); \ 
done 
make[2]: Entering directory `/home/ykoehler/kemerge/doc/en' 
make[2]: Nothing to be done for `tags'. 
make[2]: Leaving directory `/home/ykoehler/kemerge/doc/en' 
tags=; \ 
here=`pwd`; \ 
list='en '; for subdir in $list; do \ 
if test "$subdir" = .; then :; else \ 
test -f $subdir/TAGS && tags="$tags -i $here/$subdir/TAGS"; \ 
fi; \ 
done; \ 
list=' '; \ 
unique=`for i in $list; do echo $i; done | \ 
awk ' { files[$0] = 1; } \ 
END { for (i in files) print i; }'`; \ 
test -z "$unique$tags" \ 
|| (cd . && etags $tags $unique -o $here/TAGS) 
make[1]: Leaving directory `/home/ykoehler/kemerge/doc' 
tags=; \ 
here=`pwd`; \ 
list='kemerge po doc '; for subdir in $list; do \ 
if test "$subdir" = .; then :; else \ 
test -f $subdir/TAGS && tags="$tags -i $here/$subdir/TAGS"; \ 
fi; \ 
done; \ 
list=' '; \ 
unique=`for i in $list; do echo $i; done | \ 
awk ' { files[$0] = 1; } \ 
END { for (i in files) print i; }'`; \ 
test -z "config.h.in$unique$tags" \ 
|| (cd . && etags $tags config.h.in $unique -o $here/TAGS) 
etags: Warning: -i option is deprecated; use --c-types option instead 
etags: Warning: Unsupported parameter '/' for -i option 
etags: Warning: Unsupported parameter 'h' for -i option 
etags: Warning: Unsupported parameter 'o' for -i option 
etags: Warning: Unsupported parameter '/' for -i option 
etags: Warning: Unsupported parameter 'y' for -i option 
etags: Warning: Unsupported parameter 'k' for -i option 
etags: Warning: Unsupported parameter 'o' for -i option 
etags: Warning: Unsupported parameter 'h' for -i option 
etags: Warning: Unsupported parameter 'l' for -i option 
etags: Warning: Unsupported parameter 'r' for -i option 
etags: Warning: Unsupported parameter '/' for -i option 
etags: Warning: Unsupported parameter 'k' for -i option 
etags: Warning: Unsupported parameter 'r' for -i option 
etags: Warning: Unsupported parameter '/' for -i option 
etags: Warning: Unsupported parameter 'k' for -i option 
etags: Warning: Unsupported parameter 'r' for -i option 
etags: Warning: Unsupported parameter '/' for -i option 
etags: Warning: Unsupported parameter 'T' for -i option 
etags: Warning: Unsupported parameter 'A' for -i option 
etags: Warning: Unsupported parameter 'G' for -i option 
etags: -o option may not follow a file name 
make: *** [TAGS] Error 1 
*** failed *** 

I'm running etags

Exuberant Ctags 5.0.1 Copyright (C) 1996-2001 Darren Hiebert
  Addresses: <darren@hiebert.com> http://ctags.sourceforge.net
  Optional compiled features: +wildcards +regex



(Submitted via bugs.kde.org)
(Called from KBugReport dialog. Fields Application manually changed)
Comment 1 Amilcar do Carmo Lucas 2003-07-23 16:21:14 UTC
You are strongly advised to update to the latest CVS version of KDevelop3 code 
name gideon, take a look at: 
http://www.kdevelop.org/index.html?filename=branches_compiling.html 
for all the details you need. If you find a problem or need help please send a 
mail to the mailing list: 
http://www.kdevelop.org/index.html?filename=mailinglist.html 
or drop us a line at the channel #kdevelop on the server irc.kde.org using 
ksirc, for example. 
Please use the CVS version and compile it yourself because that way you can 
easily patch it if a bug is found. 
 
P.S. : The KDevelop team closed over 459 reported and confirmed bugs since you 
reported this bug.  
So update and retest please! 
 
Comment 2 Amilcar do Carmo Lucas 2003-07-23 18:55:20 UTC
One other thing, your KDE version was 2.9 but I'm pretty sure your kdevelop 
version was 2.1 or even lower! 
Comment 3 Amilcar do Carmo Lucas 2003-11-04 14:33:11 UTC
AFAIK this has nothing to do with KDevelop 3.0