Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219516 - sys-apps/busybox-1.10 - include/libbb.h:300: warning: left shift count >= width of type
Summary: sys-apps/busybox-1.10 - include/libbb.h:300: warning: left shift count >= wid...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-27 18:41 UTC by Jeroen Roovers (RETIRED)
Modified: 2008-06-04 17:30 UTC (History)
1 user (show)

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 2008-04-27 18:41:23 UTC
include/libbb.h:300: warning: left shift count >= width of type
include/libbb.h:301: warning: left shift count >= width of type

sys-apps/busybox-1.9 doesn't display this warning. sys-apps/busybox-1.10 shows it for anything that includes include/libbb.h.

An HPPA's /usr/include/asm/signal.h says:
#define SIGALRM         14
#define SIGVTALRM       20
#define SIGXCPU         33
#define SIGXFSZ         34

as compared to an x86's:

#define SIGALRM         14
#define SIGVTALRM       26
#define SIGXCPU         24
#define SIGXFSZ         25
Comment 1 SpanKY gentoo-dev 2008-04-28 06:47:32 UTC
upstream has addressed this in trunk:
http://busybox.net/cgi-bin/viewcvs.cgi/trunk/busybox/include/libbb.h?rev=21580&r1=21539&r2=21580
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-06-04 05:34:34 UTC
Is it time yet to mark 1.10.1-r2 stable?

*busybox-1.10.1-r2 (30 Apr 2008)

  30 Apr 2008; <solar@gentoo.org> -busybox-1.10.1-r1.ebuild,
  +busybox-1.10.1-r2.ebuild:
  - update patches from busybox.net. Fixes hppa compile bug 219516
Comment 3 solar (RETIRED) gentoo-dev 2008-06-04 11:54:34 UTC
Mark stable on hppa when you are happy with it.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2008-06-04 17:30:45 UTC
Stable. Fixed.