Opened 15 years ago

Closed 9 years ago

#21197 closed defect (fixed)

privoxy configure error: The given value 'privoxy' does not match group entry

Reported by: me@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.99
Keywords: Cc: phantom@…
Port: privoxy

Description (last modified by mf2k (Frank Schima))

OSX 10.6
XCode 3.2
MacPorts 1.8.99
albino:~ gyaresu$ sudo port install privoxy
--->  Computing dependencies for privoxy
--->  Configuring privoxy
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_privoxy/work/privoxy-3.0.12-stable" && ./configure --prefix=/opt/local --with-user=privoxy --with-group=privoxy --sysconfdir=/opt/local/etc/privoxy --mandir=/opt/local/share/man --enable-dynamic-pcre --enable-zlib " returned error 1
Command output: checking build system type... i386-apple-darwin10.0.0
checking host system type... i386-apple-darwin10.0.0
checking for gcc... /usr/bin/gcc-4.2
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for gawk... gawk
checking for gdb... yes
checking for groups... /usr/bin/groups
checking for id... /usr/bin/id
checking for user... privoxy
checking for group... privoxy
configure: error: The given value 'privoxy' does not match group entry

Error: Status 1 encountered during processing.

Change History (6)

comment:1 Changed 15 years ago by me@…

albino:~ gyaresu$ sudo port install privoxy
--->  Computing dependencies for privoxy
--->  Configuring privoxy
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_privoxy/work/privoxy-3.0.12-stable" && ./configure --prefix=/opt/local --with-user=privoxy --with-group=privoxy --sysconfdir=/opt/local/etc/privoxy --mandir=/opt/local/share/man --enable-dynamic-pcre --enable-zlib " returned error 1
Command output: checking build system type... i386-apple-darwin10.0.0
checking host system type... i386-apple-darwin10.0.0
checking for gcc... /usr/bin/gcc-4.2
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for gawk... gawk
checking for gdb... yes
checking for groups... /usr/bin/groups
checking for id... /usr/bin/id
checking for user... privoxy
checking for group... privoxy
configure: error: The given value 'privoxy' does not match group entry

Error: Status 1 encountered during processing.

comment:2 Changed 15 years ago by mf2k (Frank Schima)

Description: modified (diff)
Keywords: Privoxy removed
Port: privoxy added; privoxy-3.0.12-stable removed

comment:3 Changed 15 years ago by dominik.krebs@…

sudo dscl . delete /users/privoxy
sudo dscl . delete /groups/privoxy

... does the trick!

comment:4 Changed 14 years ago by bitmail@…

Well, building privoxy 3.0.16 (latest stable) on OSX 10.5.8 PPC still fails with the same error message related to either "group" or "user" privoxy. Running dscl showed that neither a user or a group named "privoxy" are present. Manually adding them with dscl before retrying to build privoxy still didn't fix the issue. Rather disappointing, given the age of the ticket. Are the

--with-user=privoxy --with-group=privoxy

configure arguments really necessary?

comment:5 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: phantom@… added
Summary: The given value 'privoxy' does not match group entryprivoxy configure error: The given value 'privoxy' does not match group entry

Has duplicate #31856.

comment:6 Changed 9 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

Probably fixed by r96085; reopen if not.

Note: See TracTickets for help on using tickets.