[OpenSmalltalk/opensmalltalk-vm] Solaris (#480)

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

[OpenSmalltalk/opensmalltalk-vm] Solaris (#480)

David T Lewis
 

Add build.sunos32x86 and build.sunos64x64 for solaris


You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480

Commit Summary

  • Solaris fixes. Add build.sunos32x86
  • Add build.sunosamd64 for 64bit on Solaris
  • Add Solaris IPS manifest.
  • Change docdir from /usr/doc to /usr/share/doc. Set version to 5.3.1
  • Update IPS manifest for version 5.3.1. Include doc/LICENSE.gz file.
  • Compilation SunPro sqUnixITimerHeartbeat
  • Use FASYNC on __sun__ instead of FIOASYNC
  • Put back VM_VERSION to 5.0
  • IPS manifest used for squeak5@5.3.1
  • Define MIX / MAX so that vm-sound-pulse.so loads.
  • make vm-sound-pulse the default
  • Compile on Solaris with --disable-dynamicopenssl
  • Compile on Solaris with --disable-dynamicopenssl
  • Include opensslv to define OPENSSL_VERSION_NUMBER
  • Remove -g debug flag for 32bit build
  • Rename build.sunosamd64 to build.sunos64x64
  • Make vm-sound-pulse first plugin in Solaris case.
  • Set INSTALLDIR to sqcogspursunosht/usr for Solaris
  • Set INSTALLDIR to sqcogspursunos for itimer build
  • Add IPS package build info to 32bit build.
  • Fix INSTALLDIR doc
  • Set INSTALLDIR to sqcogspur64sunos[ht] in 64 solaris
  • Remove --libdir option
  • Refer to HowToBuild in 64bit instead of duplicating everything.
  • Add script to build IPS package

File Changes

Patch Links:


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

<script type="application/ld+json">[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480", "url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]</script>
Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] Solaris (#480)

David T Lewis
 

@cstes pushed 1 commit.

  • eb0cc51 Set ac_cv_cflags_warn_all="-v" instead of ""


You are receiving this because you are subscribed to this thread.
View it on GitHub or unsubscribe.

<script type="application/ld+json">[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/0cb64e768c940a93294a19734ececcd4781d2209..eb0cc51a7d82c32fc5d05ee4a4085d61832a3e7c", "url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/0cb64e768c940a93294a19734ececcd4781d2209..eb0cc51a7d82c32fc5d05ee4a4085d61832a3e7c", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]</script>
Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] Solaris (#480)

David T Lewis
In reply to this post by David T Lewis
 

@cstes pushed 1 commit.

  • 176f335 Copy 'ckformat' into Solaris IPS package so that VM32 can be used for 6521 image and VM64 can be used for 68021 images


You are receiving this because you are subscribed to this thread.
View it on GitHub or unsubscribe.

<script type="application/ld+json">[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/eb0cc51a7d82c32fc5d05ee4a4085d61832a3e7c..176f3359642922ef24876d5725a7e726ab8d2b0e", "url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/eb0cc51a7d82c32fc5d05ee4a4085d61832a3e7c..176f3359642922ef24876d5725a7e726ab8d2b0e", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]</script>
Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] Solaris (#480)

David T Lewis
In reply to this post by David T Lewis
 

@cstes pushed 1 commit.

  • 1084d51 Add ckformat program to IPS manifest


You are receiving this because you are subscribed to this thread.
View it on GitHub or unsubscribe.

<script type="application/ld+json">[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/176f3359642922ef24876d5725a7e726ab8d2b0e..1084d517c2ad5dd21993c62a18ac413668b3ddd8", "url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/176f3359642922ef24876d5725a7e726ab8d2b0e..1084d517c2ad5dd21993c62a18ac413668b3ddd8", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]</script>
Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] Solaris (#480)

David T Lewis
In reply to this post by David T Lewis
 

@cstes pushed 3 commits.

  • c21dac0 Add reminder in HowToBuild on running scripts/updateSCCSVersions
  • 37aa3b6 Change __SUNPRO_C to __sun so compile also works with GCC
  • 71696bc Replace __SUNPRO_C by __sun so that compile also works with GCC for Solaris


You are receiving this because you are subscribed to this thread.
View it on GitHub or unsubscribe.

<script type="application/ld+json">[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/1084d517c2ad5dd21993c62a18ac413668b3ddd8..71696bc0814457609f2df63b7ab3bbad195e1fc8", "url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/1084d517c2ad5dd21993c62a18ac413668b3ddd8..71696bc0814457609f2df63b7ab3bbad195e1fc8", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]</script>
Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] Solaris (#480)

David T Lewis
In reply to this post by David T Lewis
 

@cstes pushed 1 commit.

  • ee93a92 Change __SUNPRO_C to __sun for succesful build with gcc 7.3 and gcc 9.2


You are receiving this because you are subscribed to this thread.
View it on GitHub or unsubscribe.

<script type="application/ld+json">[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/71696bc0814457609f2df63b7ab3bbad195e1fc8..ee93a92c8a2e059616ffb5ff14585a73862c53d0", "url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/71696bc0814457609f2df63b7ab3bbad195e1fc8..ee93a92c8a2e059616ffb5ff14585a73862c53d0", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]</script>
Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] Solaris (#480)

David T Lewis
In reply to this post by David T Lewis
 

@cstes pushed 1 commit.

  • 08f9226 Build Squeak Stack Spur in addition to Cog Spur on Solaris


You are receiving this because you are subscribed to this thread.
View it on GitHub or unsubscribe.

<script type="application/ld+json">[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/ee93a92c8a2e059616ffb5ff14585a73862c53d0..08f922628a8b363961036b98fb1921b444449220", "url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/ee93a92c8a2e059616ffb5ff14585a73862c53d0..08f922628a8b363961036b98fb1921b444449220", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]</script>
Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] Solaris (#480)

David T Lewis
In reply to this post by David T Lewis
 

@cstes pushed 1 commit.

  • 375c556 set INSTALLDIR to sqstkspursunosht/usr


You are receiving this because you are subscribed to this thread.
View it on GitHub or unsubscribe.

<script type="application/ld+json">[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/08f922628a8b363961036b98fb1921b444449220..375c5561b7bc862a96b06715338a523bc643e75f", "url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480/files/08f922628a8b363961036b98fb1921b444449220..375c5561b7bc862a96b06715338a523bc643e75f", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]</script>
Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] Solaris (#480)

David T Lewis
In reply to this post by David T Lewis
 

superseded by new sunos branch


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

<script type="application/ld+json">[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480#issuecomment-617866765", "url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480#issuecomment-617866765", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]</script>
Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] Solaris (#480)

David T Lewis
In reply to this post by David T Lewis
 

Closed #480.


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

<script type="application/ld+json">[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480#event-3261277606", "url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/480#event-3261277606", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]</script>