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

Build instructions for Mist on Ubuntu miss a dependency #223

Closed
amiller opened this issue Dec 31, 2014 · 2 comments
Closed

Build instructions for Mist on Ubuntu miss a dependency #223

amiller opened this issue Dec 31, 2014 · 2 comments

Comments

@amiller
Copy link

amiller commented Dec 31, 2014

The ubuntu dependencies are listed mostly by reference to this gist from obscuren:
https://gist.github.com/obscuren/fa1cc95360421194f363

https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)

Although it lists a bunch of ubuntu package dependencies, the following package is missing:
qtdeclarative5-dialogs-plugin

Without this, mist builds, but upon running mist the following error appears:
2014/12/31 10:40:07 [GUI] asset not found: you can set an alternative asset path on the command line:
panic: file:////home/amiller/go/src/github.com/ethereum/go-ethereum/cmd/mist/assets/qml/main.qml.:4 module "QtQuick.Dialogs" is not installed

This is an issue rather than an edit to the wiki because I don't want to fork/overwrite obscuren's install script without a note

@obscuren
Copy link
Contributor

obscuren commented Jan 1, 2015

The install script will be removed. There are better tools out there to install mist er ethereum :) (brew, apt-get). Feel free to update the wiki 👍

@obscuren obscuren closed this as completed Jan 1, 2015
@amiller
Copy link
Author

amiller commented Jan 1, 2015

Brew is for mac and apt-get is for binaries, so I guess the scope of this is more for dev / building from source. Regardless I've just updated the wiki to address this! Thanks

meowsbits pushed a commit to meowsbits/go-ethereum that referenced this issue Nov 16, 2020
Bit boundary fix for the DAG generation routine
maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Aug 13, 2021
* Add error message for unsupported gas price

* Nit fix

* Add error to eth_sign and fix msg
maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Dec 15, 2021
* Vendor protobuf and go extension issue PR

* Finalized the script

* Quick fix
weiihann pushed a commit to weiihann/go-ethereum that referenced this issue Feb 23, 2023
* init

* more

* more

* add L1BlockContainerAddress

* finish

* add more comments

* rename `UsingSVM` to `UsingScroll`

* update logic

* refactor(rollup): add UsingScroll into ChainConfig

* update

* update comments

* fee=l2fee+l1fee (ethereum#221)

add l1fee into calc

* improve

* format note content.

* feat(l1Fee): Add l1Fee in trace. (ethereum#223)

* Add l1fee in trace.

* Delete comment.

---------

Co-authored-by: maskpp <[email protected]>
sduchesneau pushed a commit to streamingfast/go-ethereum that referenced this issue Aug 1, 2023
set evm.Context.Random to be equal to evm.Context.Difficulty
atenjin pushed a commit to alt-research/go-ethereum that referenced this issue Apr 4, 2024
fix: ledger hardware wallet support on mac
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