You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Wenjie Ding (JIRA)" <ji...@apache.org> on 2016/01/06 00:19:39 UTC

[jira] [Updated] (ZOOKEEPER-2352) rpm build broke

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wenjie Ding updated ZOOKEEPER-2352:
-----------------------------------
    Attachment: rpm-tmp.G8hNUf

Attaching the script.
Thanks.

-Wenjie



> rpm build broke
> ---------------
>
>                 Key: ZOOKEEPER-2352
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2352
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.5.1
>         Environment: ubuntu 15.10
>            Reporter: Wenjie Ding
>             Fix For: 3.5.1
>
>         Attachments: rpm-tmp.G8hNUf
>
>   Original Estimate: 10h
>  Remaining Estimate: 10h
>
> rpm ‘cd’ to the BUILD directory, delete the directory it just ‘cd’ to.  What was going on from that point was that it called some script which was loading /bin/bash and crashed since ‘getcwd’ cannot access the parent directory which had been deleted.
> build output messages;
> ...
>       [rpm] + cd /tmp/zkpython_build_root/BUILD
>       [rpm] + '[' /tmp/zkpython_build_root/BUILD '!=' / ']'
>       [rpm] + rm -rf /tmp/zkpython_build_root/BUILD
>       [rpm] ++ dirname /tmp/zkpython_build_root/BUILD
>       [rpm] + mkdir -p /tmp/zkpython_build_root
>       [rpm] + mkdir /tmp/zkpython_build_root/BUILD
>       [rpm] + /usr/lib/rpm/check-buildroot
>       [rpm] shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
>       [rpm] + /usr/lib/rpm/redhat/brp-compress
>       [rpm] shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
>       [rpm] chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
>       [rpm] + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
>       [rpm] shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
>       [rpm] + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
>       [rpm] shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
>       [rpm] + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
>       [rpm] shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
>       [rpm] + /usr/lib/rpm/brp-python-bytecompile
>       [rpm] shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)