Oh, forgot to post version number -
root@machine:/# apt-cache policy libceres-dev
libceres-dev:
Installed: 1.14.0-4ubuntu1.1
Candidate: 1.14.0-4ubuntu1.1
Version table:
*** 1.14.0-4ubuntu1.1 100
100 /var/lib/dpkg/status
--
You received this bug notification because you are a membe
Confirmed that I could install libceres-dev from "-proposed" on ARM64
Focal and successfully use it as a build dependency for reference
project Google Cartographer, which originally brought the missing
package to my attention.
--
You received this bug notification because you are a member of Ubun
Public bug reported:
https://launchpad.net/ubuntu/+source/ceres-
solver/1.14.0-4ubuntu1/+build/19091179
Trying to install libceres-dev after upgrading system from Bionic to
Focal, but the arm64 build is failing
I have also reported here https://github.com/ceres-solver/ceres-
solver/issues/599 -
** Patch added: "deb.diff"
https://bugs.launchpad.net/ubuntu/+source/python-pygraphviz/+bug/1834379/+attachment/5273831/+files/deb.diff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1834379
Title:
-pygraphviz (1.4~rc1-1build3) bionic; urgency=medium
+
+ * No change rebuild (LP: #1834379)
+
+ -- Emerson Knapp (aubdsk) Thu, 27 Jun 2019 17:08:25 -0700
+
python-pygraphviz (1.4~rc1-1build2) artful; urgency=medium
* No change rebuild to drop Python 3.5 support.
--
You received this bug
** Description changed:
+ [Impact]
+ python3-pygraphviz does not work for even simple use cases on armhf Bionic.
See error output in Test Case section from adding an edge to a graph.
+
+ This package is currently being used as a dependency of ROS2, which is
+ now including armhf as a target plat
Ok - I created a PPA and did a no-change rebuild (correctly to the best
of my knowledge, this is my first time uploading to a PPA)
Build:
https://launchpad.net/~emersonknapp/+archive/ubuntu/ppa/+build/17197601
If I use that build, the test file works now.
```
add-apt-repository ppa:emersonknapp/
** Description changed:
Using the following test file, and running python3 test.py, the program
raises an error. However program exits with no output as expected on
x86_64 and aarch64
```
# test.py
#!/usr/bin/env python3
import pygraphviz
graph = pygraphviz.AGraph()
grap
Public bug reported:
Using the following test file, and running python3 test.py, the program
raises an error. However program exits with no output as expected on
x86_64 and aarch64
```
# test.py
#!/usr/bin/env python3
import pygraphviz
graph = pygraphviz.AGraph()
graph.add_node('foo')
graph.add