GithubHelp home page GithubHelp logo

Problems building HEAD about cm3 HOT 10 CLOSED

modula3 avatar modula3 commented on August 10, 2024
Problems building HEAD

from cm3.

Comments (10)

darko20 avatar darko20 commented on August 10, 2024

Something to do with this perhaps?

57ad34f

You should ask on the list, from what I can tell not many people get these
messages.

On Sun, Mar 20, 2016 at 9:34 PM, dragisha [email protected] wrote:

I have:
Critical Mass Modula-3 version d5.9.0
last updated: 2010-07-21
compiled: 2014-08-19 18:12:27
configuration: /usr/local/cm3/bin/cm3.cfg
host: AMD64_LINUX
target: AMD64_LINUX

When doing a ./make-bin-dist-min.sh, newly built cm3 breaks when moment

comes to rebuild everything with it.

stage 3: compiling libraries using new cm3 compiler

/root/cm3/scripts/do-cm3-core.sh buildlocal
/root/cm3/scripts/pkgmap.sh -c "/var/tmp/cm3/bin/cm3 -build -override
-DROOT='/root/cm3'" import-libs m3core libm3 windowsResources parseparams
patternmatching sysutils unittest m3middle m3objfile m3linker m3back
m3cggen m3quake m3front m3scanner m3tools m3cgcat m3bundle mklib tempfiles
bitvector digraph realgeometry set slisp sortedtableextras table-list tcp
cm3ide mtex m3sleep cm3 m3cc
=== package /root/cm3/m3-win/import-libs ===
+++ /var/tmp/cm3/bin/cm3 -build -override -DROOT='/root/cm3' +++
/bin/sh: line 1: 20979 Segmentation fault /var/tmp/cm3/bin/cm3 -build
-override -DROOT='/root/cm3'
*** execution of /var/tmp/cm3/bin/cm3 -build -override -DROOT='/root/cm3'
failed ***

When I start it from gdb, I see this:

Program received signal SIGSEGV, Segmentation fault.
__longjmp () at ../sysdeps/x86_64/__longjmp.S:56
56 jmpq *%rdx
Missing separate debuginfos, use: debuginfo-install
glibc-2.12-1.166.el6_7.7.x86_64
(gdb) bt
#0 __longjmp () at ../sysdeps/x86_64/__longjmp.S:56
#1 #1 0xa933bd60cb76afa4 in ?? ()
Cannot access memory at address 0xa926bd60cb76afa4

Is there some way to get around this? Some known stable release?

TIA,
dd


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#9

from cm3.

dragisha avatar dragisha commented on August 10, 2024

List does not work for me at this moment... As maintenance page is down, I cannot check it.
Do you have some binary package, recent, for AMD64_DARWIN? And/or ARM_LINUX? :)
I am rebuilding cm3 world because I need to do some work on raspberry pi and I would like very much to do it in Modula-3 :)
TIA

from cm3.

dragisha avatar dragisha commented on August 10, 2024

What can be interesting... I have crashes on AMD64_LINUX (with above approach but also when doing a bootstrap archive) and with AMD64_DARWIN.

from cm3.

darko20 avatar darko20 commented on August 10, 2024

I have a Raspberry Pi binary, if that will help, I'll upload it to releases.

I think my current Darwin compiler is no more recent than what is on
releases here, which you uploaded. If I build something it will probably
have the same problem. Have you tried building using an earlier commit
(like the one before that change)?

A shortcut for getting the zipped source for a particular commit is:

https://github.com/modula3/cm3/archive/{commit-sha}.zip

On Sun, Mar 20, 2016 at 9:59 PM, dragisha [email protected] wrote:

List does not work for me at this moment... As maintenance page is down, I
cannot check it.
Do you have some binary package, recent, for AMD64_DARWIN? And/or
ARM_LINUX? :)
I am rebuilding cm3 world because I need to do some work on raspberry pi
and I would like very much to do it in Modula-3 :)
TIA


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#9 (comment)

from cm3.

dragisha avatar dragisha commented on August 10, 2024

Thank you for raspberry pi binary, it will solve my current problem! As for just-before-change binary, it looks like it is only a revert of previous change... I will try to get some older revision, thanks for a hint!

from cm3.

darko20 avatar darko20 commented on August 10, 2024

If you build a more recent binary for the RaPi, please upload a package to
releases so I can use it too!

On Sun, Mar 20, 2016 at 10:21 PM, dragisha [email protected] wrote:

Thank you for raspberry pi binary, it will solve my current problem! As
for just-before-change binary, it looks like it is only a revert of
previous change... I will try to get some older revision, thanks for a hint!


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#9 (comment)

from cm3.

dragisha avatar dragisha commented on August 10, 2024

Of course. Thanks!

from cm3.

dragisha avatar dragisha commented on August 10, 2024

FYI, I have just built AMD64_DARWIN binary package based on e0bfe8c from jan 6. Jay tagged e0bfe8c and uploaded NT386 and I386_DARWIN (???) releases for it.

from cm3.

dragisha avatar dragisha commented on August 10, 2024

temporarily fixed.

from cm3.

jaykrell avatar jaykrell commented on August 10, 2024

Did you try upgrade.py instead? I don't use the script you used, the way to build this change is a bit delicate as it changes compiler/runtime interface.

  • Jay

On Mar 20, 2016, at 1:34 PM, dragisha [email protected] wrote:

I have:
Critical Mass Modula-3 version d5.9.0
last updated: 2010-07-21
compiled: 2014-08-19 18:12:27
configuration: /usr/local/cm3/bin/cm3.cfg
host: AMD64_LINUX
target: AMD64_LINUX

When doing a ./make-bin-dist-min.sh, newly built cm3 breaks when moment comes to rebuild everything with it.

stage 3: compiling libraries using new cm3 compiler

/root/cm3/scripts/do-cm3-core.sh buildlocal
/root/cm3/scripts/pkgmap.sh -c "/var/tmp/cm3/bin/cm3 -build -override -DROOT='/root/cm3'" import-libs m3core libm3 windowsResources parseparams patternmatching sysutils unittest m3middle m3objfile m3linker m3back m3cggen m3quake m3front m3scanner m3tools m3cgcat m3bundle mklib tempfiles bitvector digraph realgeometry set slisp sortedtableextras table-list tcp cm3ide mtex m3sleep cm3 m3cc
=== package /root/cm3/m3-win/import-libs ===
+++ /var/tmp/cm3/bin/cm3 -build -override -DROOT='/root/cm3' +++
/bin/sh: line 1: 20979 Segmentation fault /var/tmp/cm3/bin/cm3 -build -override -DROOT='/root/cm3'
*** execution of /var/tmp/cm3/bin/cm3 -build -override -DROOT='/root/cm3' failed ***

When I start it from gdb, I see this:

Program received signal SIGSEGV, Segmentation fault.
__longjmp () at ../sysdeps/x86_64/__longjmp.S:56
56 jmpq *%rdx
Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.166.el6_7.7.x86_64
(gdb) bt
#0 __longjmp () at ../sysdeps/x86_64/__longjmp.S:56
#1 0xa933bd60cb76afa4 in ?? ()
Cannot access memory at address 0xa926bd60cb76afa4

Is there some way to get around this? Some known stable release?

TIA,
dd


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

from cm3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.