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

Remove unnecessary tar arguments #2282

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Conversation

rtorrero
Copy link
Contributor

@rtorrero rtorrero commented Feb 9, 2024

Description

This PR should fix the current build issue

[  120s] ** (UndefinedFunctionError) function :expo_plural_forms_parser.parse/1 is undefined (module :expo_plural_forms_parser is not available)
[  120s]     :expo_plural_forms_parser.parse([{:nplurals, 1}, {:=, 1}, {:int, 1, 2}, {:";", 1}, {:plural, 1}, {:=, 1}, {:"(", 1}, {:n, 1}, {:>, 1}, {:int, 1, 1}, {:")", 1}, {:";", 1}, {:"$end", 1}])
[  120s]     lib/expo/plural_forms.ex:56: Expo.PluralForms.parse/1
[  120s]     lib/expo/plural_forms/known.ex:158: anonymous fn/1 in :elixir_compiler_7._MODULE_/1
[  120s]     (elixir 1.15.7) lib/enum.ex:1693: Enum."-map/2-lists^map/1-1-"/2
[  120s]     (elixir 1.15.7) lib/map.ex:262: Map.new_from_enum/2
[  120s]     lib/expo/plural_forms/known.ex:156: (module)
[  120s] could not compile dependency :expo, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile expo --force", update it with "mix deps.update expo" or clean it with "mix deps.clean expo"
[5:40 PM](https://suse.slack.com/archives/D02CMRD2FGF/p1707414050789019)

that we are having in OBS while building the package. After doing some manual tests it would seem that using this arguments leads to an unusable deps.tar.gz, while removing them seems to work.

After that, I confirmed with my fork that removing these arguments leads to OBS building the package correctly.

@rtorrero rtorrero merged commit c9ee019 into main Feb 9, 2024
24 checks passed
@rtorrero rtorrero deleted the remove-tar-arguments-deps branch February 9, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants