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

resolve impossible build scenario #44

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

Conversation

cobalt2727
Copy link
Contributor

currently, attempting to follow the official documentation here results in the following:

cobalt@ideapad-flex-5:~$ git clone 'https://mpr.makedeb.org/mist'
cd mist/
makedeb -si -H 'MPR-Package: yes'
Cloning into 'mist'...
remote: Enumerating objects: 61, done.
remote: Counting objects: 100% (61/61), done.
remote: Compressing objects: 100% (61/61), done.
remote: Total 61 (delta 29), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (61/61), 6.82 KiB | 6.82 MiB/s, done.
Resolving deltas: 100% (29/29), done.
[#] Making package: mist 0.10.0-1 (Sun 04 Dec 2022 08:54:44 PM EST)
[#] Checking for missing dependencies...
[#] Installing missing dependencies...
[sudo] password for cobalt: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 satisfy:command-line : Depends: rustup but it is not installable
E: Unable to correct problems, you have held broken packages.
[!] Failed to install missing dependencies.

I've installed rustup following the script on their official site, but makedeb can't see this because it's not installed as an apt package.

@hwittenborn
Copy link
Member

rustup can be installed from the MPR, having it marked as a dependency ensures Mist can still be built in places like the PBMPR.

Does installing rustup from the MPR work for you?

@cobalt2727
Copy link
Contributor Author

I can try that when I get some spare time. Needing to install something from the MPR before being able to install the MPR manager just seems kind of backwards to me...

@cobalt2727
Copy link
Contributor Author

does the PKGBUILD spec have options for anything like a recommended package? being able to use official rustup without breaking stuff would be ideal

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

Successfully merging this pull request may close these issues.

None yet

2 participants