Hmm, strange, try adding a number to the
packages/linux_make/debian/control file, it could look something like this:
Version: 0.42.5~cvs1-1
.hc
It's already there...
Andras
Note that i have packages/linux_make/build/debian (lower case)
Andras
<control>
packages/linux_make/build/debian is the template, the other is the actual file used. So it needs to be the actual file:
/home/muranyia/Download/pure-data/packages/linux_make/build//DEBIAN/control
Sorry, I'm terrible! So the actual file shows:
Version: 0.42.5-extended
Shall I change it to Version: 0.42.5~cvs1-1 ?
Andras
<control>
Yes? You don't need to ask, just try it!
.hc
Well, actually, build/DEBIAN/control is created when it's too late to change anything in it. Make package doesn't allow me to resume after error (no surprise), vut before make package there is no build directory.
Andras
/home/muranyia/Download/pure-data/packages/linux_make/build//DEBIAN/control
Sorry, I'm terrible! So the actual file shows:
Version: 0.42.5-extended
Shall I change it to Version: 0.42.5~cvs1-1 ?
Andras
<control>
Yes? You don't need to ask, just try it!
.hc
Well, actually, build/DEBIAN/control is created when it's too late to change anything in it. Make package doesn't allow me to resume after error (no surprise), vut before make package there is no build directory.
Excuse me sirs, as my last mails to the list (in various topics) got unanswered i'm wondering if i made an irreversible mistake, maybe hurt someone...? Am i considered a troll by any chance?
Thanks,
On Oct 27, 2009, at 2:15 PM, András Murányi wrote:
/home/muranyia/Download/pure-data/packages/linux_make/build//DEBIAN/ control
Sorry, I'm terrible! So the actual file shows: Version: 0.42.5-extended
Shall I change it to Version: 0.42.5~cvs1-1 ?
Andras
<control>
Yes? You don't need to ask, just try it!
.hc
Well, actually, build/DEBIAN/control is created when it's too late to change anything in it. Make package doesn't allow me to resume after error (no surprise), vut before make package there is no build directory.
Excuse me sirs, as my last mails to the list (in various topics) got unanswered i'm wondering if i made an irreversible mistake, maybe hurt someone...? Am i considered a troll by any chance?
Thanks,
Muranyi Andras
It just got lost in the email overflow. I think you need to edit packages/linux_make/debian/control, which gets copied over to build/ DEBIAN/control during then build.
.hc
----------------------------------------------------------------------------
The arc of history bends towards justice. - Dr. Martin Luther King, Jr.
/home/muranyia/Download/pure-data/packages/linux_make/build//DEBIAN/control
Sorry, I'm terrible! So the actual file shows:
Version: 0.42.5-extended
Shall I change it to Version: 0.42.5~cvs1-1 ?
Andras
<control>
Yes? You don't need to ask, just try it!
.hc
Well, actually, build/DEBIAN/control is created when it's too late to change anything in it. Make package doesn't allow me to resume after error (no surprise), vut before make package there is no build directory.
Excuse me sirs, as my last mails to the list (in various topics) got unanswered i'm wondering if i made an irreversible mistake, maybe hurt someone...? Am i considered a troll by any chance?
It just got lost in the email overflow. I think you need to edit packages/linux_make/debian/control, which gets copied over to build/DEBIAN/control during then build.
.hc
Well, once again then, the latest version that of that file i have has "Version: 0.42.5~cvs1-1". It was the resulting file during build that had "Version: 0.42.5-extended".
So: what is that i can do?
BTW i want to download all sources again and start from the beginning (to make sure i don't run into problems that are already fixed), but svn.grrrr.org still doesn't work for me.
Thanks,
On Oct 28, 2009, at 12:50 PM, András Murányi wrote:
/home/muranyia/Download/pure-data/packages/linux_make/build// DEBIAN/control
Sorry, I'm terrible! So the actual file shows: Version: 0.42.5-extended
Shall I change it to Version: 0.42.5~cvs1-1 ?
Andras
<control>
Yes? You don't need to ask, just try it!
.hc
Well, actually, build/DEBIAN/control is created when it's too late to change anything in it. Make package doesn't allow me to resume after error (no surprise), vut before make package there is no build directory.
Excuse me sirs, as my last mails to the list (in various topics) got unanswered i'm wondering if i made an irreversible mistake, maybe hurt someone...? Am i considered a troll by any chance?
It just got lost in the email overflow. I think you need to edit packages/linux_make/debian/control, which gets copied over to build/ DEBIAN/control during then build.
.hc
Well, once again then, the latest version that of that file i have has "Version: 0.42.5~cvs1-1". It was the resulting file during build that had "Version: 0.42.5- extended".
So: what is that i can do?
Do you have 'sed' installed, i.e. does /usr/bin/sed exist, or /sw/bin/ sed? You could also try commenting out the section that changes the version in packages/linux_make/Makefile. Comment out these two lines then set the version in packages/linux_make/debian/control:
sed -i 's|^Version:.*|Version: $(DEB_PD_VERSION)|' \ $(DESTDIR)/DEBIAN/control
BTW i want to download all sources again and start from the beginning (to make sure i don't run into problems that are already fixed), but svn.grrrr.org still doesn't work for me.
svn update --ignore-externals
.hc
----------------------------------------------------------------------------
"Making boring techno music is really easy with modern tools," he says, "but with live coding, boring techno is much harder." - Chris McCormick
Do you have 'sed' installed, i.e. does /usr/bin/sed exist, or /sw/bin/sed? You could also try commenting out the section that changes the version in packages/linux_make/Makefile. Comment out these two lines then set the version in packages/linux_make/debian/control:
sed -i 's|^Version:.*|Version: $(DEB_PD_VERSION)|' \ $(DESTDIR)/DEBIAN/control
BTW i want to download all sources again and start from the beginning (to make sure i don't run into problems that are already fixed), but svn.grrrr.org still doesn't work for me.
svn update --ignore-externals
.hc
Thanks. Making from the fresh sources (it seems that i only had to add -fPIC to the main makefile) i'm getting this:
install -p /home/muranyia/Download/pure-data/abstractions/mtl/1-13LP.pd \
/home/muranyia/Download/pure-data/packages/linux_make/build//usr/lib/pd/doc/5.reference/mtl install: cannot stat `/home/muranyia/Download/pure-data/abstractions/mtl/1-13LP.pd': No such file or directory make[2]: *** [mtl_install] Error 1 make[2]: Leaving directory `/home/muranyia/Download/pure-data/abstractions' make[1]: *** [abstractions_install] Error 2 make[1]: Leaving directory `/home/muranyia/Download/pure-data/packages' make: *** [install] Error 2
On Oct 28, 2009, at 3:18 PM, András Murányi wrote:
Do you have 'sed' installed, i.e. does /usr/bin/sed exist, or /sw/ bin/sed? You could also try commenting out the section that changes the version in packages/linux_make/Makefile. Comment out these two lines then set the version in packages/linux_make/debian/control:
sed -i 's|^Version:.*|Version: $(DEB_PD_VERSION)|' \ $(DESTDIR)/DEBIAN/control
BTW i want to download all sources again and start from the beginning (to make sure i don't run into problems that are already fixed), but svn.grrrr.org still doesn't work for me.
svn update --ignore-externals
.hc
Thanks. Making from the fresh sources (it seems that i only had to add -fPIC to the main makefile) i'm getting this:
install -p /home/muranyia/Download/pure-data/abstractions/mtl/ 1-13LP.pd \ /home/muranyia/Download/pure-data/packages/linux_make/build// usr/lib/pd/doc/5.reference/mtl install: cannot stat `/home/muranyia/Download/pure-data/abstractions/ mtl/1-13LP.pd': No such file or directory make[2]: *** [mtl_install] Error 1 make[2]: Leaving directory `/home/muranyia/Download/pure-data/ abstractions' make[1]: *** [abstractions_install] Error 2 make[1]: Leaving directory `/home/muranyia/Download/pure-data/ packages' make: *** [install] Error 2
Yeah, everyone's getting that because whoever is working on adding pdmtl broke the build... try removing 'pdmtl' from abstractions/ Makefile
.hc
----------------------------------------------------------------------------
I spent 33 years and four months in active military service and during that period I spent most of my time as a high class muscle man for Big Business, for Wall Street and the bankers. - General Smedley Butler