Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7175 - Privoxy - adding user/group
Summary: Privoxy - adding user/group
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-28 12:40 UTC by fbusse
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Privoxy-3.0.0 ebuild with small changes (privoxy.tar.gz,2.56 KB, application/gzip)
2002-11-15 02:15 UTC, fbusse
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fbusse 2002-08-28 12:40:40 UTC
The privoxy ebuild is missing a dependency for any textbrowser.
If you dont have links, lynx or w3 installed, the emerge of privoxy 2.9.14-beta
fails.

checking for w3m... no
checking for lynx... no
checking for links... no
configure: error: You need some kind of text browser to continue \(w3m, lynx and
links are supported\)

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 8, Exitcode 1
!!! ./configure failed
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-29 19:11:28 UTC
OK, so the new situation in portage, when you rsync, will be that links, lynx
and w3m all PROVIDE a virtual/textbrowser.

And, privoxy will DEPEND on virtual/textbrowser.  Note that if you have none
installed, it will install links for you.

Please test :)
Comment 2 fbusse 2002-08-30 01:37:35 UTC
OK, the dependency works.
But there is still one bug left:
The install-process adds the user/group privoxy, but the startscript doesn't
make any use of those, you need to add --user privoxy.privoxy to
/etc/init.d/privoxy, otherwise the new user doesn't make sense.
I think it would be also a good idea to use fixed UID's/GID's (just like NUT
does, it also needs new user/group, but it amkes use of -u/-g, so the UID will
be the same on all systems. That will not work of course if root installed an
user under this UID/GID)
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-30 05:26:45 UTC
ok, handing off to nick for the user adding issue, since the compile issue is
sorted.
Comment 4 fbusse 2002-11-15 02:15:56 UTC
Created attachment 5676 [details]
Privoxy-3.0.0 ebuild with small changes
Comment 5 fbusse 2002-11-15 02:20:25 UTC
Sorry, this ebuild was made for bug 7163, not 7175, sorry for that.