Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674698 - 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'?
Summary: net-misc/wget-1.20.1 USE=-* - src_test(): init.c:2008:14: error: 'struct opti...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2019-01-06 16:35 UTC by Jeroen Roovers (RETIRED)
Modified: 2019-01-06 16:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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....