This is a cache of https://discuss.96boards.org/t/cannot-find-readable-debian-changelog-anywhere-issue-in-launching-cuttlefish/12465. It is a snapshot of the page at 2024-09-20T01:15:18.556+0000.
Cannot <strong>f</strong>ind readable debian/changelog anywhere! - Issue in launching Cuttle<strong>f</strong>ish - 96Boards <strong>f</strong>orum

Cannot find readable debian/changelog anywhere! - Issue in launching Cuttlefish

I am trying to build and launch Cuttlefish using acloud setup --host. This acloud will instal necessary packages required for Cuttlefish build. But install cuttlefish-common , getting issue with debuild command as follows:

Start to install cuttlefish-common :
git clone https://github.com/google/android-cuttlefish.git /tmp/tmp5hlay5qp/cf-common
cd /tmp/tmp5hlay5qp/cf-common
debuild -i -us -uc -b
sudo dpkg -i …/cuttlefish-common_*64.deb || sudo apt-get install -f
Enter ‘y’ to continue, otherwise N or enter to exit: y
Run command: git clone https://github.com/google/android-cuttlefish.git /tmp/tmp5hlay5qp/cf-common
cd /tmp/tmp5hlay5qp/cf-common
debuild -i -us -uc -b
sudo dpkg -i …/cuttlefish-common
*64.deb || sudo apt-get install -f
Cloning into ‘/tmp/tmp5hlay5qp/cf-common’…
remote: Enumerating objects: 123666, done.
remote: Counting objects: 100% (5765/5765), done.
remote: Compressing objects: 100% (2043/2043), done.
remote: Total 123666 (delta 3526), reused 5599 (delta 3455), pack-reused 117901
Receiving objects: 100% (123666/123666), 47.37 MiB | 16.33 MiB/s, done.
Resolving deltas: 100% (68962/68962), done.
debuild: fatal error at line 679:
cannot find readable debian/changelog anywhere!
Are you in the source code tree?
dpkg: error: cannot access archive '…/cuttlefish-common
*_*64.deb’: No such file or directory.

Please provide pointers how to resolve this issue

1 Like