Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 674698

Summary: net-misc/wget-1.20.1 USE=-* - src_test(): init.c:2008:14: error: 'struct options' has no member named 'hsts_file'; did you mean 'body_file'?
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: CONFIRMED ---    
Severity: normal Keywords: TESTFAILURE
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jeroen Roovers (RETIRED) gentoo-dev 2019-01-06 16:35:22 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I.  -DTESTING "-I../lib" "-I../lib"   -DNDEBUG -fre
cord-gcc-switches -g -pipe -O2 -Wall -march=amdfam10 -mtune=amdfam10 -Wno-comment -c -o libunittest_a-init.o `test -f 'init.c' || echo './'`init.c

...

init.c: In function 'cleanup':
init.c:2008:14: error: 'struct options' has no member named 'hsts_file'; did you mean 'body_file'?
   xfree (opt.hsts_file);
              ^
utils.h:55:39: note: in definition of macro 'xfree'
 #define xfree(p) do { free ((void *) (p)); p = NULL; } while (0)
                                       ^
init.c:2008:14: error: 'struct options' has no member named 'hsts_file'; did you mean 'body_file'?
   xfree (opt.hsts_file);
              ^
utils.h:55:44: note: in definition of macro 'xfree'
 #define xfree(p) do { free ((void *) (p)); p = NULL; } while (0)
                                            ^
...

make[3]: *** [Makefile:1977: libunittest_a-init.o] Error 1
make[3]: *** Waiting for unfinished jobs....