Search Criteria
Package Details: webalizer 2.23.08.20210401-5
Git Clone URL: | https://aur.archlinux.org/webalizer.git (read-only, click to copy) |
---|---|
Package Base: | webalizer |
Description: | A web server log file analysis program producing HTML reports |
Upstream URL: | http://www.webalizer.com/ |
Licenses: | GPL |
Submitter: | ilpianista |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 18 |
Popularity: | 0.000306 |
First Submitted: | 2010-11-13 15:34 (UTC) |
Last Updated: | 2021-12-23 16:34 (UTC) |
Latest Comments
1 2 3 4 Next › Last »
df8oe commented on 2022-06-30 05:02 (UTC)
It looks like url of sources has changed...
user20159 commented on 2021-04-21 17:27 (UTC) (edited on 2021-04-21 17:28 (UTC) by user20159)
Another option is to use static declarations for the affected variables, however the
extern
declaration is probably closer to the original.user20159 commented on 2021-04-21 16:36 (UTC) (edited on 2021-04-21 17:26 (UTC) by user20159)
I was able to compile again by removing the
buffer
,tmp_buf
,utsname
andhost_table
definitions from dns_resolv.c, and adding them withextern
-declarations towebalizer.h
. I don't know if using a central buffer is possible here or if this will break things, I'll need to test it yet.host_table
actually was alreadyextern
declared inhashtab.h
, so I don't know whydns_resolv.c
created it's own instance.Apparently the error is caused by GCC 10, which changed the default from
-fcommon
to-fno-common
, so the fix is close to the pre-GCC-10-behaviour: https://gcc.gnu.org/gcc-10/porting_to.html Adding-fcommon
to theCFLAGS
should also fix the issue, though.user20159 commented on 2021-04-21 14:56 (UTC) (edited on 2021-04-21 14:57 (UTC) by user20159)
I'm also getting the
multiple definition
errors when compiling. Any ideas?Furthermore,
does not exist anymore. One may use the most recent version to the current date:
(just set
_geodbver=20210401
in thePKGBUILD
)craig commented on 2021-02-25 18:11 (UTC)
I'm getting the same error. Any solutions? Thanks.
SunDoctor commented on 2020-09-21 19:39 (UTC) (edited on 2020-09-24 08:19 (UTC) by SunDoctor)
Can't build this:
foxxx0 commented on 2019-01-16 16:54 (UTC)
Hey, thanks for notifying me about this and providing the patch!
I have updated the package accordingly.
user20159 commented on 2019-01-16 16:48 (UTC) (edited on 2019-01-16 16:49 (UTC) by user20159)
geodb v20170501 has been removed from upstream. Use this patch:
ua4000 commented on 2017-06-06 07:41 (UTC)
1 2 3 4 Next › Last »