public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Where to post bug report/questions about webapp-config?
@ 2005-08-23  8:05 Ed W
  2005-08-23  8:45 ` Julien Allanos
  0 siblings, 1 reply; 6+ messages in thread
From: Ed W @ 2005-08-23  8:05 UTC (permalink / raw
  To: stuart, gentoo-dev

Hi,

(I previously sent this message directly to Stuart and got no reply - is
there a better mailing list to discuss this stuff?)

I am writing an ebuild for sql-ledger an accounting package for small
businesses.  I am hitting a problem with symlinks not being copied
across to the virtual directory

Consider the original installed dir:
tb htdocs # ls -al /usr/share/webapps/sql-ledger/2.4.14/htdocs/
total 115
drwxr-xr-x  10 root root  1000 Jul 30 00:18 .
drwxr-xr-x   7 root root   328 Jul 30 00:18 ..
drwxr-xr-x   2 root root   624 Jul 30 00:18 SL
-rw-r--r--   2 root root     7 Jul 30 00:18 VERSION
lrwxrwxrwx   1 root root     8 Jul 30 00:18 admin.pl -> login.pl
-rwxr-xr-x   2 root root  4195 Jul 30 00:18 am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ap.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ar.pl -> am.pl
drwxr-xr-x   5 root root   120 Jul 30 00:18 bin
lrwxrwxrwx   1 root root     5 Jul 30 00:18 bp.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ca.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 cp.pl -> am.pl
drwxr-xr-x   2 root root    80 Jul 30 00:18 css
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ct.pl -> am.pl
-rw-r--r--   2 root root  3638 Jul 30 00:18 favicon.ico
lrwxrwxrwx   1 root root     5 Jul 30 00:18 gl.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 hr.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ic.pl -> am.pl
-rw-r--r--   2 root root   177 Jul 30 00:18 index.html
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ir.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 is.pl -> am.pl
drwxr-xr-x  42 root root  1008 Jul 30 00:18 locale
-rwxr-xr-x   2 root root  3055 Jul 30 00:18 login.pl
-rw-r--r--   2 root root 12774 Jul 30 00:18 menu.ini
lrwxrwxrwx   1 root root     5 Jul 30 00:18 menu.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 oe.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 pe.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ps.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 rc.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 rp.pl -> am.pl
-rwxr-xr-x   2 root root 10020 Jul 30 00:18 setup.pl
drwxr-xr-x   2 root root    72 Jul 30 00:18 spool
drwxr-xr-x   2 root root  3872 Jul 30 00:18 sql
-rw-r--r--   1 root root  1034 Jul 30 00:18 sql-ledger.conf
-rw-r--r--   2 root root  1034 Jul 30 00:18 sql-ledger.conf.default
-rw-r--r--   2 root root 28551 Jul 30 00:18 sql-ledger.gif
-rw-r--r--   2 root root  3594 Jul 30 00:18 sql-ledger.png
drwxr-x--x   2 root root 17040 Jul 30 00:18 templates
drwxr-xr-x   2 root root   112 Jul 30 00:18 users


Now, see the results of using webapp-config -I:

tb htdocs # ls -al /var/www/localhost/htdocs/sql-ledger/
total 259
drwxr-xr-x  10 root   root      640 Jul 30 00:20 .
drwxr-xr-x   5 root   root     1408 Jul 30 00:19 ..
-rw-------   1 root   root      327 Jul 30 00:20 .webapp
-rw-r--r--   1 root   root   139604 Jul 30 00:20 .webapp-sql-ledger-2.4.14
drwxr-xr-x   2 root   root      624 Jul 30 00:19 SL
-rw-r--r--   2 root   root        7 Jul 30 00:18 VERSION
-rwxr-xr-x   2 root   root     4195 Jul 30 00:18 am.pl
drwxr-xr-x   5 root   root      120 Jul 30 00:19 bin
drwxrwxr-x   2 apache apache     80 Jul 30 00:19 css
-rw-r--r--   2 root   root     3638 Jul 30 00:18 favicon.ico
-rw-r--r--   2 root   root      177 Jul 30 00:18 index.html
drwxr-xr-x  42 root   root     1008 Jul 30 00:19 locale
-rwxr-xr-x   2 root   root     3055 Jul 30 00:18 login.pl
-rw-r--r--   2 root   root    12774 Jul 30 00:18 menu.ini
-rwxr-xr-x   2 root   root    10020 Jul 30 00:18 setup.pl
drwxrwxr-x   2 apache apache     72 Jul 30 00:19 spool
drwxr-xr-x   2 root   root     3872 Jul 30 00:19 sql
-rw-r--r--   1 root   root     1034 Jul 30 00:19 sql-ledger.conf
-rw-r--r--   2 root   root     1034 Jul 30 00:18 sql-ledger.conf.default
-rw-r--r--   2 root   root    28551 Jul 30 00:18 sql-ledger.gif
-rw-r--r--   2 root   root     3594 Jul 30 00:18 sql-ledger.png
drwxrwxr-x   2 apache apache  17040 Jul 30 00:20 templates
drwxrwxr-x   2 apache apache    112 Jul 30 00:19 users


Is this a known issue?  Is there a workaround?  Where is the correct
place to discuss this...?

Thanks

Ed W


-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Where to post bug report/questions about webapp-config?
  2005-08-23  8:05 [gentoo-dev] Where to post bug report/questions about webapp-config? Ed W
@ 2005-08-23  8:45 ` Julien Allanos
  2005-11-17  1:58   ` Kevin
  0 siblings, 1 reply; 6+ messages in thread
From: Julien Allanos @ 2005-08-23  8:45 UTC (permalink / raw
  To: gentoo-dev

Quoting Ed W <lists@wildgooses.com>:

> Hi,
>
> (I previously sent this message directly to Stuart and got no reply - is
> there a better mailing list to discuss this stuff?)
>
> I am writing an ebuild for sql-ledger an accounting package for small
> businesses.  I am hitting a problem with symlinks not being copied
> across to the virtual directory
>
> Consider the original installed dir:
> tb htdocs # ls -al /usr/share/webapps/sql-ledger/2.4.14/htdocs/
> total 115
> drwxr-xr-x  10 root root  1000 Jul 30 00:18 .
> drwxr-xr-x   7 root root   328 Jul 30 00:18 ..
> drwxr-xr-x   2 root root   624 Jul 30 00:18 SL
> -rw-r--r--   2 root root     7 Jul 30 00:18 VERSION
> lrwxrwxrwx   1 root root     8 Jul 30 00:18 admin.pl -> login.pl
> -rwxr-xr-x   2 root root  4195 Jul 30 00:18 am.pl
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 ap.pl -> am.pl
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 ar.pl -> am.pl
> drwxr-xr-x   5 root root   120 Jul 30 00:18 bin
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 bp.pl -> am.pl
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 ca.pl -> am.pl
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 cp.pl -> am.pl
> drwxr-xr-x   2 root root    80 Jul 30 00:18 css
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 ct.pl -> am.pl
> -rw-r--r--   2 root root  3638 Jul 30 00:18 favicon.ico
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 gl.pl -> am.pl
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 hr.pl -> am.pl
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 ic.pl -> am.pl
> -rw-r--r--   2 root root   177 Jul 30 00:18 index.html
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 ir.pl -> am.pl
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 is.pl -> am.pl
> drwxr-xr-x  42 root root  1008 Jul 30 00:18 locale
> -rwxr-xr-x   2 root root  3055 Jul 30 00:18 login.pl
> -rw-r--r--   2 root root 12774 Jul 30 00:18 menu.ini
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 menu.pl -> am.pl
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 oe.pl -> am.pl
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 pe.pl -> am.pl
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 ps.pl -> am.pl
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 rc.pl -> am.pl
> lrwxrwxrwx   1 root root     5 Jul 30 00:18 rp.pl -> am.pl
> -rwxr-xr-x   2 root root 10020 Jul 30 00:18 setup.pl
> drwxr-xr-x   2 root root    72 Jul 30 00:18 spool
> drwxr-xr-x   2 root root  3872 Jul 30 00:18 sql
> -rw-r--r--   1 root root  1034 Jul 30 00:18 sql-ledger.conf
> -rw-r--r--   2 root root  1034 Jul 30 00:18 sql-ledger.conf.default
> -rw-r--r--   2 root root 28551 Jul 30 00:18 sql-ledger.gif
> -rw-r--r--   2 root root  3594 Jul 30 00:18 sql-ledger.png
> drwxr-x--x   2 root root 17040 Jul 30 00:18 templates
> drwxr-xr-x   2 root root   112 Jul 30 00:18 users
>
>
> Now, see the results of using webapp-config -I:
>
> tb htdocs # ls -al /var/www/localhost/htdocs/sql-ledger/
> total 259
> drwxr-xr-x  10 root   root      640 Jul 30 00:20 .
> drwxr-xr-x   5 root   root     1408 Jul 30 00:19 ..
> -rw-------   1 root   root      327 Jul 30 00:20 .webapp
> -rw-r--r--   1 root   root   139604 Jul 30 00:20 .webapp-sql-ledger-2.4.14
> drwxr-xr-x   2 root   root      624 Jul 30 00:19 SL
> -rw-r--r--   2 root   root        7 Jul 30 00:18 VERSION
> -rwxr-xr-x   2 root   root     4195 Jul 30 00:18 am.pl
> drwxr-xr-x   5 root   root      120 Jul 30 00:19 bin
> drwxrwxr-x   2 apache apache     80 Jul 30 00:19 css
> -rw-r--r--   2 root   root     3638 Jul 30 00:18 favicon.ico
> -rw-r--r--   2 root   root      177 Jul 30 00:18 index.html
> drwxr-xr-x  42 root   root     1008 Jul 30 00:19 locale
> -rwxr-xr-x   2 root   root     3055 Jul 30 00:18 login.pl
> -rw-r--r--   2 root   root    12774 Jul 30 00:18 menu.ini
> -rwxr-xr-x   2 root   root    10020 Jul 30 00:18 setup.pl
> drwxrwxr-x   2 apache apache     72 Jul 30 00:19 spool
> drwxr-xr-x   2 root   root     3872 Jul 30 00:19 sql
> -rw-r--r--   1 root   root     1034 Jul 30 00:19 sql-ledger.conf
> -rw-r--r--   2 root   root     1034 Jul 30 00:18 sql-ledger.conf.default
> -rw-r--r--   2 root   root    28551 Jul 30 00:18 sql-ledger.gif
> -rw-r--r--   2 root   root     3594 Jul 30 00:18 sql-ledger.png
> drwxrwxr-x   2 apache apache  17040 Jul 30 00:20 templates
> drwxrwxr-x   2 apache apache    112 Jul 30 00:19 users
>
>
> Is this a known issue?  Is there a workaround?  Where is the correct
> place to discuss this...?
>
> Thanks
>
> Ed W

Please use the Gentoo Bugzilla (http://bugs.gentoo.org/) for this.
Assign the bug to stuart@gentoo.org, CC-ed to web-apps@gentoo.org.

Thanks,
-- 
Julien Allanos (dju`)
Gentoo Linux Developer (web-apps)
GnuPG key: 0x1EC6C6C2
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Where to post bug report/questions about webapp-config?
  2005-08-23  8:45 ` Julien Allanos
@ 2005-11-17  1:58   ` Kevin
  2005-11-17  2:17     ` Georgi Georgiev
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin @ 2005-11-17  1:58 UTC (permalink / raw
  To: gentoo-dev

Julien Allanos wrote:
> Quoting Ed W <lists@wildgooses.com>:
> 
>> Hi,
>>
>> (I previously sent this message directly to Stuart and got no reply - is
>> there a better mailing list to discuss this stuff?)
<snip>
>>
>> Is this a known issue?  Is there a workaround?  Where is the correct
>> place to discuss this...?
>>
>> Thanks
>>
>> Ed W
> 
> 
> Please use the Gentoo Bugzilla (http://bugs.gentoo.org/) for this.
> Assign the bug to stuart@gentoo.org, CC-ed to web-apps@gentoo.org.
> 

Hi Julien and everyone-

My apologies for asking here on this list, but I've followed your
request here to Ed W myself and have seen no indication that Stu is even
seeing any emails sent his way via Bugzilla.

webapp-config-1.11-r1 is broken.  Bug 101234 documents this.  This bug
was opened on 2005-08-03 11:26 PDT.  I posted my problems on 2005-11-05
07:06 PDT.  Stu has never commented on this bug at all.

I asked him questions about this bug on this list (in response to a
thread he started 5/30/05 5:11 PM EST about 1.11) on 11/6/05 6:21 AM EST
and he has not replied or acknowledged in the past 10 days.  The
aforementioned bug is going nowhere.

Has development stopped on webapp-config?  Does it need a new maintainer?

Any replies would be most welcome.

-Kevin
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Where to post bug report/questions about webapp-config?
  2005-11-17  1:58   ` Kevin
