Gentoo Archives: gentoo-dev

From: Julien Allanos <dju@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Where to post bug report/questions about webapp-config?
Date: Tue, 23 Aug 2005 08:48:32
Message-Id: 20050823104539.59pdskse8wo4oooo@home.dju.elegiac.net
In Reply to: [gentoo-dev] Where to post bug report/questions about webapp-config? by Ed W
1 Quoting Ed W <lists@××××××××××.com>:
2
3 > Hi,
4 >
5 > (I previously sent this message directly to Stuart and got no reply - is
6 > there a better mailing list to discuss this stuff?)
7 >
8 > I am writing an ebuild for sql-ledger an accounting package for small
9 > businesses. I am hitting a problem with symlinks not being copied
10 > across to the virtual directory
11 >
12 > Consider the original installed dir:
13 > tb htdocs # ls -al /usr/share/webapps/sql-ledger/2.4.14/htdocs/
14 > total 115
15 > drwxr-xr-x 10 root root 1000 Jul 30 00:18 .
16 > drwxr-xr-x 7 root root 328 Jul 30 00:18 ..
17 > drwxr-xr-x 2 root root 624 Jul 30 00:18 SL
18 > -rw-r--r-- 2 root root 7 Jul 30 00:18 VERSION
19 > lrwxrwxrwx 1 root root 8 Jul 30 00:18 admin.pl -> login.pl
20 > -rwxr-xr-x 2 root root 4195 Jul 30 00:18 am.pl
21 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 ap.pl -> am.pl
22 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 ar.pl -> am.pl
23 > drwxr-xr-x 5 root root 120 Jul 30 00:18 bin
24 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 bp.pl -> am.pl
25 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 ca.pl -> am.pl
26 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 cp.pl -> am.pl
27 > drwxr-xr-x 2 root root 80 Jul 30 00:18 css
28 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 ct.pl -> am.pl
29 > -rw-r--r-- 2 root root 3638 Jul 30 00:18 favicon.ico
30 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 gl.pl -> am.pl
31 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 hr.pl -> am.pl
32 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 ic.pl -> am.pl
33 > -rw-r--r-- 2 root root 177 Jul 30 00:18 index.html
34 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 ir.pl -> am.pl
35 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 is.pl -> am.pl
36 > drwxr-xr-x 42 root root 1008 Jul 30 00:18 locale
37 > -rwxr-xr-x 2 root root 3055 Jul 30 00:18 login.pl
38 > -rw-r--r-- 2 root root 12774 Jul 30 00:18 menu.ini
39 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 menu.pl -> am.pl
40 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 oe.pl -> am.pl
41 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 pe.pl -> am.pl
42 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 ps.pl -> am.pl
43 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 rc.pl -> am.pl
44 > lrwxrwxrwx 1 root root 5 Jul 30 00:18 rp.pl -> am.pl
45 > -rwxr-xr-x 2 root root 10020 Jul 30 00:18 setup.pl
46 > drwxr-xr-x 2 root root 72 Jul 30 00:18 spool
47 > drwxr-xr-x 2 root root 3872 Jul 30 00:18 sql
48 > -rw-r--r-- 1 root root 1034 Jul 30 00:18 sql-ledger.conf
49 > -rw-r--r-- 2 root root 1034 Jul 30 00:18 sql-ledger.conf.default
50 > -rw-r--r-- 2 root root 28551 Jul 30 00:18 sql-ledger.gif
51 > -rw-r--r-- 2 root root 3594 Jul 30 00:18 sql-ledger.png
52 > drwxr-x--x 2 root root 17040 Jul 30 00:18 templates
53 > drwxr-xr-x 2 root root 112 Jul 30 00:18 users
54 >
55 >
56 > Now, see the results of using webapp-config -I:
57 >
58 > tb htdocs # ls -al /var/www/localhost/htdocs/sql-ledger/
59 > total 259
60 > drwxr-xr-x 10 root root 640 Jul 30 00:20 .
61 > drwxr-xr-x 5 root root 1408 Jul 30 00:19 ..
62 > -rw------- 1 root root 327 Jul 30 00:20 .webapp
63 > -rw-r--r-- 1 root root 139604 Jul 30 00:20 .webapp-sql-ledger-2.4.14
64 > drwxr-xr-x 2 root root 624 Jul 30 00:19 SL
65 > -rw-r--r-- 2 root root 7 Jul 30 00:18 VERSION
66 > -rwxr-xr-x 2 root root 4195 Jul 30 00:18 am.pl
67 > drwxr-xr-x 5 root root 120 Jul 30 00:19 bin
68 > drwxrwxr-x 2 apache apache 80 Jul 30 00:19 css
69 > -rw-r--r-- 2 root root 3638 Jul 30 00:18 favicon.ico
70 > -rw-r--r-- 2 root root 177 Jul 30 00:18 index.html
71 > drwxr-xr-x 42 root root 1008 Jul 30 00:19 locale
72 > -rwxr-xr-x 2 root root 3055 Jul 30 00:18 login.pl
73 > -rw-r--r-- 2 root root 12774 Jul 30 00:18 menu.ini
74 > -rwxr-xr-x 2 root root 10020 Jul 30 00:18 setup.pl
75 > drwxrwxr-x 2 apache apache 72 Jul 30 00:19 spool
76 > drwxr-xr-x 2 root root 3872 Jul 30 00:19 sql
77 > -rw-r--r-- 1 root root 1034 Jul 30 00:19 sql-ledger.conf
78 > -rw-r--r-- 2 root root 1034 Jul 30 00:18 sql-ledger.conf.default
79 > -rw-r--r-- 2 root root 28551 Jul 30 00:18 sql-ledger.gif
80 > -rw-r--r-- 2 root root 3594 Jul 30 00:18 sql-ledger.png
81 > drwxrwxr-x 2 apache apache 17040 Jul 30 00:20 templates
82 > drwxrwxr-x 2 apache apache 112 Jul 30 00:19 users
83 >
84 >
85 > Is this a known issue? Is there a workaround? Where is the correct
86 > place to discuss this...?
87 >
88 > Thanks
89 >
90 > Ed W
91
92 Please use the Gentoo Bugzilla (http://bugs.gentoo.org/) for this.
93 Assign the bug to stuart@g.o, CC-ed to web-apps@g.o.
94
95 Thanks,
96 --
97 Julien Allanos (dju`)
98 Gentoo Linux Developer (web-apps)
99 GnuPG key: 0x1EC6C6C2
100 --
101 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Where to post bug report/questions about webapp-config? Kevin <lists@×××××××××.com>