Bug 3955 - git buildroot python 2.7.1 OBSOLETE utime x86_64
Summary: git buildroot python 2.7.1 OBSOLETE utime x86_64
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-11 03:00 UTC by tspielkop
Modified: 2013-05-26 10:36 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

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