Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 723410 - net-misc/frr-7.1-r1::frr-gentoo pimd/pim_register.c multiple errors
Summary: net-misc/frr-7.1-r1::frr-gentoo pimd/pim_register.c multiple errors
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: f0o
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-16 16:22 UTC by Samuel Bernardo
Modified: 2021-01-18 10:25 UTC (History)
1 user (show)

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


Attachments
build log (build.log,170.98 KB, text/x-log)
2020-05-16 16:22 UTC, Samuel Bernardo
Details
emerge info (emerge.info,10.11 KB, text/plain)
2020-05-18 11:34 UTC, Samuel Bernardo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Bernardo 2020-05-16 16:22:23 UTC
Created attachment 639684 [details]
build log

pimd/pim_register.c: In function ‘pim_register_join’:
pimd/pim_register.c:64:41: error: ‘TRUE’ undeclared (first use in this function)
  pim_vxlan_update_sg_reg_state(pim, up, TRUE /*reg_join*/);
                                         ^~~~
pimd/pim_register.c:64:41: note: each undeclared identifier is reported only once for each function it appears in
pimd/pim_register.c: In function ‘pim_register_stop_recv’:
pimd/pim_register.c:151:4: error: ‘FALSE’ undeclared (first use in this function); did you mean ‘FILE’?
    FALSE /*reg_join*/);
    ^~~~~
    FILE
make[1]: *** [Makefile:7115: pimd/pim_register.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from vtysh/../lib/zebra.h:58,
                 from ./lib/agentx.c:21:
/usr/include/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
 #warning "The <sys/sysctl.h> header is deprecated and will be removed."
  ^~~~~~~
In file included from ./lib/zebra.h:58,
                 from pimd/pim_rpf.c:20:
/usr/include/sys/sysctl.h:21:2: warning: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Wcpp]
 #warning "The <sys/sysctl.h> header is deprecated and will be removed."
  ^~~~~~~
pimd/pim_rpf.c: In function ‘pim_rpf_update’:
pimd/pim_rpf.c:240:18: error: ‘FALSE’ undeclared (first use in this function); did you mean ‘FILE’?
   neigh_needed = FALSE;
                  ^~~~~
                  FILE
pimd/pim_rpf.c:240:18: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:7115: pimd/pim_rpf.o] Error 1
In file included from ./lib/zebra.h:58,
Comment 1 Jonas Stein gentoo-dev 2020-05-17 19:20:22 UTC
Thank you for the report. We need to have all information at hand before ticket assignment. That is why I ask you to 
* paste the emerge info 
as described on https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
Please reopen this ticket (Status:UNCONFIRMED) afterwards.
Comment 2 Samuel Bernardo 2020-05-18 11:33:55 UTC
Hi Jonas,
Sorry you're right... I didn't notice that this ebuild was from frr-gentoo overlay.
ebuild --info in attachment.
Thanks
Comment 3 Samuel Bernardo 2020-05-18 11:34:23 UTC
Created attachment 640128 [details]
emerge info
Comment 4 Samuel Bernardo 2020-05-18 11:35:05 UTC
(In reply to Samuel Bernardo from comment #2)
> ebuild --info in attachment.

emerge --info in attachment
Comment 5 f0o 2021-01-18 10:25:17 UTC
Closing this issue, it should've been resolved a while ago but was forgotten to be updated.

If it still fails with recent packages (>7.5) let me know and I'll forward it to the FRR group