https://bugzilla.redhat.com/show_bug.cgi?id=1110034
Bug ID: 1110034
Summary: bouncycastle-pkix - please provide EL6 and EL7
packages via EPEL
Product: Fedora
Version: rawhide
Component: bouncycastle-pkix
Assignee: puntogil(a)libero.it
Reporter: dpierce(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
jochen(a)herr-schmitt.de, msrb(a)redhat.com,
puntogil(a)libero.it
Please provide RHEL6 and RHEL7 versions of this package via the EPEL
repositories.
--
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=UFcrPiWSjm&a=cc_unsubscribe
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: aqute-bnd-1.50.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=807598
Summary: aqute-bnd-1.50.0 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: aqute-bnd
AssignedTo: jcapik(a)redhat.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
jcapik(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 1.50.0
Current version in Fedora Rawhide: 0.0.363
URL: http://github.com/bndtools/bnd/blob/master/biz.aQute.bnd/bnd.bnd
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=1122149
Bug ID: 1122149
Summary: Custom boot.properties cause serious issues
Product: Fedora
Version: 20
Component: sbt
Severity: high
Assignee: willb(a)redhat.com
Reporter: th0br0(a)mkdir.name
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org, s(a)shk.io,
willb(a)redhat.com
Description of problem:
Running sbt projects with sbt installed from Fedora's repository causes various
issues with different projects. From classpath issues to ivy2 issues to ...
Also see https://github.com/scalatest/scalatest/issues/248 for some examples.
Fix: remove Fedora sbt and install sbt as per
http://www.scala-sbt.org/release/tutorial/Manual-Installation.html
Prior to Fedora providing a custom ivy root etc. (I last tested on fc17) the
Fedora-provided sbt worked just fine AFAIR.
Version-Release number of selected component (if applicable):
only tested on 0.13.1-5.fc20
How reproducible:
Steps to Reproduce:
1. git clone https://github.com/miguno/kafka-storm-starter
2. cd kafka-storm-starter
3. sbt test
(4. disable forking or stop NetworkManager ... which somehow seems to fix the
issue)
Actual results:
[error] Uncaught exception when running tests: java.net.NoRouteToHostException:
No route to host
sbt.ForkMain$ForkError: No route to host
Expected results:
tests run
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=wpkqnjoTiO&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1112196
Bug ID: 1112196
Summary: The sbt package should use upstream launch scripts
Product: Fedora
Version: 20
Component: sbt
Assignee: willb(a)redhat.com
Reporter: code(a)oleastre.be
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org, s(a)shk.io,
willb(a)redhat.com
Description of problem:
Current fedora sbt package uses a custom launch script that does not support
options provided by upstream. You can find in the upstream rpm package at:
http://www.scala-sbt.org/0.13/tutorial/Installing-sbt-on-Linux.html
Launch scripts are available at:
https://github.com/sbt/sbt-launcher-package
Version-Release number of selected component (if applicable):
sbt-0.13.1-5.fc20
Current fedora package can probably be used to build rpm packages for some
scala based projects, but it can not be used by scala developers for their
daily job.
--
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=MXOutkGmg6&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1090765
Bug ID: 1090765
Summary: Scala projects containing the sbteclipse plugin fail
to build
Product: Fedora
Version: 20
Component: sbt
Severity: high
Assignee: willb(a)redhat.com
Reporter: gvdmer(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org, s(a)shk.io,
willb(a)redhat.com
Description of problem:
Scala project will not build in sbt 0.13.1 and Scala 2.10.3 unless I DO NOT try
to add the sbteclipse plugin (2.4.0)
Version-Release number of selected component (if applicable):
sbt 0.13.1
How reproducible:
Every time.
Steps to Reproduce:
1. "yum install -y java", "yum install -y scala", and "yum install -y sbt."
This installed OpenJDK 1.7.0_51, Scala 2.10.3, and sbt 0.13.1.
2. plugins.sbt contains the line "addSbtPlugin("com.typesafe.sbteclipse" %
"sbteclipse-plugin" % "2.4.0")"
Actual results:
Building the project generates the following error:
"sbt.ResolveException: unresolved dependency:
org.scala-lang#scala-library;2.10.3: configuration not found in
org.scala-lang#scala-library;2.10.3: 'compile'."
Expected results:
Project builds.
Additional info:
This is a problem whether the plugins.sbt is located in /project, or in
~/.sbt/0.13/plugins.
I encountered this problem attempting to build
https://github.com/liftmodules/widgets
When I comment-out the "addSbtPlugin.... sbteclipse-plugin" line from the
plugins.sbt, the build functions normally.
I recreated the problem using a simple test project that just creates a single
Scala class with a one-line print statement. The problem continues to occur
independently of whatever other plugins, repositories, or library dependencies
I define in the plugins.sbt and build.sbt files.
--
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=1ghlw6cYfy&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1083130
Bug ID: 1083130
Summary: Memory options should not be set in /usr/bin/sbt
Product: Fedora
Version: 20
Component: sbt
Assignee: willb(a)redhat.com
Reporter: rocketraman(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
skottler(a)redhat.com, willb(a)redhat.com
Description of problem:
/usr/bin/sbt sets the JVM memory options for sbt. Also, the values are not sane
-- the max perm gen size is left at the default of 64 MB which is too small.
When running the upstream version of sbt, the memory and GC options by default
are:
-Xms1024m -Xmx1024m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=128m
When running the Fedora version of sbt, the options are:
-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled
This is surprising behavior to say the least. In addition, the Fedora options
cannot be overwridden because /usr/bin/sbt does not check if JAVA_OPTS is
already defined before clobbering it.
Version-Release number of selected component (if applicable):
sbt-0.13.1-5.fc20.noarch
--
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=lrpKiQOfRe&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1021292
Bug ID: 1021292
Summary: Transaction check error when upgrading jogl2
Product: Fedora
Version: 20
Component: jogl2
Assignee: c.david86(a)gmail.com
Reporter: asaha(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: c.david86(a)gmail.com,
java-sig-commits(a)lists.fedoraproject.org
Description of problem:
# rpm -q jogl2
jogl2-2.0-0.11.rc12.fc20.x86_64
# yum -y update jogl2
Loaded plugins: langpacks, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package jogl2.x86_64 0:2.0-0.11.rc12.fc20 will be updated
---> Package jogl2.x86_64 0:2.0.2-1.fc20 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
==============================================================================================================================================================================================
Package Arch
Version Repository
Size
==============================================================================================================================================================================================
Updating:
jogl2 x86_64
2.0.2-1.fc20 updates-testing
4.0 M
Transaction Summary
==============================================================================================================================================================================================
Upgrade 1 Package
Total size: 4.0 M
Downloading packages:
Running transaction check
Running transaction test
Transaction check error:
file /usr/share/doc/jogl2/bouml from install of jogl2-2.0.2-1.fc20.x86_64
conflicts with file from package jogl2-2.0-0.11.rc12.fc20.x86_64
Error Summary
-------------
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. See above
2.
3.
Actual results:
Expected results:
Clean ugpgrade
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=YU8riko2Sl&a=cc_unsubscribe