You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/12/12 21:47:24 UTC

[GitHub] [daffodil-vscode] scholarsmate opened a new issue, #383: Gracefully handle Ωedit libc.so link failures

scholarsmate opened a new issue, #383:
URL: https://github.com/apache/daffodil-vscode/issues/383

   If Ωedit is being run on a Linux system that has a different libc.so than the system it was built on, we'll get a dynamic linking exception.  We should attempt to gracefully handle that exception and inform the user that Ωedit is incompatible with the system its being run on and will need to be built from source instead.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] mbeckerle commented on issue #383: Gracefully handle Ωedit libc.so link failures

Posted by GitBox <gi...@apache.org>.
mbeckerle commented on issue #383:
URL: https://github.com/apache/daffodil-vscode/issues/383#issuecomment-1347439553

   Could this be statically linked instead? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] Shanedell commented on issue #383: Gracefully handle Ωedit libc.so link failures

Posted by "Shanedell (via GitHub)" <gi...@apache.org>.
Shanedell commented on issue #383:
URL: https://github.com/apache/daffodil-vscode/issues/383#issuecomment-1446521446

   Closing this as this will be an `omega-edit` issue now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] scholarsmate commented on issue #383: Gracefully handle Ωedit libc.so link failures

Posted by GitBox <gi...@apache.org>.
scholarsmate commented on issue #383:
URL: https://github.com/apache/daffodil-vscode/issues/383#issuecomment-1352360976

   > Could this be statically linked instead?
   
   For most dependency libraries, yes, but not for GLIBC (it's basically the kernel).  Static linking in this case is strongly discouraged.  Building on Ubuntu 20.04 LTS is a reasonable choice (and what we went with in Ωedit).  GLIBC maintains backward compatibility by versioning (via semver) its symbols.  Most Linux systems (e.g., not Alpine which uses musl libc) released on the past 2 years ought to work with binaries compiled on Ubuntu 20.04 LTS.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] scholarsmate commented on issue #383: Gracefully handle Ωedit libc.so link failures

Posted by GitBox <gi...@apache.org>.
scholarsmate commented on issue #383:
URL: https://github.com/apache/daffodil-vscode/issues/383#issuecomment-1398603692

   Ubuntu 20.04 LTS (the OS used to build the Ωedit Linux binaries) uses glibc 2.31, released February 1, 2020.  If deployed on a Linux OS that has glibc 2.31 or greater ought to be compatible.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] Shanedell closed issue #383: Gracefully handle Ωedit libc.so link failures

Posted by "Shanedell (via GitHub)" <gi...@apache.org>.
Shanedell closed issue #383: Gracefully handle Ωedit libc.so link failures
URL: https://github.com/apache/daffodil-vscode/issues/383


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] Shanedell commented on issue #383: Gracefully handle Ωedit libc.so link failures

Posted by "Shanedell (via GitHub)" <gi...@apache.org>.
Shanedell commented on issue #383:
URL: https://github.com/apache/daffodil-vscode/issues/383#issuecomment-1438780704

   @scholarsmate Shouldn't this be more of an `omega-edit` thing not a `daffodil-vscode` thing?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] scholarsmate commented on issue #383: Gracefully handle Ωedit libc.so link failures

Posted by "scholarsmate (via GitHub)" <gi...@apache.org>.
scholarsmate commented on issue #383:
URL: https://github.com/apache/daffodil-vscode/issues/383#issuecomment-1438818307

   @Shanedell, yeah, now that the server management functions have been migrated over to Ωedit, it makes sense to have the Ωedit server management handle it.  We'll need to plum error propagation so that the front-end can inform the user of the incompatibility.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org