https://bugs.documentfoundation.org/show_bug.cgi?id=158995
Bug ID: 158995
Summary: sdk setup fails on linux, if hostname not installed
Product: LibreOffice
Version: 24.8.0.0 alpha0+ Master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: sdk
Assignee: [email protected]
Reporter: [email protected]
Description:
I was setting up libreoffice sdk, but running ./setsdkenv_unix showed error.
The error was `hostname` not found (kindof). Asking on irc, sberg suggested to
file an issue, because this might not be required.
Steps to Reproduce:
1. clone the libreoffice core repo
2. run `core/instdir/sdk/setsdkenv_unix` to setup sdk
3. it shows error, if hostname is not installed
Actual Results:
ERROR: could not open 'libreoffice24.8_sdk/setsdkenv_unix.sh.in' for reading at
/home/sahil/repos/libreoffice/instdir/sdk/configure.pl line 755, <STDIN> line
10.
./setsdkenv_unix: line 72: /home/sahil/libreoffice24.8_sdk//setsdkenv_unix.sh:
No such file or directory
shows this error. Line 72 uses hostname
Expected Results:
should work without hostname installed as well.
"and you might want to file an issue to get rid of the use of hostname there,
as it is not required to exist per Posix, so might be an issue for other people
too" -- sberg (IRC)
Reproducible: Always
User Profile Reset: No
Additional Info:
-
--
You are receiving this mail because:
You are the assignee for the bug.