From: Marcel Holtmann <marcel@holtmann.org>
To: "Ruslan N. Marchenko" <rufferson@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: After EXTRA_DIST commit man files are not following --prefix
Date: Tue, 25 Aug 2009 07:44:16 -0700 [thread overview]
Message-ID: <1251211456.2950.89.camel@localhost.localdomain> (raw)
In-Reply-To: <a70b8cd30908250516r60256f48q7d363886af31004@mail.gmail.com>
Hi Ruslan,
> commit 8ddf2e8466abf785d7ffa3da44cf7ce8791c6297
> Author: Marcel Holtmann <marcel@holtmann.org>
> Date: Mon Aug 24 14:56:11 2009 -0700
>
> All manual pages need a special EXTRA_DIST statement
>
> man pages are not following --prefix
> I'm doing
> ./bootstrap-configure --prefix=/opt/bluez --disable-audio
> and then
> make install
> which results into
> ...
> /usr/bin/install -c -m 644 'lib/hidp.h' '/opt/bluez/include/bluetooth/hidp.h'
> test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
> /usr/bin/install -c -m 644 'rfcomm/rfcomm.1' '/usr/share/man/man1/rfcomm.1'
> /usr/bin/install: cannot create regular file
> `/usr/share/man/man1/rfcomm.1': Permission denied
> /usr/bin/install -c -m 644 'tools/hcitool.1' '/usr/share/man/man1/hcitool.1'
> /usr/bin/install: cannot create regular file
> `/usr/share/man/man1/hcitool.1': Permission denied
> /usr/bin/install -c -m 644 'tools/sdptool.1' '/usr/share/man/man1/sdptool.1'
> /usr/bin/install: cannot create regular file
> `/usr/share/man/man1/sdptool.1': Permission denied
> /usr/bin/install -c -m 644 'tools/ciptool.1' '/usr/share/man/man1/ciptool.1'
> /usr/bin/install: cannot create regular file
> `/usr/share/man/man1/ciptool.1': Permission denied
> /usr/bin/install -c -m 644 'test/rctest.1' '/usr/share/man/man1/rctest.1'
> /usr/bin/install: cannot create regular file
> `/usr/share/man/man1/rctest.1': Permission denied
> /usr/bin/install -c -m 644 'test/hciemu.1' '/usr/share/man/man1/hciemu.1'
> /usr/bin/install: cannot create regular file
> `/usr/share/man/man1/hciemu.1': Permission denied
> /usr/bin/install -c -m 644 'compat/hidd.1' '/usr/share/man/man1/hidd.1'
> /usr/bin/install: cannot create regular file
> `/usr/share/man/man1/hidd.1': Permission denied
> /usr/bin/install -c -m 644 'compat/pand.1' '/usr/share/man/man1/pand.1'
> /usr/bin/install: cannot create regular file
> `/usr/share/man/man1/pand.1': Permission denied
> /usr/bin/install -c -m 644 'compat/dund.1' '/usr/share/man/man1/dund.1'
> /usr/bin/install: cannot create regular file
> `/usr/share/man/man1/dund.1': Permission denied
> make[1]: *** [install-man1] Error 1
> make: *** [install-am] Error 2
>
> I.e. i have specific directory in /opt/bluez and compiling bluez not
> from root. But man files are tending to be installed to system prefix.
just use ./configure --mandir. Why the prefix detection is broken is
unclear to me. Maybe the dist_man_MANS causes more problems actually.
Regards
Marcel
prev parent reply other threads:[~2009-08-25 14:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-25 12:16 After EXTRA_DIST commit man files are not following --prefix Ruslan N. Marchenko
2009-08-25 14:44 ` Marcel Holtmann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1251211456.2950.89.camel@localhost.localdomain \
--to=marcel@holtmann.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=rufferson@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox