
Issue 122: Sdist fails http://code.google.com/p/xmonad/issues/detail?id=122 New issue report by gwern0: gwern@localhost:1019~/bin/xmonad>sdist [ 6:13PM] Building source dist for xmonad-0.6.20080127... Creating dist/src/xmonad-0.6.20080127 (and its parents) Creating dist/src/xmonad-0.6.20080127 (and its parents) Creating dist/src/xmonad-0.6.20080127/. (and its parents) Creating dist/src/xmonad-0.6.20080127/./XMonad (and its parents) copy ./XMonad.hs to dist/src/xmonad-0.6.20080127/./XMonad.hs copy ./XMonad/Main.hs to dist/src/xmonad-0.6.20080127/./XMonad/Main.hs copy ./XMonad/Core.hs to dist/src/xmonad-0.6.20080127/./XMonad/Core.hs copy ./XMonad/Config.hs to dist/src/xmonad-0.6.20080127/./XMonad/Config.hs copy ./XMonad/Layout.hs to dist/src/xmonad-0.6.20080127/./XMonad/Layout.hs copy ./XMonad/ManageHook.hs to dist/src/xmonad-0.6.20080127/./XMonad/ManageHook.hs copy ./XMonad/Operations.hs to dist/src/xmonad-0.6.20080127/./XMonad/Operations.hs copy ./XMonad/StackSet.hs to dist/src/xmonad-0.6.20080127/./XMonad/StackSet.hs Creating dist/src/xmonad-0.6.20080127/. (and its parents) copy ./Main.hs to dist/src/xmonad-0.6.20080127/./Main.hs Creating dist/src/xmonad-0.6.20080127 (and its parents) copy LICENSE to dist/src/xmonad-0.6.20080127/LICENSE Creating dist/src/xmonad-0.6.20080127 (and its parents) copy README to dist/src/xmonad-0.6.20080127/README Creating dist/src/xmonad-0.6.20080127 (and its parents) copy TODO to dist/src/xmonad-0.6.20080127/TODO Creating dist/src/xmonad-0.6.20080127 (and its parents) copy CONFIG to dist/src/xmonad-0.6.20080127/CONFIG Creating dist/src/xmonad-0.6.20080127 (and its parents) copy STYLE to dist/src/xmonad-0.6.20080127/STYLE Creating dist/src/xmonad-0.6.20080127/tests (and its parents) copy tests/loc.hs to dist/src/xmonad-0.6.20080127/tests/loc.hs Creating dist/src/xmonad-0.6.20080127/tests (and its parents) copy tests/Properties.hs to dist/src/xmonad-0.6.20080127/tests/Properties.hs Creating dist/src/xmonad-0.6.20080127/man (and its parents) copy man/xmonad.1.in to dist/src/xmonad-0.6.20080127/man/xmonad.1.in Creating dist/src/xmonad-0.6.20080127/man (and its parents) copy man/xmonad.1 to dist/src/xmonad-0.6.20080127/man/xmonad.1 Setup: man/xmonad.1: copyFile: does not exist (No such file or directory) --- xmonad.1 should be generated automatically, and not have to exist as the result of manually 'runhaskell util/GenerateManpage.hs'. Once that is done, sdist still fails: Building source dist for xmonad-0.6.20080127... Creating dist/src/xmonad-0.6.20080127 (and its parents) Creating dist/src/xmonad-0.6.20080127 (and its parents) Creating dist/src/xmonad-0.6.20080127/. (and its parents) Creating dist/src/xmonad-0.6.20080127/./XMonad (and its parents) copy ./XMonad.hs to dist/src/xmonad-0.6.20080127/./XMonad.hs copy ./XMonad/Main.hs to dist/src/xmonad-0.6.20080127/./XMonad/Main.hs copy ./XMonad/Core.hs to dist/src/xmonad-0.6.20080127/./XMonad/Core.hs copy ./XMonad/Config.hs to dist/src/xmonad-0.6.20080127/./XMonad/Config.hs copy ./XMonad/Layout.hs to dist/src/xmonad-0.6.20080127/./XMonad/Layout.hs copy ./XMonad/ManageHook.hs to dist/src/xmonad-0.6.20080127/./XMonad/ManageHook.hs copy ./XMonad/Operations.hs to dist/src/xmonad-0.6.20080127/./XMonad/Operations.hs copy ./XMonad/StackSet.hs to dist/src/xmonad-0.6.20080127/./XMonad/StackSet.hs Creating dist/src/xmonad-0.6.20080127/. (and its parents) copy ./Main.hs to dist/src/xmonad-0.6.20080127/./Main.hs Creating dist/src/xmonad-0.6.20080127 (and its parents) copy LICENSE to dist/src/xmonad-0.6.20080127/LICENSE Creating dist/src/xmonad-0.6.20080127 (and its parents) copy README to dist/src/xmonad-0.6.20080127/README Creating dist/src/xmonad-0.6.20080127 (and its parents) copy TODO to dist/src/xmonad-0.6.20080127/TODO Creating dist/src/xmonad-0.6.20080127 (and its parents) copy CONFIG to dist/src/xmonad-0.6.20080127/CONFIG Creating dist/src/xmonad-0.6.20080127 (and its parents) copy STYLE to dist/src/xmonad-0.6.20080127/STYLE Creating dist/src/xmonad-0.6.20080127/tests (and its parents) copy tests/loc.hs to dist/src/xmonad-0.6.20080127/tests/loc.hs Creating dist/src/xmonad-0.6.20080127/tests (and its parents) copy tests/Properties.hs to dist/src/xmonad-0.6.20080127/tests/Properties.hs Creating dist/src/xmonad-0.6.20080127/man (and its parents) copy man/xmonad.1.in to dist/src/xmonad-0.6.20080127/man/xmonad.1.in Creating dist/src/xmonad-0.6.20080127/man (and its parents) copy man/xmonad.1 to dist/src/xmonad-0.6.20080127/man/xmonad.1 Creating dist/src/xmonad-0.6.20080127/man (and its parents) copy man/xmonad.html to dist/src/xmonad-0.6.20080127/man/xmonad.html Setup: man/xmonad.html: copyFile: does not exist (No such file or directory) --- As far as I can grep, xmonad.html simply does not exist outside of a mention in the Cabal file. I am sending a patch to fix this. Issue attributes: Status: New Owner: ---- Labels: Type-Defect Priority-Medium -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings