You are not logged in.
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=debThis breaks with the error message:
error: option --install-layout not recognizedHowever, 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
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
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
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
Ah, i suspected as much
"Remove it" it? The whole line, or just the --initial-layout part?
Offline
Just the --install-layout flag.
Offline
k, thanks very much ![]()
Offline