Build failed the package Asterisk 11.1 on Ubuntu 12.04

Asked by Dmitry Shegolihin

Colligues, please, help me to solve build failed issue. Or to show me direction to solve issue.

Package:
https://launchpad.net/~d-shegolihin/+archive/asterisk/+build/4297289

On my local instance ubuntu 12.04 build status is successful.

The last lines log file:

pjproject/build.mak:2: /home/dima/packages/build-area/asterisk-webrtc-11.1/res/pjproject/version.mak: No such file or directory
make[2]: *** No rule to make target `/home/dima/packages/build-area/asterisk-webrtc-11.1/res/pjproject/version.mak'. Stop.
make[1]: *** [res-dist-clean] Error 2
make[1]: Leaving directory `/build/buildd/asterisk-webrtc-11.1'
dh_auto_clean: make -j1 distclean returned exit code 2
make: *** [clean] Error 29
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules clean gave error exit status 2
******************************************************************************
Build finished at 20130213-0657
FAILED [dpkg-buildpackage died]
******************************************************************************

The source log:

https://launchpadlibrarian.net/131119281/buildlog_ubuntu-precise-i386.asterisk-webrtc_1%3A11.1-1_FAILEDTOBUILD.txt.gz

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
William Grant
Solved:
Last query:
Last reply:
Revision history for this message
William Grant (wgrant) said :
#1

The package you uploaded seems to reference your home directory on your local system, which won't exist on Launchpad's builders.

Revision history for this message
Dmitry Shegolihin (d-shegolihin) said :
#2

How to fix this reference?
I don't set this reference (/home/dima/packages/) in changelog, control and rules configs.

Where set reference to Launchpad's builders.

Thanks,

Revision history for this message
Best William Grant (wgrant) said :
#3

grep

Revision history for this message
Dmitry Shegolihin (d-shegolihin) said :
#4

OK, thank you!

Revision history for this message
Dmitry Shegolihin (d-shegolihin) said :
#5

Thanks William Grant, that solved my question.