[Fedora-haskell-list] [Bug 487012] New: Directory ownership problem: /etc/bash_completion.d
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Directory ownership problem: /etc/bash_completion.d
https://bugzilla.redhat.com/show_bug.cgi?id=487012
Summary: Directory ownership problem: /etc/bash_completion.d
Product: Fedora
Version: 10
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: darcs
AssignedTo: jeremy(a)hinegardner.org
ReportedBy: michel.sylvan(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, jeremy(a)hinegardner.org,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Description of problem:
darcs installs a script in /etc/bash_completion.d, but does not own the
directory or Requires: bash-completion.
Since the script can be considered a 'plug-in', and thus we should not force
bash-completion on people who do not need it, the solution ought to be to
simply own the directory in question. This is what bzr, git and rpmlint do.
Version-Release number of selected component (if applicable):
darcs-2.2.0-1.fc10
How reproducible:
Always
Steps to Reproduce:
1. Install darcs
2. rpm -ql darcs | grep bash
Actual results:
darcs does not own /etc/bash_completion.d but installs a file in it
Expected results:
darcs owns the directory as well
Additional info:
--
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.
14 years
[Fedora-haskell-list] [Bug 480422] New: ghc-gtk2hs-gtkglext %post Requires gtkglext-devel
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ghc-gtk2hs-gtkglext %post Requires gtkglext-devel
https://bugzilla.redhat.com/show_bug.cgi?id=480422
Summary: ghc-gtk2hs-gtkglext %post Requires gtkglext-devel
Product: Fedora
Version: 10
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: gtk2hs
AssignedTo: bos(a)serpentine.com
ReportedBy: loganjerry(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, bos(a)serpentine.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Description of problem:
I installed ghc-gtk2hs-gtkglext without gtkglext-devel installed. The %post
script failed. Running it by hand produced this output:
# ghc-pkg-6.8.3 update --auto-ghci-libs
/usr/lib64/ghc-6.8.3/gtk2hs-0.9.13/gtkglext.package.conf
Reading package info from
"/usr/lib64/ghc-6.8.3/gtk2hs-0.9.13/gtkglext.package.conf" ... done.
WARNING: unversioned dependencies are deprecated, and will NOT be accepted by
GHC 6.10: base
ghc-pkg: /usr/include/gtkglext-1.0 doesn't exist or isn't a directory (use
--force to override)
That directory doesn't exist unless gtkglext-devel is installed.
Version-Release number of selected component (if applicable):
ghc-gtk2hs-gtkglext-0.9.13-3.fc10.x86_64
How reproducible:
Always
Steps to Reproduce:
1. Make sure gtkglext-devel is not installed.
2. Install ghc-gtk2hs-gtkglext.
Actual results:
The %post script fails.
Expected results:
The %post script should succeed at building HSgtkglext.o.
Additional info:
--
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.
14 years, 6 months