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

Update snapcraft.yaml to bundle the gnome-3-34 extension #378

Merged
merged 1 commit into from Jul 4, 2020

Conversation

ma8ma
Copy link
Collaborator

@ma8ma ma8ma commented Jul 4, 2020

snapcraftに新たに導入された拡張機能gnome-3-34-1804を使ってjdimを構築、頒布するようにsnapcraft.yamlを更新します。

Snapパッケージのビルドオプション

  • --disable-compat-cache-dir
  • --with-pangolayout
  • --with-xdgopen

snapcraft prime時にライブラリが欠けているとメッセージが出たので
指摘されたパッケージをバンドルします。

The 'jdim' part is missing libraries that are not included in the snap or base. They can be satisfied by adding the following entry for this part
stage-packages:
- libsigc++-2.0-0v5

関連のissue: #314

snapcraftに新たに導入された拡張機能gnome-3-34-1804[*]を使ってjdimを
構築、頒布するようにsnapcraft.yamlを更新します。

Snapパッケージのビルドオプション
* --disable-compat-cache-dir
* --with-pangolayout
* --with-xdgopen

snapcraft prime時にライブラリが欠けているとメッセージが出たので
指摘されたパッケージをバンドルします。

```
The 'jdim' part is missing libraries that are not included in the snap or base. They can be satisfied by adding the following entry for this part
stage-packages:
- libsigc++-2.0-0v5
```

[*]: https://snapcraft.io/blog/gnome-3-34-snapcraft-extension
@ma8ma ma8ma added the snap snap版に関するトピック label Jul 4, 2020
@ma8ma ma8ma added this to In progress in State of JDim-v0.3.0+ via automation Jul 4, 2020
@ma8ma ma8ma merged commit 3503e5d into JDimproved:master Jul 4, 2020
State of JDim-v0.3.0+ automation moved this from In progress to Done Jul 4, 2020
@ma8ma ma8ma deleted the update-snapcraft-gnome-ext branch July 4, 2020 05:57
ma8ma added a commit that referenced this pull request Jul 4, 2020
ma8ma added a commit that referenced this pull request Jul 4, 2020
…" (#379)

This reverts commit 3503e5d.

gnome-3-34 extensionを使ったビルドに失敗したためコミットを取り消します。

- amd64: https://build.snapcraft.io/user/JDimproved/JDim/1027980
  ```
  libtool: Version mismatch error.  This is libtool 2.4.6.44-b9b4, but the
  libtool: definition of this LT_INIT comes from libtool 2.4.6.
  libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6.44-b9b4
  libtool: and run autoconf again.
  Makefile:588: recipe for target 'jdim' failed
  ```

- i386: https://build.snapcraft.io/user/JDimproved/JDim/1027979
  ```
  Could not install snap defined in plug 'gnome-3-34-1804'.
  The missing library report may have false positives listed if those libraries are provided by the content snap.
  ```

- ppc64el: https://build.snapcraft.io/user/JDimproved/JDim/1027983
  ```
  Failed to install or refresh a snap: 'gnome-3-34-1804-sdk' does not exist or is not available on the desired channel 'latest/stable'.
  Use `snap info gnome-3-34-1804-sdk` to get a list of channels the snap is available on.
  ```

- s390x: https://build.snapcraft.io/user/JDimproved/JDim/1027984
  ```
  Failed to install or refresh a snap: 'gnome-3-34-1804-sdk' does not exist or is not available on the desired channel 'latest/stable'.
  Use `snap info gnome-3-34-1804-sdk` to get a list of channels the snap is available on.
  ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
snap snap版に関するトピック
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant