You are not logged in.

#1 2013-09-17 12:00:33

Lord Aro
Member
Registered: 2013-07-29
Posts: 16

devscripts failing to build

Hi all

I'm trying to update/fix the devscripts package but i have run into some problems

In one line of the Makefile is:

python3 setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb

This breaks with the error message:

error: option --install-layout not recognized

However, despite there being numerous scattered references to it on the internet, i cannot find where it comes from, or which package it may be in. (I have python-setuptools, if that matters)

Which package am i missing? Or, what modifications do i need to make to the Makefile to make it work?

Offline

#2 2013-09-17 12:09:27

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,518
Website

Re: devscripts failing to build

I was going to look into this - so far I haven't installed the dependencies to try to build this, but I don't even understand your error: that line is not in the Makefile.

Can you provide the context, or where did you actually get that line?


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2013-09-17 12:45:37

Lord Aro
Member
Registered: 2013-07-29
Posts: 16

Re: devscripts failing to build

hmm, the current version is rather ancient

The version i'm trying to update to is here: http://anonscm.debian.org/gitweb/?p=col … cripts.git
The line in question is located at scripts/Makefile:95

Offline

#4 2013-09-17 14:15:18

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: devscripts failing to build

It's something that Debian patches in. They do that a lot.

http://patch-tracker.debian.org/patch/s … ayout.diff

Just remove it, it does things we don't want in Arch anyway.

Offline

#5 2013-09-17 14:51:37

Lord Aro
Member
Registered: 2013-07-29
Posts: 16

Re: devscripts failing to build

Ah, i suspected as much

"Remove it" it? The whole line, or just the --initial-layout part?

Offline

#6 2013-09-17 16:02:46

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: devscripts failing to build

Just the --install-layout flag.

Offline

#7 2013-09-17 16:15:05

Lord Aro
Member
Registered: 2013-07-29
Posts: 16

Re: devscripts failing to build

k, thanks very much smile

Offline

Board footer

Powered by FluxBB