- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cscope for HP-UX 11.23 IA machine not woking
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 11:07 PM
09-13-2007 11:07 PM
cscope for HP-UX 11.23 IA machine not woking
I've downloaded cscope and run time dependencies for HP-UX 11.23 IA machine
from:
http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/cscope-15.6/
The installation goes fine but if i try to run cscope,i am getting following error message:
root@hpia33/usr/local/bin >./cscope
/usr/lib/hpux32/dld.so: Unsatisfied data symbol 'yytext' in load module './cscope'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol 'yyleng' in load module './cscope'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol 'yynerrs' in load module './cscope'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol 'yychar' in load module './cscope'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol 'yylval' in load module './cscope'.
Killed
The depots are:
bison-2.3-ia64-11.23.depot
cscope-15.6-ia64-11.23.depot
flex-2.5.33-ia64-11.23.depot
gettext-0.16.1-ia64-11.23.depot
libiconv-1.11-ia64-11.23.depot
m4-1.4.10-ia64-11.23.depot
ncurses-5.6-ia64-11.23.depot
regex-0.12-ia64-11.23.depot
Machine info:
root@hpia33/usr/local/bin >uname -a
HP-UX hpia33 B.11.23 U ia64 4209852567 unlimited-user license
root@hpia33/usr/local/bin >model
ia64 hp server rx2600
root@hpia33/usr/local/bin >getconf KERNEL_BITS
64
~amit
- Tags:
- cscope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2007 02:05 AM
09-14-2007 02:05 AM
Re: cscope for HP-UX 11.23 IA machine not woking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2007 03:39 AM
09-14-2007 03:39 AM
Re: cscope for HP-UX 11.23 IA machine not woking
Now how can i resolve this issue.
I don't know much about Yacc,but would definitely like to give a try.
~amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2007 09:42 AM
09-14-2007 09:42 AM
Re: cscope for HP-UX 11.23 IA machine not woking
What does "ldd cscope" show?
This may show you are using HP's version of lex/yacc shlibs rather than your foreign devil versions?
- Tags:
- foreign devil tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2007 08:26 PM
09-14-2007 08:26 PM
Re: cscope for HP-UX 11.23 IA machine not woking
/usr/bin/cscope
root@hpiaia7/ >ldd -r /usr/bin/cscope
libncurses.so => /usr/local/lib/hpux32/libncurses.so
libfl.so => /usr/local/lib/hpux32/libfl.so
libregex.so => /usr/local/lib/hpux32/libregex.so
libc.so.1 => /usr/lib/hpux32/libc.so.1
libdl.so.1 => /usr/lib/hpux32/libdl.so.1
symbol not found: yyleng (/usr/bin/cscope)
symbol not found: yylval (/usr/bin/cscope)
symbol not found: yytext (/usr/bin/cscope)
symbol not found: yynerrs (/usr/bin/cscope)
symbol not found: yychar (/usr/bin/cscope)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2007 08:26 PM
09-14-2007 08:26 PM
Re: cscope for HP-UX 11.23 IA machine not woking
/usr/bin/cscope
root@hpiaia7/ >ldd -r /usr/bin/cscope
libncurses.so => /usr/local/lib/hpux32/libncurses.so
libfl.so => /usr/local/lib/hpux32/libfl.so
libregex.so => /usr/local/lib/hpux32/libregex.so
libc.so.1 => /usr/lib/hpux32/libc.so.1
libdl.so.1 => /usr/lib/hpux32/libdl.so.1
symbol not found: yyleng (/usr/bin/cscope)
symbol not found: yylval (/usr/bin/cscope)
symbol not found: yytext (/usr/bin/cscope)
symbol not found: yynerrs (/usr/bin/cscope)
symbol not found: yychar (/usr/bin/cscope)
Thanks,
~amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2007 09:51 PM
09-14-2007 09:51 PM
Re: cscope for HP-UX 11.23 IA machine not woking
I see:
$ elfdump -t /usr/local/bin/cscope | grep -f cscope_unsats
OBJT GLOB 0 UNDEF 0 yyleng
OBJT GLOB 0 UNDEF 0 yylval
OBJT GLOB 0 0x1b 4 my_yyleng
OBJT GLOB 0 UNDEF 0 yytext
OBJT GLOB 0 UNDEF 0 yynerrs
OBJT GLOB 0 0x1b 4 my_yytext
OBJT GLOB 0 UNDEF 0 yychar
There are two symbol with my_ prefix that may be an issue? But I don't see yylval, yynerrs and yychar. It appears that flex and bison aren't working together?
You might try the "Contact Us" button on the bottom of that cscope page.
Or you could built it from the source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2007 10:25 PM
09-14-2007 10:25 PM
Re: cscope for HP-UX 11.23 IA machine not woking
Informed this issue to "hpux@connect.org.uk"
Thanks a lot,
~amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2008 08:59 AM
03-07-2008 08:59 AM
Re: cscope for HP-UX 11.23 IA machine not woking
I just had a very similar problem with enscript that has the same dependencies. In this case the yy* symbols came from the flex package.
With some luck I found an OLDER version of flex in my repository, namely 2.5.4a, that does not show the mentioned problems and thus my enscript now works ok.
May that will help you, too.
Best Regards,
Jochen Sprick