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

Release file for ubuntu 24.10 (oracular) missing #895

Open
Mattiny opened this issue Nov 6, 2024 · 1 comment
Open

Release file for ubuntu 24.10 (oracular) missing #895

Mattiny opened this issue Nov 6, 2024 · 1 comment

Comments

@Mattiny
Copy link

Mattiny commented Nov 6, 2024

Hi,

there is no release file for ubuntu 24.10 (Oracular Oriole) available.
I installed google-drive-ocamlfuse with an earlier version of ubuntu via apt and it worked fine. Since I updated to 24.10 I have to reinstall google-drive-ocamlfuse which does not work: The release file for the "oracular" release cannot be found.

See http://ppa.launchpadcontent.net/alessandro-strada/ppa/ubuntu/dists/

Thanks a lot.

However: this is great tool. Thanks for your work here.

@yodiaditya
Copy link

yodiaditya commented Nov 10, 2024

I tried to build it on ubuntu 24.10 and got error

dune build @install

File "src/cacheData.ml", line 298, characters 24-52:
298 |          (fun (n, _) -> ExtString.String.starts_with n "x-")
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 6 [labels-omitted]): label prefix was omitted in the application of this function.
File "src/oauth2.ml", line 46, characters 10-33:
46 |           ExtString.String.exists message "CURLE_COULDNT_RESOLVE_HOST"
               ^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 6 [labels-omitted]): label sub was omitted in the application of this function.
File "src/oauth2.ml", line 47, characters 13-36:
47 |           || ExtString.String.exists message "CURLE_COULDNT_RESOLVE_PROXY"
                  ^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 6 [labels-omitted]): label sub was omitted in the application of this function.
File "src/oauth2.ml", line 50, characters 10-33:
50 |           ExtString.String.exists message "CURLE_OPERATION_TIMEOUTED"
               ^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 6 [labels-omitted]): label sub was omitted in the application of this function.
File "src/oauth2.ml", line 51, characters 13-36:
51 |           || ExtString.String.exists message "CURLE_COULDNT_CONNECT"
                  ^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 6 [labels-omitted]): label sub was omitted in the application of this function.
File "src/oauth2.ml", line 52, characters 13-36:
52 |           || ExtString.String.exists message "CURLE_SSL_CONNECT_ERROR"
                  ^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 6 [labels-omitted]): label sub was omitted in the application of this function.
File "src/oauth2.ml", line 53, characters 13-36:
53 |           || ExtString.String.exists message "CURLE_SEND_ERROR"
                  ^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 6 [labels-omitted]): label sub was omitted in the application of this function.
File "src/oauth2.ml", line 54, characters 13-36:
54 |           || ExtString.String.exists message "CURLE_RECV_ERROR"
                  ^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 6 [labels-omitted]): label sub was omitted in the application of this function

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

No branches or pull requests

2 participants