Bug 3955

Summary: git buildroot python 2.7.1 OBSOLETE utime x86_64
Product: buildroot Reporter: tspielkop
Component: OtherAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: minor CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description tspielkop 2011-07-11 03:00:42 UTC
[code]~/buildroot/output/host/usr/bin/ccache 
~/buildroot/output/host/usr/bin/x86_64-unknown-linux-uclibc-gcc  -Xlinker -export-dynamic -o python \
			Modules/python.o \
			-L. -lpython2.7 -lpthread -ldl  -lpthread -lutil   -lm  
./libpython2.7.so: warning: the use of OBSOLESCENT `utime' is discouraged, use `utimes'
~/buildroot/output/build/host-python-2.7.1/python: error while loading shared libraries: libdl.so.0: cannot open shared object file: No such file or directory
make[1]: *** [sharedmods] Error 127
make[1]: Leaving directory `~/buildroot/output/build/python-2.7.1'
make: *** [~/buildroot/output/build/python-2.7.1/.stamp_built] Error 2[/code]

Seems like it it a spelling mistake instead of utime it should be utimes.

PS.
 Buildroot: any idea what happened to the .config python 2.7.1 option that is now missing, maybe setting 2.7.2 has this error fixed.
Comment 1 Thomas Petazzoni 2013-05-26 10:36:44 UTC
host-python builds fine here, and we haven't seen other reports of this problem. Due to lack of details, I'm marking this bug as "works for me".

If you are still facing this issue with Buildroot 2013.02, please feel free to reopen this bug with more details (Buildroot configuration being used, the architecture of your build machine, etc.).