Howdy! I'm trying to install 2.4.1 (from source) on OpenBSD 2.9. When it comes to make in the ISO_8859_1_Splitter folder make stops with 'don't know how to make ././src/ISO_8859_1_Splitter.c'. That's no wonder, because the latter file is not in there. Only when I rename the file ISO_885 in the src directory to ISO_8859_1_Splitter.c everything works. But is it meant to be like that? What's going on? Ragnar
Use GNUtar instead of the tar that ships with OpenBSD to unpack the Zope release tarball. Ragnar Beer wrote:
Howdy!
I'm trying to install 2.4.1 (from source) on OpenBSD 2.9. When it comes to make in the ISO_8859_1_Splitter folder make stops with 'don't know how to make ././src/ISO_8859_1_Splitter.c'. That's no wonder, because the latter file is not in there. Only when I rename the file ISO_885 in the src directory to ISO_8859_1_Splitter.c everything works. But is it meant to be like that? What's going on?
Ragnar
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com """ Killing hundreds of birds with thousands of stones """
Thanks a lot! That solved the problem :) Cheers, Ragnar
Use GNUtar instead of the tar that ships with OpenBSD to unpack the Zope release tarball.
Ragnar Beer wrote:
Howdy!
I'm trying to install 2.4.1 (from source) on OpenBSD 2.9. When it comes to make in the ISO_8859_1_Splitter folder make stops with 'don't know how to make ././src/ISO_8859_1_Splitter.c'. That's no wonder, because the latter file is not in there. Only when I rename the file ISO_885 in the src directory to ISO_8859_1_Splitter.c everything works. But is it meant to be like that? What's going on?
Ragnar
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com
""" Killing hundreds of birds with thousands of stones """
I can't reproduce this behaviour (under Linux). The Setup file in Splitter/ISO_8859_1_Splitter looks for "src/ISO_8859_1_Splitter.c" and the corresponding file is there. Andreas -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Ragnar Beer Sent: Tuesday, September 04, 2001 12:45 To: zope@zope.org Subject: [Zope] 2.4.1 install problem Howdy! I'm trying to install 2.4.1 (from source) on OpenBSD 2.9. When it comes to make in the ISO_8859_1_Splitter folder make stops with 'don't know how to make ././src/ISO_8859_1_Splitter.c'. That's no wonder, because the latter file is not in there. Only when I rename the file ISO_885 in the src directory to ISO_8859_1_Splitter.c everything works. But is it meant to be like that? What's going on? Ragnar _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Ragnar Beer wrote:
I'm trying to install 2.4.1 (from source) on OpenBSD 2.9. When it comes to make in the ISO_8859_1_Splitter folder make stops with 'don't know how to make ././src/ISO_8859_1_Splitter.c'. That's no wonder, because the latter file is not in there. Only when I rename the file ISO_885 in the src directory to ISO_8859_1_Splitter.c everything works. But is it meant to be like that? What's going on?
Nasty, ain't it? That's because it's tarred up with GNU tar, and OpenBSD tar (actually pax) doesn't support the @LongLink thingy that is needed for the long pathname. gtar or star (in ports under archivers) will work. (Actually, I'm only told star will work, I haven't tested it.) www/zope is in -current ports and will be updated to 2.4.1 tonight, probably, after I get new glasses (gotta see the screen and all) :-) -- Matt Behrens <matt.behrens@kohler.com> System Analyst, Baker Furniture
participants (4)
-
Andreas Jung -
Behrens Matt - Grand Rapids -
Chris McDonough -
Ragnar Beer