@ 2005-11-17  2:17     ` Georgi Georgiev
  2005-11-18 13:16       ` Kevin
  0 siblings, 1 reply; 6+ messages in thread
From: Georgi Georgiev @ 2005-11-17  2:17 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

maillog: 16/11/2005-20:58:44(-0500): Kevin types
...
> Has development stopped on webapp-config?  Does it need a new maintainer?

Development has far from stopped:

http://svn.gnqs.org/projects/vhost-tools

-- 
(*   Georgi Georgiev   (* When all else fails, read the              (*
*)    chutz@gg3.net    *) instructions.                              *)
(* http://www.gg3.net/ (*                                            (*

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Where to post bug report/questions about webapp-config?
  2005-11-17  2:17     ` Georgi Georgiev
@ 2005-11-18 13:16       ` Kevin
  2005-11-18 16:06         ` Georgi Georgiev
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin @ 2005-11-18 13:16 UTC (permalink / raw
  To: gentoo-dev

Georgi Georgiev wrote:
> maillog: 16/11/2005-20:58:44(-0500): Kevin types
> ...
> 
>>Has development stopped on webapp-config?  Does it need a new maintainer?
> 
> 
> Development has far from stopped:
> 
> http://svn.gnqs.org/projects/vhost-tools
> 

Thanks for the pointer, but how does one make use of the software there?

I see comments at this URL indicating that bug 101234 discussed in this
thread is fixed, but where is the patch with that fix?

When I browse the sources at that site, I see a config file with path:
/root/branches/stuart/webapp-config-v1/config/webapp-config that looks
very similar to the webapp-config config file in v-1.11-r1 in portage
that has the assignment (=) operator rather than the comparison (==)
operator (which is one of the problems described in bug 101234).  So
that file doesn't seem to have been fixed.

The other config file:
/root/branches/stuart/webapp-config-v2/config/webapp-config looks very
different but I know that the version of the config file is tightly
bound with the version of the software.

Is there any way that I can make use of the software that's being
developed at this URL you've listed?  Is anyone else doing this?  I
don't mind being a beta-tester.  What level of development/stability is
this software?  Alpha?  Beta?  Other?

Thanks.

-Kevin
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Where to post bug report/questions about webapp-config?
  2005-11-18 13:16       ` Kevin
@ 2005-11-18 16:06         ` Georgi Georgiev
  0 siblings, 0 replies; 6+ messages in thread
From: Georgi Georgiev @ 2005-11-18 16:06 UTC (permalink / raw
  To: gentoo-dev

maillog: 18/11/2005-08:16:33(-0500): Kevin types
> Georgi Georgiev wrote:
> > maillog: 16/11/2005-20:58:44(-0500): Kevin types
> > ...
> > 
> >>Has development stopped on webapp-config?  Does it need a new maintainer?
> > 
> > 
> > Development has far from stopped:
> > 
> > http://svn.gnqs.org/projects/vhost-tools
> > 
> 
> Thanks for the pointer, but how does one make use of the software there?
> 
> I see comments at this URL indicating that bug 101234 discussed in this
> thread is fixed, but where is the patch with that fix?
> 
> When I browse the sources at that site, I see a config file with path:
> /root/branches/stuart/webapp-config-v1/config/webapp-config that looks
> very similar to the webapp-config config file in v-1.11-r1 in portage
> that has the assignment (=) operator rather than the comparison (==)
> operator (which is one of the problems described in bug 101234).  So
> that file doesn't seem to have been fixed.
> 
> The other config file:
> /root/branches/stuart/webapp-config-v2/config/webapp-config looks very
> different but I know that the version of the config file is tightly
> bound with the version of the software.
> 
> Is there any way that I can make use of the software that's being
> developed at this URL you've listed?  Is anyone else doing this?  I
> don't mind being a beta-tester.  What level of development/stability is
> this software?  Alpha?  Beta?  Other?

Well, Gunnar Wrobel's overlay has a version of the bleeding edge
webapp-config. His overlay is at rsync://gunnarwrobel.de/wrobel-portage
and here are a few more links

about the overlay:
http://www.gunnarwrobel.de/gentoo/ebuild-rsync-server.html#sec4

the ebuilds:
http://www.gunnarwrobel.de/gentoo/OwnEbuilds.html

Do fetch the overlay, though, as you'll also need the new webapp.eclass.

Stability: no warranties yet (I was told) but it works fine if you are
prepared to pick up the pieces and glue it back together when it breaks.
Some incompatible changes were introduced in the last couple of weeks,
but the package is more than usable and seems to be stabilized.

Also check #gentoo-web for more advice. I got the feeling that testers
are welcome :) There are also a few known bugs (nothing major) that you
shouldn't bother the devs with.

-- 
/\   Georgi Georgiev   /\ I exist, therefore I am paid.              /\
\/    chutz@gg3.net    \/                                            \/
/\ http://www.gg3.net/ /\                                            /\
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-11-18 16:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-23  8:05 [gentoo-dev] Where to post bug report/questions about webapp-config? Ed W
2005-08-23  8:45 ` Julien Allanos
2005-11-17  1:58   ` Kevin
2005-11-17  2:17     ` Georgi Georgiev
2005-11-18 13:16       ` Kevin
2005-11-18 16:06         ` Georgi Georgiev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox