In Ubuntu Precise the script 'get-build-deps' is no longer present #26

Closed
wants to merge 3 commits into
from

Conversation

Projects
None yet
2 participants

bas-t commented Mar 24, 2012

Replace the call to the script with a direct 'apt-get build-dep' to get things working again.

@bas-t bas-t closed this Mar 25, 2012

Member

superm1 commented Mar 25, 2012

That won't reflect dependencies that change in packaging but aren't yet in
the distro its ran on.

Where did get build deps disappear to in precise?
On Mar 24, 2012 4:37 PM, "bas-t" <
reply@reply.github.com>
wrote:

Replace the call to the script with a direct 'apt-get build-dep' to get
things working again.

You can merge this Pull Request by running:

git pull https://github.com/bas-t/packaging patch

Or you can view, comment on it, or merge it online at:

#26

-- Commit Summary --

  • In Ubuntu Precise the script 'get-build-deps' is no longer present

-- File Changes --

M deb/build-debs.sh (2)

-- Patch Links --

https://github.com/MythTV/packaging/pull/26.patch
https://github.com/MythTV/packaging/pull/26.diff


Reply to this email directly or view it on GitHub:
#26

bas-t commented Mar 25, 2012

You are right. I closed the pull request and installed the script manually.
I will try to find the script in Precise. When I find it I will let you
know.

Op 25-03-12 14:00, superm1 schreef:

That won't reflect dependencies that change in packaging but aren't yet in
the distro its ran on.

Where did get build deps disappear to in precise?
On Mar 24, 2012 4:37 PM, "bas-t"<
reply@reply.github.com>
wrote:

Replace the call to the script with a direct 'apt-get build-dep' to get
things working again.

You can merge this Pull Request by running:

git pull https://github.com/bas-t/packaging patch

Or you can view, comment on it, or merge it online at:

#26

-- Commit Summary --

  • In Ubuntu Precise the script 'get-build-deps' is no longer present

-- File Changes --

M deb/build-debs.sh (2)

-- Patch Links --

https://github.com/MythTV/packaging/pull/26.patch
https://github.com/MythTV/packaging/pull/26.diff


Reply to this email directly or view it on GitHub:
#26


Reply to this email directly or view it on GitHub:
#26 (comment)

bas-t commented Mar 25, 2012

get-build-deps has dissapeared to /dev/null in favour of mk-build-deps, which is part of the new ubuntu-dev-tools.

EDIT: mk-build-dep is part of devscripts. Sorry, my mistake

see:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/158108
It has to be tested.
Hope this helps.

By the way, it dissapeared in Oneiric not just Precise.
See the changelog:

https://launchpad.net/ubuntu/oneiric/+source/ubuntu-dev-tools/+changelog

Member

superm1 commented Mar 26, 2012

Ah, thanks for the bug pointer. Yeah this needs to be sorted out then to
be able to support both. If you come up with a diff to support
mk-build-deps, please feel free to submit another pull request!

On Sun, Mar 25, 2012 at 09:48, bas-t <
reply@reply.github.com

wrote:

get-build-deps has dissapeared to /dev/null in favour of mk-build-deps,
which is part of the new ubuntu-dev-tools.
see:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/158108
It has to be tested.
Hope this helps.


Reply to this email directly or view it on GitHub:
#26 (comment)

Mario Limonciello
superm1@gmail.com

bas-t commented Mar 26, 2012

That should be easy, according to the devs "mk-build-deps -ir" is
equivalent to "get-build-deps".
I will look into this somewhewre this week.

Op 26-03-12 07:08, superm1 schreef:

Ah, thanks for the bug pointer. Yeah this needs to be sorted out then to
be able to support both. If you come up with a diff to support
mk-build-deps, please feel free to submit another pull request!

On Sun, Mar 25, 2012 at 09:48, bas-t<
reply@reply.github.com

wrote:
get-build-deps has dissapeared to /dev/null in favour of mk-build-deps,
which is part of the new ubuntu-dev-tools.
see:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/158108
It has to be tested.
Hope this helps.


Reply to this email directly or view it on GitHub:
#26 (comment)

bas-t commented Mar 26, 2012

I wrote a frame script.
Maybe you want to review it?

you can see it here: http://www.lursen.org/patch/script

bas-t commented Mar 26, 2012

I have another approach.
Just determine tehe version of devscripts that is available for a debian (based) distro
and go from there:

http://www.lursen.org/patch/script1

Member

superm1 commented Mar 26, 2012

Can you submit as a patch instead of these scripts? You should be able to
use something far simpler like this to figure out the version:

dpkg-query -s devscripts | sed '/^Version:/!d; s/Version: //'

On Mon, Mar 26, 2012 at 18:11, bas-t <
reply@reply.github.com

wrote:

I have another approach.
Just determine tehe version of devscripts that is available for a debian
(based) distro
and go from there:

http://www.lursen.org/patch/script1


Reply to this email directly or view it on GitHub:
#26 (comment)

Mario Limonciello
superm1@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment