Bug 85 - liblockfile fails to install due to missing directories
Summary: liblockfile fails to install due to missing directories
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-02 20:07 UTC by Hunter Cobbs
Modified: 2009-02-02 21:38 UTC (History)
2 users (show)

See Also:
Host: pc-linux
Target: arm-linux-gnueabi (gcc 4.2.2)
Build: 2009.02-rc3


Attachments

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