Bug #16061
closedBug #16057: Packaging files for rudder-api-client in 5.0 are not correct
Debian build of rudder-api-client fails due to already existing BUILD folder
Description
10:40:58 make1: Entering directory '/usr/src/rudder-packages/package'
10:40:58 dh_testdir
10:40:58 # Add here commands to configure the package.
10:40:58 dh_testdir
10:40:58 touch build-stamp
10:40:58 find . -type f | xargs sed -i '1,1s|#!/usr/bin/python3|#!/usr/bin/python|'
10:41:10 tar -xjf SOURCES/rudder-sources.tar.bz2
10:41:14 mkdir BUILD
10:41:14 mkdir: cannot create directory 'BUILD': File exists
10:41:14 debian/rules:19: recipe for target 'build' failed
10:41:14 make1: *** [build] Error 1
10:41:14 make1: Leaving directory '/usr/src/rudder-packages/package'
10:41:14 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
Updated by Félix DALLIDET about 5 years ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET about 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2128
Updated by Félix DALLIDET about 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|5e7add1b3fe08fe9de4845c8827906580785dfed.
Updated by Alexis Mousset about 5 years ago
- Name check changed from To do to Reviewed
Updated by Alexis Mousset about 5 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ almost 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.15 which was released today.