Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

erlang: Update to 27.1.3 #4554

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

androidnisse
Copy link
Contributor

Summary

  • Release notes can be found here.

Test Plan

  • Compiled an ran a hello world program.

Checklist

  • Package was built and tested against unstable
  • This change could gainfully be listed in the weekly sync notes once merged (Write an appropriate message in the Summary section)

Packaging notes

  • Seems to include static libraries. Needs double check.

**Summary**
- Release notes can be found [here](https://github.com/erlang/otp/releases/tag/OTP-27.1.3).
@davidjharder
Copy link
Member

It wouldn't be too hard to just delete these manually, but I don't know whether these are important to erlang somehow

pspec_x86_64.xml
128:            <Path fileType="library">/usr/lib64/erlang/erts-15.1.3/lib/internal/liberts_internal.a</Path>
129:            <Path fileType="library">/usr/lib64/erlang/erts-15.1.3/lib/internal/liberts_internal_r.a</Path>
130:            <Path fileType="library">/usr/lib64/erlang/erts-15.1.3/lib/internal/libethread.a</Path>
742:            <Path fileType="library">/usr/lib64/erlang/lib/erl_interface-5.5.2/lib/libei.a</Path>
743:            <Path fileType="library">/usr/lib64/erlang/lib/erl_interface-5.5.2/lib/libei_st.a</Path>
3572:            <Path fileType="library">/usr/lib64/erlang/usr/lib/libei.a</Path>
3573:            <Path fileType="library">/usr/lib64/erlang/usr/lib/libei_st.a</Path>

@androidnisse
Copy link
Contributor Author

It wouldn't be too hard to just delete these manually, but I don't know whether these are important to erlang somehow

pspec_x86_64.xml
128:            <Path fileType="library">/usr/lib64/erlang/erts-15.1.3/lib/internal/liberts_internal.a</Path>
129:            <Path fileType="library">/usr/lib64/erlang/erts-15.1.3/lib/internal/liberts_internal_r.a</Path>
130:            <Path fileType="library">/usr/lib64/erlang/erts-15.1.3/lib/internal/libethread.a</Path>
742:            <Path fileType="library">/usr/lib64/erlang/lib/erl_interface-5.5.2/lib/libei.a</Path>
743:            <Path fileType="library">/usr/lib64/erlang/lib/erl_interface-5.5.2/lib/libei_st.a</Path>
3572:            <Path fileType="library">/usr/lib64/erlang/usr/lib/libei.a</Path>
3573:            <Path fileType="library">/usr/lib64/erlang/usr/lib/libei_st.a</Path>

They were in the earlier package, so kinda seems they are needed.

@davidjharder
Copy link
Member

@ianmjones you maintain an erlang tool for us, do you happen to know what these static libs are for?

@ianmjones
Copy link
Contributor

Sorry, no idea I'm afraid, more of a budding Gleam user than Erlang.

@ermo
Copy link
Contributor

ermo commented Dec 12, 2024

From a cursory look, it looks like Erlang programs expect an Erlang runtime to be available.

This to me suggests that the .a files could either be removed, or (optionally) not be created in the first place (probably via a build system setting).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

Successfully merging this pull request may close these issues.

4 participants