Gentoo Archives: gentoo-dev

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

Replies