Hi, For installation of gnowsys, we need to create two users in the system one for postgresql and one for Plone. As we can't do sudo within the installation script when running from Fink.
How can we handle this.? Regards Sandeep On Fri, Jun 19, 2009 at 12:49 AM, Alexander Hansen < [email protected]> wrote: > Sandeep Bhaskar wrote: > > Hi Alexander, > > > > Since gnowsys application bundle comes with a packaged python > > installation, the installation shell script of gnowsys invokes the > > same. So when we run the command and provide the path option, how > > exactly do we need do it. > > > > While running the configure file, we tried both > > 1. ./configure --prefix=%i > > 2. ./configure --prefix=%p > > followed by running make and make install, with same options of > > --prefix, but we still are getting the error as *"Python compiled > > modules going into Fink Install Directory"*. > > > > Can you please point out mistakes in any, in the way we provide the > > prefix options for running ./configure, make and make install. > > > > Many Thanks, > > Sandeep > > > > > ./configure --prefix=%p is turned on by default > > make install DESTDIR=%d is pretty common for the install phase--that > depends on what the package supports. > > However, that may well not change having the python modules having > hardcoded references to the build directory; especially if the build > process thinks that python actually lives there. It should really build > python stuff the way our other python module packages do. > > This package, to go in Fink, really should not use the bundle, but > instead it should have all of its dependencies installed separately and > then use the separate gnowsys source tarball. > > > > Now I remember: this package is on our submissions tracker, so we're > > not in such a good position to troubleshoot it, since we don't > > even know > > that it works at all. > > > > Your problem could possibly be due to be the following: > > > > sudo -u fink-bld [ENV] sh -c/var/tmp/tmp.2.sUoqMy > > [ -r /sw/fink/dists/local/main/finkinfo/gnowsys.patch ] > > sudo -u fink-bld [ENV] sh -c/var/tmp/tmp.3.i4zTMN > > patch -p1 < /sw/fink/dists/local/main/finkinfo/gnowsys.patch > > missing header for unified diff at line 3 of patch > > can't find file to patch at input line 3 > > Perhaps you used the wrong -p or --strip option? > > The text leading up to this was: > > -------------------------- > > |--- install.sh 2008-08-20 12:29:34.000000000 +0530 > > |+++ install_1.sh 2009-05-08 07:53:41.000000000 +0530 > > -------------------------- > > File to patch: gnowsys.patch > > gnowsys.patch: No such file or directory > > Skip this patch? [y] gnowsys > > > > However, it looks like there are other serious issues with this > > submission as well. You should contact the submitter via the email > > address listed in the Maintainer field of the .info file. > > > > -- > > Alexander Hansen > > Fink User Liaison > > > > > -- > Alexander Hansen > Fink User Liaison > >
------------------------------------------------------------------------------
_______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
