[Bug 985082] New: git annex webapp sub-command missing
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=985082
Bug ID: 985082
Summary: git annex webapp sub-command missing
Product: Fedora
Version: 19
Component: git-annex
Severity: unspecified
Priority: unspecified
Assignee: mathstuf(a)gmail.com
Reporter: sdeasey(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Description of problem:
'man git-annex' describes the sub-command 'webapp', but 'git annex webapp'
returns:
git-annex: unknown command webapp
Looks like git-annex has been built without support for the webapp command,
which is git-annex's GUI and therefore quite important. I think it depends on
the Yesod web server.
Version-Release number of selected component (if applicable):
git-annex-3.20121009-3.fc19.x86_64
How reproducible:
Always.
Steps to Reproduce:
1. git-annex webapp
Actual results:
git-annex: unknown command webapp
Expected results:
Browser should pop up pointed at locahost.
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=nFHhySpJrc&a=cc_unsubscribe
5 years, 2 months
[Bug 1427000] New: c2hs does not like gcc7 __float128
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1427000
Bug ID: 1427000
Summary: c2hs does not like gcc7 __float128
Product: Fedora
Version: rawhide
Component: gtk2hs-buildtools
Assignee: petersen(a)redhat.com
Reporter: petersen(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Description of problem:
gtk2hs packages are failing to build on i686 in F26 Rawhide with gcc7
due to the addition of a __float128 alignment directive in stddef.h.
Configuring glib-0.13.2.2...
+ '[' -x Setup ']'
+ LANG=en_US.utf8
+ ./Setup build
Building glib-0.13.2.2...
Preprocessing library glib-0.13.2.2...
gtk2hsC2hs: Error in C header file.
/usr/lib/gcc/i686-redhat-linux/7/include/stddef.h:435: (column 3) [FATAL]
>>> Syntax error!
The symbol `__float128' does not fit here.
Version-Release number of selected component (if applicable):
gtk2hs-buildtools-0.13.2.2
gcc-7.0.1-0.10.fc26
How reproducible:
100%
Steps to Reproduce:
1. try to build ghc-glib, ghc-gio, ghc-pango, ghc-gtk3, etc
Actual results:
see above
Expected results:
no failure
Additional info:
Upstream report https://github.com/gtk2hs/gtk2hs/issues/200
--
You are receiving this mail because:
You are on the CC list for the bug.
5 years, 6 months