[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#440144: marked as done (linux-libc-dev: missing definition of rdtscl [linux-kernel-headers regression])



Your message dated Thu, 20 Nov 2008 18:22:06 +0100
with message-id <20081120172206.GJ26909@wavehammer.waldi.eu.org>
and subject line Closing
has caused the Debian Bug report #440144,
regarding linux-libc-dev: missing definition of rdtscl [linux-kernel-headers regression]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
440144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440144
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lcd4linux
version: 0.10.1~rc2-1
Severity: serious
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20070806 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
	then mv -f ".deps/plugin_seti.Tpo" ".deps/plugin_seti.Po"; else rm -f ".deps/plugin_seti.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/python2.4 -D_GNU_SOURCE -Wall -W -fno-strict-aliasing -g -O2 -MT plugin_statfs.o -MD -MP -MF ".deps/plugin_statfs.Tpo" -c -o plugin_statfs.o plugin_statfs.c; \
	then mv -f ".deps/plugin_statfs.Tpo" ".deps/plugin_statfs.Po"; else rm -f ".deps/plugin_statfs.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/python2.4 -D_GNU_SOURCE -Wall -W -fno-strict-aliasing -g -O2 -MT plugin_uname.o -MD -MP -MF ".deps/plugin_uname.Tpo" -c -o plugin_uname.o plugin_uname.c; \
	then mv -f ".deps/plugin_uname.Tpo" ".deps/plugin_uname.Po"; else rm -f ".deps/plugin_uname.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/python2.4 -D_GNU_SOURCE -Wall -W -fno-strict-aliasing -g -O2 -MT plugin_uptime.o -MD -MP -MF ".deps/plugin_uptime.Tpo" -c -o plugin_uptime.o plugin_uptime.c; \
	then mv -f ".deps/plugin_uptime.Tpo" ".deps/plugin_uptime.Po"; else rm -f ".deps/plugin_uptime.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/python2.4 -D_GNU_SOURCE -Wall -W -fno-strict-aliasing -g -O2 -MT plugin_wireless.o -MD -MP -MF ".deps/plugin_wireless.Tpo" -c -o plugin_wireless.o plugin_wireless.c; \
	then mv -f ".deps/plugin_wireless.Tpo" ".deps/plugin_wireless.Po"; else rm -f ".deps/plugin_wireless.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/include/python2.4 -D_GNU_SOURCE -Wall -W -fno-strict-aliasing -g -O2 -MT plugin_xmms.o -MD -MP -MF ".deps/plugin_xmms.Tpo" -c -o plugin_xmms.o plugin_xmms.c; \
	then mv -f ".deps/plugin_xmms.Tpo" ".deps/plugin_xmms.Po"; else rm -f ".deps/plugin_xmms.Tpo"; exit 1; fi
gcc -D_GNU_SOURCE -Wall -W -fno-strict-aliasing -g -O2   -o lcd4linux  lcd4linux.o cfg.o debug.o drv.o drv_generic.o evaluator.o property.o hash.o layout.o pid.o timer.o thread.o udelay.o qprintf.o rgb.o widget.o widget_text.o widget_bar.o widget_icon.o widget_keypad.o widget_timer.o widget_gpo.o plugin.o plugin_cfg.o plugin_math.o plugin_string.o plugin_test.o plugin_time.o drv_BeckmannEgle.o drv_BWCT.o drv_Crystalfontz.o drv_Curses.o drv_Cwlinux.o drv_EA232graphic.o drv_G15.o drv_HD44780.o drv_LCD2USB.o drv_LCDTerm.o drv_LEDMatrix.o drv_LPH7508.o drv_M50530.o drv_MatrixOrbital.o drv_MilfordInstruments.o drv_Noritake.o drv_NULL.o drv_picoLCD.o drv_RouterBoard.o drv_Sample.o drv_SimpleLCD.o drv_T6963.o drv_Trefon.o drv_USBHUB.o drv_USBLCD.o drv_WincorNixdorf.o drv_X11.o drv_Image.o drv_generic_text.o drv_generic_graphic.o widget_image.o drv_generic_gpio.o drv_generic_parport.o drv_generic_serial.o drv_generic_i2c.o drv_generic_keypad.o  plugin_apm.o plugin_cpuinfo.o plugin_diskstats.o plugin_dvb.o plugin_exec.o plugin_file.o plugin_i2c_sensors.o plugin_iconv.o plugin_imon.o plugin_isdn.o plugin_kvv.o plugin_loadavg.o plugin_meminfo.o plugin_mpd.o plugin_mysql.o plugin_netdev.o plugin_pop3.o plugin_ppp.o plugin_proc_stat.o plugin_python.o plugin_sample.o plugin_seti.o plugin_statfs.o plugin_uname.o plugin_uptime.o plugin_wireless.o plugin_xmms.o  -lncurses -lX11 -lgd -lusb   -lmpd -lmysqlclient -L/usr/lib/python2.4 -lpython2.4  -lpthread -ldl  -lutil -lm 
udelay.o: In function `ndelay':
/build/user/lcd4linux-0.10.1~rc2/udelay.c:184: undefined reference to `rdtscl'
/build/user/lcd4linux-0.10.1~rc2/udelay.c:187: undefined reference to `rdtscl'
collect2: ld returned 1 exit status
make[2]: *** [lcd4linux] Error 1
make[2]: Leaving directory `/build/user/lcd4linux-0.10.1~rc2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/lcd4linux-0.10.1~rc2'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/08/06

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
I don't consider this a bug. This macros defined a cpu-interface, not a
userspace-kernel interface. Also the tsc is not reliable usable by
userspace.

Bastian

-- 
Men of peace usually are [brave].
		-- Spock, "The Savage Curtain", stardate 5906.5


--- End Message ---

Reply to: