@maderios: Done. Thanks for reporting.
Search Criteria
Package Details: wwwoffle-svn 1:2.9j+svn2260.d20241022-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wwwoffle-svn.git (read-only, click to copy) |
---|---|
Package Base: | wwwoffle-svn |
Description: | Simple caching proxy server with special features (request, recursive fetch, subscription, modify HTML, ...) for use with dial-up internet links. Includes startup scripts for OpenRC, System V init, systemd. |
Upstream URL: | http://www.gedanken.org.uk/software/wwwoffle/ |
Licenses: | GPL2 |
Conflicts: | wwwoffle, wwwoffle-openrc, wwwoffle-systemd, wwwoffle-sysvinit |
Provides: | wwwoffle, wwwoffle-openrc, wwwoffle-systemd, wwwoffle-sysvinit |
Replaces: | wwwoffle |
Submitter: | dreieck |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-01 11:34 (UTC) |
Last Updated: | 2024-11-02 13:35 (UTC) |
Dependencies (9)
- gnutls (gnutls-gitAUR)
- libgcrypt
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- subversion (make)
- openrcAUR (optional) – For openrc iniscript.
- perl (perl-gitAUR) (optional) – For 'scripts/README.CONF-html.pl' script which creates an HTML version of 'README.CONF'.
- ruby (optional) – For 'contrib/eregister/eregister' tool which indexes the cache.
- systemd (systemd-chromiumosAUR, systemd-gitAUR, systemd-fmlAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR) (optional) – For systemd init'script'.
- sysvinitAUR (sysvinit-gitAUR) (optional) – For system-V-style initscript.
Required by (0)
Sources (6)
dreieck commented on 2019-04-14 19:56 (UTC)
maderios commented on 2019-04-14 13:09 (UTC)
Please, add svn dependency. Thanks.
maderios commented on 2018-12-03 12:50 (UTC) (edited on 2018-12-03 12:51 (UTC) by maderios)
@dreieck It compiles fine now. Thanks!
dreieck commented on 2018-12-02 22:18 (UTC) (edited on 2018-12-02 22:33 (UTC) by dreieck)
@maderios:
Thanks!, that means upstream has incorporated the patch he sent to me for testing.
Great!
I removed the patch from the AUR package.
Btw.: You can format your comments here with markdown; when pasting a log include in in triple backtics on a seperate line, like this:
```
<your code>
```
or prepended with four spaces.
Code in inline text surround by a single backtick.
maderios commented on 2018-12-02 13:22 (UTC) (edited on 2018-12-02 13:24 (UTC) by maderios)
I get error
makepkg -siCc
-> Applying a patch to handle certificate related problems ... Hmm... Looks like a unified diff to me... The text leading up to this was:
|Index: src/certificates.c |=================================================================== |--- src/certificates.c (revision 2241) |+++ src/certificates.c (working copy)
patching file src/certificates.c Using Plan A... Reversed (or previously applied) patch detected! Skipping patch. Hunk #1 ignored at 805. Hunk #2 ignored at 838. Hunk #3 ignored at 896. Hunk #4 ignored at 946. Hunk #5 ignored at 1102. 5 out of 5 hunks ignored -- saving rejects to file src/certificates.c.rej done ==> ERROR: A failure occurred in prepare().
dreieck commented on 2018-08-27 17:10 (UTC)
Upstream fixed.
dreieck commented on 2018-08-27 13:20 (UTC)
@maderios: I informed the author of wwwoffle about this, and he is aware of it; for some reason compilation on his machine works fine for him.
I fixed it with a patch incorporating the proper change upstream forgot about; I think soon upstream would be fixed as well.
maderios commented on 2018-08-26 15:32 (UTC)
wwwoffle compiles successfully now. Thanks!
maderios commented on 2018-08-25 19:16 (UTC) (edited on 2018-08-25 19:18 (UTC) by maderios)
I get this error
makepkg -sicC
gcc -c -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt io.c -o io.o -I/usr/include/include -I/usr/include/gnutls/include -I/usr/include/include
io.c:774:16: error: conflicting types for ‘io_write_data’ static ssize_t io_write_data(int fd,io_context context,io_buffer iobuffer) ^~~~~~~~~~~~~ io.c:70:12: note: previous declaration of ‘io_write_data’ was here static int io_write_data(int fd,io_context context,io_buffer iobuffer); ^~~~~~~~~~~~~ io.c:70:12: warning: ‘io_write_data’ used but never defined make[1]: *** [Makefile:184: io.o] Error 1
Pinned Comments