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
https://bugzilla.redhat.com/show_bug.cgi?id=1153948
Bug ID: 1153948
Summary: ghc-happstack-server-7.3.9 is available
Product: Fedora
Version: rawhide
Component: ghc-happstack-server
Keywords: FutureFeature, Triaged
Assignee: petersen(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com, relrod(a)redhat.com
Latest upstream release: 7.3.9
Current version/release in Fedora Rawhide: 7.1.7.1-3.fc22
URL: http://hackage.haskell.org/package/happstack-server
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring Soon this service
will be implemented by a new system: https://github.com/fedora-infra/anitya/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.
--
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=UtD99sg9St&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1387904
Bug ID: 1387904
Summary: ghc-yaml-0.8.20 is available
Product: Fedora
Version: rawhide
Component: ghc-yaml
Keywords: FutureFeature, Triaged
Assignee: petersen(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com, relrod(a)redhat.com
Latest upstream release: 0.8.20
Current version/release in rawhide: 0.8.18.1-1.fc26
URL: http://hackage.haskell.org/package/yaml
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/1140/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1376305
Bug ID: 1376305
Summary: ghc-tagsoup-0.14 is available
Product: Fedora
Version: rawhide
Component: ghc-tagsoup
Keywords: FutureFeature, Triaged
Assignee: mathstuf(a)gmail.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Latest upstream release: 0.14
Current version/release in rawhide: 0.13.10-1.fc25
URL: http://hackage.haskell.org/package/tagsoup
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/967/
--
You are receiving this mail because:
You are on the CC list for the bug.
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.