Edgewall Software

Changes between Version 42 and Version 43 of TracOnGentoo


Ignore:
Timestamp:
Feb 24, 2006, 8:08:00 PM (18 years ago)
Author:
anonymous
Comment:

Hopefully make it more accurate

Legend:

Unmodified
Added
Removed
Modified
  • TracOnGentoo

    v42 v43  
    7171}}}
    7272
     73'''Note:''' portage will complain because this is NOT the right way to do it!  You need to use the newer method to unmask masked packages.  Please see http://gentoo-wiki.com/Masked for the right way to do this.
     74
    7375These are the ebuilds I'm using:
    7476{{{
     
    8284app-text/silvercity-0.9.5-r1
    8385}}}
     86
     87== My two cents, 2006-02-24 ==
     88
     89(I'm fairly good with Gentoo).
     90
     91I'm not sure berkdb needs to be set as mentioned above by another user.  You do need to choose between sqlite and postgresql though.  Newer ebuilds don't assume sqlite.  It may be a good idea to set this in /etc/portage/package.use.  This is what I put in there:
     92
     93{{{
     94www-apps/trac  enscript silvercity sqlite vhosts
     95}}}
     96
     97There may be some instructions in the output from the ebuilds along the way.  Pay attention to these.  For instance, you may get this while emerging webapp-config:
     98
     99{{{
     100 * Now that you have upgraded webapp-config, you **must** update your
     101 * config files in /etc/vhosts/webapp-config before you emerge any
     102 * packages that use webapp-config.
     103}}}
     104
     105And later, while emerging trac itself, I got this message because I enabled the vhosts USE flag:
     106
     107{{{
     108 * The 'vhosts' USE flag is switched ON
     109 * This means that Portage will not automatically run webapp-config to
     110 * complete the installation.
     111 *
     112 * To install trac-0.9.3 into a virtual host, run the following command:
     113 *
     114 *     webapp-config -I -h <host> -d trac trac 0.9.3
     115 *
     116 * For more details, see the webapp-config(8) man page
     117}}}