Skip to content

Conversation

@mannreis
Copy link
Owner

It seems that dpkg-buildpackage creates the .buildinfo and .changes files in ../, and the .buildinfo is not seen in deb_packaging directory:

 dpkg-genbuildinfo -udeb_packages --build=binary -O../xrootd_20220622-751c5fc46_amd64.buildinfo
 dpkg-genchanges -udeb_packages --build=binary -O../xrootd_20220622-751c5fc46_amd64.changes
dpkg-genchanges: error: cannot fstat file deb_packages/xrootd_20220622-751c5fc46_amd64.buildinfo: No such file or directory
dpkg-buildpackage: error: dpkg-genchanges -udeb_packages --build=binary -O../xrootd_20220622-751c5fc46_amd64.changes subprocess returned exit status 255

these changes will produce the following instructions:

dpkg-genbuildinfo -udeb_packages --build=binary -Odeb_packages/xrootd_20220623-9a7325187_amd64.buildinfo
dpkg-genchanges -udeb_packages --build=binary -Odeb_packages/xrootd_20220623-9a7325187_amd64.changes

It seems that dpkg-buildpackage creates the .buildinfo and .changes files in ../, and the .buildinfo is not seen in `deb_packaging` directory:

```
 dpkg-genbuildinfo -udeb_packages --build=binary -O../xrootd_20220622-751c5fc46_amd64.buildinfo
 dpkg-genchanges -udeb_packages --build=binary -O../xrootd_20220622-751c5fc46_amd64.changes
dpkg-genchanges: error: cannot fstat file deb_packages/xrootd_20220622-751c5fc46_amd64.buildinfo: No such file or directory
dpkg-buildpackage: error: dpkg-genchanges -udeb_packages --build=binary -O../xrootd_20220622-751c5fc46_amd64.changes subprocess returned exit status 255
```

these changes will produce the following instructions:
```
dpkg-genbuildinfo -udeb_packages --build=binary -Odeb_packages/xrootd_20220623-9a7325187_amd64.buildinfo
dpkg-genchanges -udeb_packages --build=binary -Odeb_packages/xrootd_20220623-9a7325187_amd64.changes
```
@mannreis mannreis force-pushed the master branch 2 times, most recently from 9d57b7e to b125c81 Compare October 25, 2022 14:12
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.

2 participants