[bug] Build fails for master clone from repository

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[bug] Build fails for master clone from repository

skrish
Issue status update for
http://smalltalk.gnu.org/node/457
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/457

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Build
 Category:     bug reports
 Priority:     critical
 Assigned to:  Unassigned
 Reported by:  skrishnamachari
 Updated by:   skrishnamachari
 Status:       active

at make: on Ubuntu 9.10 Karmic ( Mint Linux Helena actually)
Have done autoreconf -vi; ./configure and then make..

genpr-scan.o: In function `main':
/home/skrishnamachari/smalltalk/libgst/genpr-scan.c:1: multiple
definition of `main'
genpr-parse.o:/home/skrishnamachari/smalltalk/libgst/genpr-parse.c:1:
first defined here




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] Build fails for master clone from repository

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/457
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/457

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Build
 Category:     bug reports
 Priority:     critical
 Assigned to:  Unassigned
 Reported by:  skrishnamachari
 Updated by:   bonzinip
 Status:       active

Can you please send both generated files (genpr-scan.c and
genpr-parse.c) to the list?  This wouldn't happen with a released
version, but it is still bad.

Also, run

flex --version
bison --version




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Re: [bug] Build fails for master clone from repository

Nicolas Petton
Le lundi 18 janvier 2010 à 04:14 -0700, Paolo Bonzini a écrit :

> Issue status update for
> http://smalltalk.gnu.org/project/issue/457
> Post a follow up:
> http://smalltalk.gnu.org/project/comments/add/457
>
>  Project:      GNU Smalltalk
>  Version:      <none>
>  Component:    Build
>  Category:     bug reports
>  Priority:     critical
>  Assigned to:  Unassigned
>  Reported by:  skrishnamachari
>  Updated by:   bonzinip
>  Status:       active
>
> Can you please send both generated files (genpr-scan.c and
> genpr-parse.c) to the list?  This wouldn't happen with a released
> version, but it is still bad.
>
> Also, run
>
> flex --version
> bison --version
Yes, I think it's possible that your problem comes from flex and/or
bison missing on your system.

When make fails, doesn't it tell you to install them?

Cheers!

Nico

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

signature.asc (204 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [bug] Build fails for master clone from repository

skrish
In reply to this post by skrish
Issue status update for
http://smalltalk.gnu.org/project/issue/457
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/457

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Build
 Category:     bug reports
 Priority:     critical
 Assigned to:  Unassigned
 Reported by:  skrishnamachari
 Updated by:   skrishnamachari
 Status:       active
 Attachment:   http://smalltalk.gnu.org/files/issues/genpr-parse.c (21 bytes)

flex 2.5.35
bison (GNU Bison) 2.4.1

Both files are 21 bytes:

main() { return 0; }




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] Build fails for master clone from repository

Paolo Bonzini-3
In reply to this post by skrish
Issue status update for
http://smalltalk.gnu.org/project/issue/457
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/457

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Build
 Category:     bug reports
 Priority:     critical
 Assigned to:  Unassigned
 Reported by:  skrishnamachari
 Updated by:   bonzinip
-Status:       active
+Status:       invalid

Then it's just that you do not have flex and bison installed.  I'm
updating the build instructions.




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk