pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/39538: Installing www/trac fails



The following reply was made to PR pkg/39538; it has been noted by GNATS.

From: Hasso Tepper <hasso%estpak.ee@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: David Brownlee <abs%netbsd.org@localhost>
Subject: Re: pkg/39538: Installing www/trac fails
Date: Mon, 15 Sep 2008 15:06:00 +0300

 David Brownlee wrote:
 > Could you try the following as /www/trac/Makefile ?
 
 This will not work at least without changing distinfo as well because it 
 downgrades the package from 0.11.1 to 0.10.5 ;). If you'd like to know 
 whether depending on databases/py-sqlite2 works then the answer is yes. 
 This little change make the www/trac to compile/install here:
 
 -PKG_SUGGESTED_OPTIONS= sqlite3
 +PKG_SUGGESTED_OPTIONS= sqlite2
 
 Although note that there are some warnings:
 
 => Checking for non-existent script interpreters in trac-0.11.1
 WARNING: [check-interpreter.mk] The interpreter "${executable}" 
 of "/usr/pkg/lib/python2.4/site-packages/trac/admin/templates/deploy_trac.cgi" 
 does not exist.
 WARNING: [check-interpreter.mk] The interpreter "${executable}" 
 of 
"/usr/pkg/lib/python2.4/site-packages/trac/admin/templates/deploy_trac.fcgi" 
 does not exist.
 WARNING: [check-interpreter.mk] The interpreter "${executable}" 
 of 
"/usr/pkg/lib/python2.4/site-packages/trac/admin/templates/deploy_trac.wsgi" 
 does not exist.
 WARNING: [check-interpreter.mk] The interpreter "/usr/bin/python" 
 of "/usr/pkg/lib/python2.4/site-packages/trac/tests/functional/__init__.py" 
 does not exist.
 WARNING: [check-interpreter.mk] The interpreter "/usr/bin/python" 
 of 
"/usr/pkg/lib/python2.4/site-packages/trac/tests/functional/better_twill.py" 
 does not exist.
 WARNING: [check-interpreter.mk] The interpreter "/usr/bin/python" 
 of "/usr/pkg/lib/python2.4/site-packages/trac/tests/functional/compat.py" 
 does not exist.
 WARNING: [check-interpreter.mk] The interpreter "/usr/bin/python" 
 of "/usr/pkg/lib/python2.4/site-packages/trac/tests/functional/testcases.py" 
 does not exist.
 WARNING: [check-interpreter.mk] The interpreter "/usr/bin/python" 
 of "/usr/pkg/lib/python2.4/site-packages/trac/tests/functional/testenv.py" 
 does not exist.
 WARNING: [check-interpreter.mk] The interpreter "/usr/bin/python" 
 of "/usr/pkg/lib/python2.4/site-packages/trac/tests/functional/tester.py" 
 does not exist.
 => Checking file permissions in trac-0.11.1
 warning: /usr/pkg/share/examples/trac/README: executable bit is set on 
 non-executable file.
 warning: /usr/pkg/share/examples/trac/sourceforge2trac.py: executable bit 
 is set on non-executable file.
 warning: /usr/pkg/share/examples/trac/trac-post-commit-hook.cmd: 
 executable bit is set on non-executable file.
 0 errors and 3 warnings.
 
 And removing installed trac package gives this:
 
 $ sudo pkg_delete trac
 pkg_delete: unable to completely remove 
 directory '/usr/pkg/lib/python2.4/site-packages/trac/wiki'
 pkg_delete: unable to completely remove 
 directory '/usr/pkg/lib/python2.4/site-packages/trac/versioncontrol'
 pkg_delete: unable to completely remove 
 directory '/usr/pkg/lib/python2.4/site-packages/trac/ticket'
 pkg_delete: unable to completely remove 
 directory '/usr/pkg/lib/python2.4/site-packages/trac'
 pkg_delete: couldn't entirely delete package `trac-0.11.1'
 $
 
 -- 
 Hasso Tepper
 


Home | Main Index | Thread Index | Old Index