dbTalk Databases Forums  

[Info-Ingres] problem building Ingres

comp.databases.ingres comp.databases.ingres


Discuss [Info-Ingres] problem building Ingres in the comp.databases.ingres forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Martin Bowes
 
Posts: n/a

Default [Info-Ingres] problem building Ingres - 05-15-2009 , 05:21 AM






I'm trying to build Ingres Opensource and at the moment its failing
with:



iyacc -d
/user/ingdev/ingres2006-9.3.0-111-gpl-src/src/front/embed/c/lp32/c.yf



conflicts: 2 shift/reduce, 116 reduce/reduce



fatal error: Segmentation fault



Anyone know how to fix this?



Martin Bowes





Reply With Quote
  #2  
Old   
Karl & Betty Schendel
 
Posts: n/a

Default Re: [Info-Ingres] problem building Ingres - 05-15-2009 , 06:39 AM







On May 15, 2009, at 6:21 AM, Martin Bowes wrote:

Quote:
I'm trying to build Ingres Opensource and at the moment its failing
with:



iyacc -d /user/ingdev/ingres2006-9.3.0-111-gpl-src/src/front/embed/
c/lp32/c.yf



conflicts: 2 shift/reduce, 116 reduce/reduce



fatal error: Segmentation fault

This sort of thing happened to me not too long ago. iyacc segfaults
when it tries to report an error. (I've fixed that.) In my case
I had goofed up something related to the directory structure,
I forget what exactly, and it was trying to tell me that it
couldn't find the prototype file iyacc.par.

Look for a directory or permissions goof, if you can't pin it down I
can send you the fix to iyacc so that it will at least report the
error for you...

Karl



Reply With Quote
  #3  
Old   
Martin Bowes
 
Posts: n/a

Default Re: [Info-Ingres] problem building Ingres - 05-15-2009 , 07:04 AM



Hi Karl,

I decided to try and ignore it and force the release build and got:
sql iidbdb
INGRES TERMINAL MONITOR Copyright 2009 Ingres Corporation
tm: symbol lookup error: /dbsystem/II/ingres/lib/libq.1.so: undefined
symbol: CMget_attr

So thanks for the intel. I'll give it a burl and see what happens.

Marty
-----Original Message-----
From: info-ingres-bounces (AT) kettleriver...ting (DOT) com
[mailto:info-ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of Karl
& Betty Schendel
Sent: 15 May 2009 12:40
To: Ingres and related product discussion forum
Subject: Re: [Info-Ingres] problem building Ingres


On May 15, 2009, at 6:21 AM, Martin Bowes wrote:

Quote:
I'm trying to build Ingres Opensource and at the moment its failing
with:



iyacc -d /user/ingdev/ingres2006-9.3.0-111-gpl-src/src/front/embed/
c/lp32/c.yf



conflicts: 2 shift/reduce, 116 reduce/reduce



fatal error: Segmentation fault

This sort of thing happened to me not too long ago. iyacc segfaults
when it tries to report an error. (I've fixed that.) In my case
I had goofed up something related to the directory structure,
I forget what exactly, and it was trying to tell me that it
couldn't find the prototype file iyacc.par.

Look for a directory or permissions goof, if you can't pin it down I
can send you the fix to iyacc so that it will at least report the
error for you...

Karl

_______________________________________________
Info-Ingres mailing list
Info-Ingres (AT) kettleriverconsulting (DOT) com
http://www.kettleriverconsulting.com...fo/info-ingres



Reply With Quote
  #4  
Old   
John Dennis
 
Posts: n/a

Default Re: [Info-Ingres] problem building Ingres - 05-15-2009 , 07:10 AM



I'm not certain that your average (or even super-normal) Brit or Mercian
is likely to understand "burl". Would be interested to find out...

John Dennis from Oz, where burling is an everyday practice.

-----Original Message-----
From: info-ingres-bounces (AT) kettleriver...ting (DOT) com
[mailto:info-ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of
Martin Bowes
Sent: Friday, 15 May 2009 10:05 PM
To: Ingres and related product discussion forum
Subject: Re: [Info-Ingres] problem building Ingres

Hi Karl,

I decided to try and ignore it and force the release build and got:
sql iidbdb
INGRES TERMINAL MONITOR Copyright 2009 Ingres Corporation
tm: symbol lookup error: /dbsystem/II/ingres/lib/libq.1.so: undefined
symbol: CMget_attr

So thanks for the intel. I'll give it a burl and see what happens.

Marty


Reply With Quote
  #5  
Old   
Martin Bowes
 
Posts: n/a

Default Re: [Info-Ingres] problem building Ingres - 05-15-2009 , 07:11 AM



Hi Karl,

I can't see what the problem is:

ls -l $ING_SRC/front/tools/yacc/iyacc.par
-rw-rw-r-- 1 ingdev ingdev 5063 May 8 01:53
/user/ingdev/ingres2006-9.3.0-111-gpl-src/src/front/tools/yacc/iyacc.par

Could I please have your iyacc fix.

Marty

-----Original Message-----
From: info-ingres-bounces (AT) kettleriver...ting (DOT) com
[mailto:info-ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of Karl
& Betty Schendel
Sent: 15 May 2009 12:40
To: Ingres and related product discussion forum
Subject: Re: [Info-Ingres] problem building Ingres


On May 15, 2009, at 6:21 AM, Martin Bowes wrote:

Quote:
I'm trying to build Ingres Opensource and at the moment its failing
with:



iyacc -d /user/ingdev/ingres2006-9.3.0-111-gpl-src/src/front/embed/
c/lp32/c.yf



conflicts: 2 shift/reduce, 116 reduce/reduce



fatal error: Segmentation fault

This sort of thing happened to me not too long ago. iyacc segfaults
when it tries to report an error. (I've fixed that.) In my case
I had goofed up something related to the directory structure,
I forget what exactly, and it was trying to tell me that it
couldn't find the prototype file iyacc.par.

Look for a directory or permissions goof, if you can't pin it down I
can send you the fix to iyacc so that it will at least report the
error for you...

Karl

_______________________________________________
Info-Ingres mailing list
Info-Ingres (AT) kettleriverconsulting (DOT) com
http://www.kettleriverconsulting.com...fo/info-ingres



Reply With Quote
  #6  
Old   
Karl & Betty Schendel
 
Posts: n/a

Default Re: [Info-Ingres] problem building Ingres - 05-15-2009 , 07:18 AM




On May 15, 2009, at 8:10 AM, John Dennis wrote:

Quote:
I'm not certain that your average (or even super-normal) Brit or
Mercian
is likely to understand "burl". Would be interested to find out...
I read it as meaning "give it a try". I wouldn't pretend to know
what it actually means. Something rugger-related would not surprise
me though.

Karl

Quote:
John Dennis from Oz, where burling is an everyday practice.

-----Original Message-----
From: info-ingres-bounces (AT) kettleriver...ting (DOT) com
[mailto:info-ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of
Martin Bowes
Sent: Friday, 15 May 2009 10:05 PM
To: Ingres and related product discussion forum
Subject: Re: [Info-Ingres] problem building Ingres

Hi Karl,

I decided to try and ignore it and force the release build and got:
sql iidbdb
INGRES TERMINAL MONITOR Copyright 2009 Ingres Corporation
tm: symbol lookup error: /dbsystem/II/ingres/lib/libq.1.so: undefined
symbol: CMget_attr

So thanks for the intel. I'll give it a burl and see what happens.

Marty

_______________________________________________
Info-Ingres mailing list
Info-Ingres (AT) kettleriverconsulting (DOT) com
http://www.kettleriverconsulting.com...fo/info-ingres



Reply With Quote
  #7  
Old   
Martin Bowes
 
Posts: n/a

Default Re: [Info-Ingres] problem building Ingres - 05-15-2009 , 07:26 AM



Hi John,

What are you doing up this time of night?

I'm sitting in Oxford, I've got 'The Age' sports ticker going and I see
the Dockers are slowly being ground down by the Hawks.

Its about to rain. Again...

Do you want me to soak a sponge in the rain, pop it in the post and you
can show the kids what water looks like?

Marty


-----Original Message-----
From: info-ingres-bounces (AT) kettleriver...ting (DOT) com
[mailto:info-ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of John
Dennis
Sent: 15 May 2009 13:11
To: Ingres and related product discussion forum
Subject: Re: [Info-Ingres] problem building Ingres

I'm not certain that your average (or even super-normal) Brit or Mercian
is likely to understand "burl". Would be interested to find out...

John Dennis from Oz, where burling is an everyday practice.

-----Original Message-----
From: info-ingres-bounces (AT) kettleriver...ting (DOT) com
[mailto:info-ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of
Martin Bowes
Sent: Friday, 15 May 2009 10:05 PM
To: Ingres and related product discussion forum
Subject: Re: [Info-Ingres] problem building Ingres

Hi Karl,

I decided to try and ignore it and force the release build and got:
sql iidbdb
INGRES TERMINAL MONITOR Copyright 2009 Ingres Corporation
tm: symbol lookup error: /dbsystem/II/ingres/lib/libq.1.so: undefined
symbol: CMget_attr

So thanks for the intel. I'll give it a burl and see what happens.

Marty

_______________________________________________
Info-Ingres mailing list
Info-Ingres (AT) kettleriverconsulting (DOT) com
http://www.kettleriverconsulting.com...fo/info-ingres


Reply With Quote
  #8  
Old   
Martin Bowes
 
Posts: n/a

Default Re: [Info-Ingres] problem building Ingres - 05-15-2009 , 07:50 AM



Hi Karl,

Thanks Heaps, that did the trick...
fatal error: cannot find parser
/user/ingdev/ingres2006-9.3.0-111-gpl-src/src/lib/iyacc.par, line 7561

Turns out that I'd lost the $ING_SRC/lib symlink to $ING_ROOT/tools/lib.

Marty

PS. You interpreted burl correctly. You sure your not a skip?

-----Original Message-----
From: Karl & Betty Schendel [mailto:schendel (AT) kbcomputer (DOT) com]
Sent: 15 May 2009 13:17
To: Martin Bowes
Subject: Re: [Info-Ingres] problem building Ingres


On May 15, 2009, at 8:11 AM, Martin Bowes wrote:

Quote:
Hi Karl,

I can't see what the problem is:

ls -l $ING_SRC/front/tools/yacc/iyacc.par
-rw-rw-r-- 1 ingdev ingdev 5063 May 8 01:53
/user/ingdev/ingres2006-9.3.0-111-gpl-src/src/front/tools/yacc/
iyacc.par

Could I please have your iyacc fix.
Attached, for $ING_SRC/front/tools/yacc.




Reply With Quote
  #9  
Old   
Karl & Betty Schendel
 
Posts: n/a

Default Re: [Info-Ingres] problem building Ingres - 05-15-2009 , 08:15 AM




On May 15, 2009, at 8:50 AM, Martin Bowes wrote:

Quote:
Hi Karl,

Thanks Heaps, that did the trick...
fatal error: cannot find parser
/user/ingdev/ingres2006-9.3.0-111-gpl-src/src/lib/iyacc.par, line 7561

Turns out that I'd lost the $ING_SRC/lib symlink to $ING_ROOT/tools/
lib.
Yes! That was it! Now I remember, that's just what happened to me.


Quote:
PS. You interpreted burl correctly. You sure your not a skip?
not me...


Quote:
-----Original Message-----
From: Karl & Betty Schendel [mailto:schendel (AT) kbcomputer (DOT) com]
Sent: 15 May 2009 13:17
To: Martin Bowes
Subject: Re: [Info-Ingres] problem building Ingres


On May 15, 2009, at 8:11 AM, Martin Bowes wrote:

Hi Karl,

I can't see what the problem is:

ls -l $ING_SRC/front/tools/yacc/iyacc.par
-rw-rw-r-- 1 ingdev ingdev 5063 May 8 01:53
/user/ingdev/ingres2006-9.3.0-111-gpl-src/src/front/tools/yacc/
iyacc.par

Could I please have your iyacc fix.

Attached, for $ING_SRC/front/tools/yacc.




Reply With Quote
  #10  
Old   
Michael Leo
 
Posts: n/a

Default Re: [Info-Ingres] problem building Ingres - 05-15-2009 , 08:53 AM




On May 15, 2009, at 7:26 AM, Martin Bowes wrote:

Quote:
Hi John,

What are you doing up this time of night?

I'm sitting in Oxford, I've got 'The Age' sports ticker going and I
see
the Dockers are slowly being ground down by the Hawks.

The Dockers? The Blackhawks are playing the Red Wings ...

We are talking hockey, no? (Is there any other sport?)

;-)

Mikey


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.