Bug 85

Summary: liblockfile fails to install due to missing directories
Product: buildroot Reporter: Hunter Cobbs <hunter.cobbs>
Component: OtherAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: enhancement CC: buildroot, jacmet
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: pc-linux Target: arm-linux-gnueabi (gcc 4.2.2)
Build: 2009.02-rc3

Description Hunter Cobbs 2009-02-02 20:07:42 UTC
install -m 644 lockfile.h maillock.h /home/hcobbs/dev/src/buildroot-2009.02-rc3/ucm_build_arm/staging_dir/usr/local/include
install: target `/home/hcobbs/dev/src/buildroot-2009.02-rc3/ucm_build_arm/staging_dir/usr/local/include' is not a directory
make[1]: *** [install_common] Error 1

---------------------------------

also occurs for man1/man3
Comment 1 Peter Korsgaard 2009-02-02 21:38:49 UTC
Again, it works here with the default internal toolchain:

install -m 644 lockfile.h maillock.h /tmp/br/arm/build_arm/staging_dir/usr/include

Strange that it would use the usr/local prefix for you.