Opened 12 years ago
Closed 12 years ago
#554 closed defect (wontfix)
privoxy (id: privoxy: Einen solchen Benutzer gibt es nicht)
Reported by: | datenmaulwurf@… | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | packages | Version: | |
Keywords: | Cc: |
Description
Compileerror on Debian Sarge kernel 2.4:
bob:/usr/src/openwrt/openwrt# make package/privoxy-compile V=99
[...]
Installing templates to /usr/src/openwrt/openwrt/build_mipsel/privoxy-3.0.3-stable/ipkg-install/etc/templates
id: privoxy: Einen solchen Benutzer gibt es nicht
WARNING! WARNING! installing config files as root!
It is strongly recommended to run privoxy as a non-root user,
and to install the config files as that user and/or group!
Please read INSTALL, and create a privoxy user and group!
*
make[4]: * [install] Fehler 1
make[4]: Leaving directory `/usr/src/openwrt/openwrt/build_mipsel/privoxy-3.0.3-stable'
make[3]: * /usr/src/openwrt/openwrt/build_mipsel/privoxy-3.0.3-stable/.built Fehler 2
make[3]: Leaving directory `/usr/src/openwrt/openwrt/package/privoxy'
make[2]: * [compile] Fehler 2
make[2]: Leaving directory `/usr/src/openwrt/openwrt/package/privoxy'
make[1]: * [privoxy-compile] Fehler 2
make[1]: Leaving directory `/usr/src/openwrt/openwrt/package'
make: * [package/privoxy-compile] Fehler 2
Thanks a lot for a software (OpenWrt) like this !!! :)
d@tenmaulwurf
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by nico
comment:2 Changed 12 years ago by anonymous
yes, I am.
comment:3 Changed 12 years ago by nico
- Resolution set to wontfix
- Status changed from new to closed
The error is triggered by the upstream Makefile. The package should build fine when the build process is run as a normal user.
You are running the build process as root, aren't you?