Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: cab-0.1.10 is available
https://bugzilla.redhat.com/show_bug.cgi?id=788515
Summary: cab-0.1.10 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: cab
AssignedTo: petersen(a)redhat.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 0.1.10
Current version in Fedora Rawhide: 0.1.9
URL: http://hackage.haskell.org/packages/archive/cab/
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
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1140914
Ben Boeckel <mathstuf(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|MODIFIED |CLOSED
Resolution|--- |RAWHIDE
Flags|needinfo?(mathstuf(a)gmail.co |
|m) |
|needinfo?(mathstuf(a)gmail.co |
|m) |
Last Closed| |2015-07-19 12:41:13
--
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=8lnyDCAh9w&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1195231
Bug ID: 1195231
Summary: ghc-7.8.4 build fails to complete on aarch64
Product: Fedora
Version: 22
Component: ghc
Assignee: petersen(a)redhat.com
Reporter: petersen(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: bos(a)serpentine.com,
haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Description of problem:
ghc-7.8 builds fail towards the end during %install with a terse error:
ghc-cabal: Installed package ID not registered: "ghc-prim-0.3.1.0-inplace"
Version-Release number of selected component (if applicable):
ghc-7.8.4-39.1.fc22
How reproducible:
100%
Steps to Reproduce:
1. rpmbuild on arm64
Actual results:
```
"inplace/bin/ghc-cabal" copy libraries/haskell2010 dist-install "strip"
'/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64' '/usr'
'/usr/lib64/ghc-7.8.4' '/usr/share/doc/ghc/html/libraries' 'v dyn '
Installing library in
/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64/usr/lib64/ghc-7.8.4/haskell2010-1.1.2.0
"/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64/usr/lib64/ghc-7.8.4/bin/ghc-pkg"
--force --global-package-db
"/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64/usr/lib64/ghc-7.8.4/package.conf.d"
update rts/dist/package.conf.install
Reading package info from "rts/dist/package.conf.install" ... done.
rts-1.0: Warning: library-dirs: /usr/lib64/ghc-7.8.4/rts-1.0 doesn't exist or
isn't a directory
rts-1.0: Warning: include-dirs: /usr/lib64/ghc-7.8.4/include doesn't exist or
isn't a directory
rts-1.0: cannot find any of
["libHSrts.a","libHSrts.p_a","libHSrts-ghc7.8.4.so","libHSrts-ghc7.8.4.dylib","HSrts-ghc7.8.4.dll"]
on library path (ignoring)
"inplace/bin/ghc-cabal" register libraries/ghc-prim dist-install
"/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64/usr/lib64/ghc-7.8.4/bin/ghc"
"/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64/usr/lib64/ghc-7.8.4/bin/ghc-pkg"
"/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64/usr/lib64/ghc-7.8.4"
'/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64' '/usr'
'/usr/lib64/ghc-7.8.4' '/usr/share/doc/ghc/html/libraries' NO
Warning: cannot determine version of
/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64/usr/lib64/ghc-7.8.4/bin/ghc-pkg
:
""
Registering ghc-prim-0.3.1.0...
"inplace/bin/ghc-cabal" register libraries/integer-gmp dist-install
"/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64/usr/lib64/ghc-7.8.4/bin/ghc"
"/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64/usr/lib64/ghc-7.8.4/bin/ghc-pkg"
"/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64/usr/lib64/ghc-7.8.4"
'/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64' '/usr'
'/usr/lib64/ghc-7.8.4' '/usr/share/doc/ghc/html/libraries' NO
Warning: cannot determine version of
/builddir/build/BUILDROOT/ghc-7.8.4-39.1.fc22.aarch64/usr/lib64/ghc-7.8.4/bin/ghc-pkg
:
""
ghc-cabal: Installed package ID not registered: "ghc-prim-0.3.1.0-inplace"
make[1]: *** [install_packages] Error 1
ghc.mk:901: recipe for target 'install_packages' failed
Makefile:71: recipe for target 'install' failed
make: *** [install] Error 2
```
Expected results:
complete build
Additional info:
The "cannot determine version of" ghc-pkg warnings look suspicious.
--
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=5cJFx5gyJY&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1156553
Bug ID: 1156553
Summary: [rfe] use dnf instead of yum
Product: Fedora
Version: rawhide
Component: cabal-rpm
Assignee: petersen(a)redhat.com
Reporter: metherid(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Description of problem:
Fedora 22 is planning to switch over to dnf from yum as per
https://fedoraproject.org/wiki/Changes/ReplaceYumWithDNF
Please switch from yum/yum-utils to dnf/dnf-plugins-core. Thanks!
--
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=b7hgfhjw7o&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=788030
Dennis Gilmore <dennis(a)ausil.us> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|dennis(a)ausil.us |
--
You are receiving this mail because:
You are the assignee for the bug.