error in version_txt target in inst/Makefile.in

Bug #400005 reported by mejo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zope 2
Invalid
Undecided
Unassigned

Bug Description

Hello,

at building zope 2.12.0b2, I had issues with the makefile at inst/Makefile.in.

The version_txt target exited with an error:

[...]
running build_ext
printf "Zope 2.12.0-b2" >\
          "/tmp/buildd/zope2.12-2.12.0~b2/lib/python/Zope2/version.txt"
/bin/sh: /tmp/buildd/zope2.12-2.12.0~b2/lib/python/Zope2/version.txt: No such file or directory
make[1]: *** [version_txt] Error 1
make[1]: Leaving directory `/tmp/buildd/zope2.12-2.12.0~b2'
make: *** [install-arch] Error 2
[...]

greetings,
 jonas

Tags: zope2.12
Revision history for this message
Andreas Jung (ajung) wrote :

The only supported way for building and installing Zope 2 is using zc.buildout or easy_install - means setuptools is doing everything for you - no more makefile support. That's why the makefile in the source root has gone.

http://docs.zope.org/zope2/releases/2.12/INSTALL.html

Changed in zope2:
status: New → Invalid
Revision history for this message
Andreas Jung (ajung) wrote :

You might try your luck using zc.sourcerelease for getting a "full source release" however this approach is not supported (and not needed anymore).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.