Re: {Help Wanted]How to fix dependency to perl(for)

2015-01-21 Thread Jerry James
out there which can give me a hint to solve this issue. Add this to your spec file: %global __requires_exclude perl\\\(for\\\) Yes, you really do need all of those backslashes -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https

Fedora-review broken in F-21

2015-01-22 Thread Jerry James
\' + arg + '\']) return check_output(cmd).decode('utf-8').strip() # Last (cached?) output from rpmlint, list of lines. Just a heads up for you other package reviewers. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org

Re: Review request: sflphone

2015-01-22 Thread Jerry James
a list of package reviews I need. Are you willing to take the first of those in exchange for this review? That would be gap-pkg-atlasrep: https://bugzilla.redhat.com/show_bug.cgi?id=1185014. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https

Review swaps

2015-01-22 Thread Jerry James
GAP, and GAP has its own documentation viewer for the contents of doc subdirectories, so both of those go into the main package. Please let me know what I can review for you in exchange. Thank you. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https

Re: Results of a test mass rebuild of rawhide/x86_64 with gcc-5.0.0-0.5.fc22

2015-02-10 Thread Jerry James
to inform them of the nature of the problem. Regards, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Review swaps

2015-01-29 Thread Jerry James
On Tue, Jan 27, 2015 at 10:35 AM, Jerry James loganje...@gmail.com wrote: On Thu, Jan 22, 2015 at 10:48 AM, Jerry James loganje...@gmail.com wrote: 1. gap-pkg-atlasrep: https://bugzilla.redhat.com/show_bug.cgi?id=1185014 2. gap-pkg-browse: https://bugzilla.redhat.com/show_bug.cgi?id=1185015 3

Re: Cannot start 2 VMs on F21

2015-01-27 Thread Jerry James
I asked the question below on the virt mailing list about 2 weeks ago. There have been a grand total of zero responses so far. I'll ask the same question here, in hopes that somebody knows something that could help. On Wed, Jan 14, 2015 at 11:19 AM, Jerry James loganje...@gmail.com wrote

Re: Review swaps

2015-01-26 Thread Jerry James
On Sun, Jan 25, 2015 at 1:19 AM, Mattias Ellert mattias.ell...@fysast.uu.se wrote: tor 2015-01-22 klockan 10:48 -0700 skrev Jerry James: 5. gap-pkg-sonata: https://bugzilla.redhat.com/show_bug.cgi?id=1185018 Please let me know what I can review for you in exchange. Thank you. Hi

Re: Review swaps

2015-01-27 Thread Jerry James
On Thu, Jan 22, 2015 at 10:48 AM, Jerry James loganje...@gmail.com wrote: 1. gap-pkg-atlasrep: https://bugzilla.redhat.com/show_bug.cgi?id=1185014 2. gap-pkg-browse: https://bugzilla.redhat.com/show_bug.cgi?id=1185015 3. gap-pkg-io: https://bugzilla.redhat.com/show_bug.cgi?id=1185016 4. gap

Re: Cannot start 2 VMs on F21

2015-01-27 Thread Jerry James
! -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Results of a test mass rebuild of rawhide/x86_64 with gcc-5.0.0-0.5.fc22

2015-02-09 Thread Jerry James
the porting_to document for more details. The bigloo failure had nothing to do with -Wimplicit-int. One file that should have been compiled with -fPIC wasn't. I don't know why this didn't cause problems before. Fixed in Rawhide. -- Jerry James http://www.jamezone.org/ -- devel

Re: Koji build failure: noarch vs. arch?

2015-02-12 Thread Jerry James
to be fixed somewhere. It would be good to track down the actual source of the problem. I'll jump onto gil's thread and comment. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct

Re: jni libraries fails in koji

2015-02-12 Thread Jerry James
/devel/2015-January/207322.html Also, I just had another instance of this pop up, with an attempt to build csdp: http://koji.fedoraproject.org/koji/taskinfo?taskID=8909645 Does anybody have any clue as to what is going wrong? -- Jerry James http://www.jamezone.org/ -- devel mailing list devel

ocaml-menhir license change

2015-01-05 Thread Jerry James
isn't valid, because you can't tack with exceptions onto the end of QPL. Off to talk to the licensing folks about that -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http

Re: Removing (or trying to) BerkeleyDB from Fedora

2015-01-08 Thread Jerry James
/pipermail/devel/2014-April/198525.html -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

__attribute__((alias(foo))) and the hardening flags

2015-03-11 Thread Jerry James
? If so, do I have any other option besides disabling hardening for gfan? Is there some way to get aliases to play well with the hardening flags? Thanks, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo

Re: Hardened builds

2015-03-07 Thread Jerry James
to work out right with gcc 4.x, but the fact that it doesn't work out right with gcc 5.x is not gcc's fault. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org

Re: __attribute__((alias(foo))) and the hardening flags

2015-03-13 Thread Jerry James
4 FUNCGLOBAL DEFAULT1 bar So the asm approach changes the name that is emitted, rather than aliasing it. Thanks for the suggestion, though. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo

Re: __attribute__((alias(foo))) and the hardening flags

2015-03-12 Thread Jerry James
On Wed, Mar 11, 2015 at 11:25 AM, Moez Roy moez@gmail.com wrote: When I set the target to f21 it fails on the test: Yes, the gfan update I have prepared addresses test failures, among other things. Regards, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel

Re: __attribute__((alias(foo))) and the hardening flags

2015-03-12 Thread Jerry James
but, alas, gfan still fails to link in exactly the same way. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: pingou changed owner of guake (f20) to 'pingou'

2015-03-24 Thread Jerry James
system? If so, could you please monkey it back to its previous state? -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

New notifications

2015-03-25 Thread Jerry James
apparently uninformed brain is not teaching me anything. What am I supposed to be able to glean from those links? I need a Rosetta Stone Thanks, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo

Re: Hardened builds

2015-02-25 Thread Jerry James
0 at the top of the spec file, and in both cases, I still see the hardened specs in CFLAGS and LDFLAGS when %configure is invoked. I've got the right spec file inside the mock root. I don't understand why this worked for you and isn't working for me. -- Jerry James http://www.jamezone.org

Re: Note for packages linking against GSL [ACTION NEEDED]

2015-02-24 Thread Jerry James
library. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Hardened builds

2015-02-24 Thread Jerry James
useless at this point. Perhaps it could be replaced with a page that discusses the current state of the hardening flags. Thank you, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code

Re: Hardened builds

2015-02-24 Thread Jerry James
to reproduce later and file a bug report. Regards, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Hardened builds

2015-03-06 Thread Jerry James
. I'm still experimenting to discover the answer to that question. (Polymake builds take awhile and gobble memory like it was doughnuts, so this isn't a fast process.) -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org

Bodhi says: 'NoneType' object is unsubscriptable

2015-03-06 Thread Jerry James
, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Koji build failure: noarch vs. arch?

2015-01-29 Thread Jerry James
in mock. Thanks, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Koji build failure: noarch vs. arch?

2015-01-29 Thread Jerry James
://lists.fedoraproject.org/pipermail/devel/2014-October/203331.html That's what this problem looks like to me: something has erroneously concluded that this is a noarch build. I just don't know what that something is, or why it reached such a conclusion. Thanks, -- Jerry James http://www.jamezone.org/ -- devel

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-04 Thread Jerry James
-integrale packages. I will fix the build failures at the same time. qepcad-B: http://koji.fedoraproject.org/koji/taskinfo?taskID=9651446 I just fixed this one. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org

Re: Review or swap for burp - network backup

2015-05-07 Thread Jerry James
, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Stuck build?

2015-05-10 Thread Jerry James
. Ah, so that explains why both builds in the final stage got terminally confused. No big deal, Kevin. Don't worry about it. All's well that ends well, eh? :-) -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman

Stuck build?

2015-05-10 Thread Jerry James
look on koji, it shows that all of the subparts are green: http://koji.fedoraproject.org/koji/taskinfo?taskID=9698461 So why is the build itself not marked as complete? Did this suffer a similar fate as the sagemath part? Thanks, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel

Re: Stuck build?

2015-05-10 Thread Jerry James
was started. I don't see a who anywhere, but maybe I am overlooking something. The builder in charge of that build was in a weird state. I restarted it and koji handed the build to another builder. Hopefully it will complete as expected now. Thank you, Kevin. I appreciate the help. -- Jerry

Re: Stuck build?

2015-05-15 Thread Jerry James
of a chainbuild. Can you try just bumping the release and doing a new non chain build? ie, make a 1.6-12... Okay, will do. Thanks for checking. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code

Re: scilab build failure C++ ABI?

2015-05-17 Thread Jerry James
now breaking lazily loaded modules. I have several packages that have been broken by that. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code

Re: Stuck build?

2015-05-14 Thread Jerry James
the 1.6-11.fc23 build as still being in progress, which is consistent with the old build still showing up in the Rawhide report. Can you check on this again and see what is going on? Thank you, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https

Review swaps

2015-06-11 Thread Jerry James
no clear license. When I enquired about that, upstream agreed to release it under the GPL. My thanks to upstream for being so responsive to this issue. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo

Re: Review swaps

2015-05-28 Thread Jerry James
On Wed, May 27, 2015 at 9:32 AM, gil punto...@libero.it wrote: Il 27/05/2015 17:28, Jerry James ha scritto: I'm working toward supporting GAP's HAP package, which is used by sagemath. I need reviews for some of the foundational packages (more will be coming). There are some

Re: Review swaps

2015-05-28 Thread Jerry James
On Wed, May 27, 2015 at 10:04 AM, gil punto...@libero.it wrote: hi taken can you review this https://bugzilla.redhat.com/show_bug.cgi?id=1215080 thanks in advance gil Taken, and thank you. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https

Review swaps

2015-05-27 Thread Jerry James
that, give me some reviews to do for you in exchange for these. Thanks in advance. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

mpir soname bump

2015-07-01 Thread Jerry James
MPIR 2.7.0 has arrived, and brings an soname bump with it. As far as I can tell, nothing in Fedora uses mpir, so I don't think anything needs to be rebuilt. If I'm wrong about that, send me some hate mail and I'll rebuild your package. -- Jerry James http://www.jamezone.org/ -- devel mailing

Re: Fedora Notifications - howto?

2015-08-11 Thread Jerry James
control? -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Fedora Notifications - howto?

2015-08-12 Thread Jerry James
On Tue, Aug 11, 2015 at 9:01 PM, Pierre-Yves Chibon pin...@pingoured.fr wrote: On Tue, Aug 11, 2015 at 08:20:39PM -0600, Jerry James wrote: This sounds like a different issue. On thing we would need is to know which email you are talking about. All the emails coming from FMN (https

Re: Boost updated to 1.58.0 in rawhide and f23

2015-07-24 Thread Jerry James
with pretty much every perl update). I am working with polymake upstream to resolve the issue. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Koji: no space left on device

2015-10-23 Thread Jerry James
The CEO replied, "Okay, we can get some more of those. Where do you get them, [warehouse store]?") Thanks for the information, Adam. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listi

Koji: no space left on device

2015-10-23 Thread Jerry James
d 11560232 buildArch (subunit-1.2.0-1.fc23.src.rpm, armv7hl): open (arm02-builder12.arm.fedoraproject.org) -> canceled 0 free 0 open 2 done 3 failed -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/l

Review swaps

2015-10-22 Thread Jerry James
packages before finally arriving at the HAP package, which sagemath wants. Whew! Let me know what I can review for you in exchange. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code

Review swaps

2015-11-13 Thread Jerry James
://bugzilla.redhat.com/show_bug.cgi?id=1274568 Note that gap-pkg-semigroups BRs gap-pkg-smallsemi. Thanks! -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code

Re: Review swaps

2015-11-13 Thread Jerry James
straight forward. Sure, will do. Thanks, Sandro! -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

python3 rebuild notes: python-testtools

2015-11-13 Thread Jerry James
free time. Regards, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Review swap

2015-11-05 Thread Jerry James
On Thu, Nov 5, 2015 at 3:22 PM, gil <punto...@libero.it> wrote: > Hi Jerry, > Take! > can you take this https://bugzilla.redhat.com/show_bug.cgi?id=1039299 for > me? > regards > gil Will do. Thanks, gil! -- Jerry James http://www.jamezone.org/ --

Review swap

2015-11-05 Thread Jerry James
Some of the GAP packages require TTH (TeX To HTML) to generate their documentation. https://bugzilla.redhat.com/show_bug.cgi?id=1276831 I'll review something for you if you review this for me. Thanks, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org

Re: [Guidelines change] Changes to the packaging guidelines

2015-07-09 Thread Jerry James
. -- Regards, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Review swaps

2015-08-28 Thread Jerry James
On Fri, Aug 28, 2015 at 9:39 AM, gil punto...@libero.it wrote: hi take regards gil Thank you! Let me know if you have packages I can review for you. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo

Review swaps

2015-08-28 Thread Jerry James
, and won't build at all against the current versions. I'll have to dig into it and see how to update for current versions. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http

Can't push update to stable

2015-09-07 Thread Jerry James
in testing for 10 days, and the minimum is only 7, right? The depchecks passed. http://status.fedoraproject.org/ says that all systems are go. I don't understand what the problem is. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https

Re: [Fedora-packaging] RFC mass bug reporting: checksec failures

2015-09-16 Thread Jerry James
why some of my packages show up on this list, as they use %configure or invoke gcc with both $RPM_OPT_FLAGS and $RPM_LD_FLAGS. For example, memtailor, which I just built yesterday, shows as lacking a canary, but it uses the %configure macro. What is going on there? Regards, -- Jerry James http://w

Re: Removing packages that have broken dependencies in F23 tree

2015-10-03 Thread Jerry James
ers in 32-bit perl yet. Nonetheless, once the problem was identified, they helped me fix it and promised to add a test for this problem to their test suite to prevent its reappearance. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedorapr

License change for eclib

2015-09-19 Thread Jerry James
The license for eclib has changed from GPLv3+ in version 20120830 to GPLv2+ in version 20150827, which I will build for Rawhide shortly. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code

License change for bliss

2015-09-19 Thread Jerry James
The license for bliss has changed from GPLv3 for version 0.72 to LGPLv3 for version 0.73, which I will build for Rawhide shortly. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code

Intent to retire: csisat

2015-09-23 Thread Jerry James
, BLAST itself turned out to have license issues that were never resolved. It has since been replaced by other tools, which don't use csisat, so I see no point in keeping this package in Fedora. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https

Help with a font package

2015-09-22 Thread Jerry James
for me, and tell me what bribe I can send to you in the mail to make it worth your while. :-) Thanks, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org

Re: Review swap

2015-12-01 Thread Jerry James
; should work ... I had to add --enablerepo=local to the mock flags, and now fedora-review is happy. > i try to build before in my system and now on koji [1] mathicgb > but seem there are some problems on i386 arch ... Okay, I'll look into it. Thanks, -- Jerry James http://www.jamezone.or

Re: Some comps cleanup

2015-12-06 Thread Jerry James
would be good to also check for dangling references inside comps. For example, in the servers category, the grouplist includes clustering, but there is no clustering group definition to be found. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://li

ntl soname bump

2015-12-04 Thread Jerry James
number of complaints from python-sphinx, probably related to the new version of python-sphinx built in Rawhide a few days ago. So documentation may be in a partially broken state, but that is unrelated to the ntl soname bump. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel

Review swap

2015-12-01 Thread Jerry James
I need a review for this package: mathicgb: https://bugzilla.redhat.com/show_bug.cgi?id=1287183 Let me know what I can review for you in exchange. Thanks, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists

Re: Review swap

2015-12-01 Thread Jerry James
build them myself, except I could use some help with the opencsv update. I don't see an updated spec file anywhere. Or is that not necessary? Thanks, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: Specs using %define

2015-12-24 Thread Jerry James
script; i.e., it really is a local definition. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

arb soname change

2015-12-29 Thread Jerry James
A new version of arb has been released with a new soname. As far as I can tell, sagemath is the only consumer. I will build the new arb in Rawhide and rebuild sagemath as well. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http

Re: /usr/bin/sphinx-build is now in python3-sphinx

2015-11-25 Thread Jerry James
hinx Makefile:56: recipe for target 'html' failed make: *** [html] Error 1 make: Leaving directory '/builddir/build/BUILD/networkx-networkx-1.10/doc' error: Bad exit status from /var/tmp/rpm-tmp.QfC9Z8 (%build) Bad exit status from /var/tmp/rpm-tmp.QfC9Z8 (%build) -- Jerry James http://www.jamezone

Review swap

2015-11-27 Thread Jerry James
I'd like to swap reviews with somebody for this package: mathic: https://bugzilla.redhat.com/show_bug.cgi?id=1286322 Let me know what I can review for you. Thanks, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin

Review swaps

2016-06-01 Thread Jerry James
://bugzilla.redhat.com/show_bug.cgi?id=1340551 - python-zope-testrunner: https://bugzilla.redhat.com/show_bug.cgi?id=1341815 Thank you, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: Unable to push into memtest86+/master

2016-01-08 Thread Jerry James
elf. I haven't seen it before this morning. What does it mean? -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

New tbb in Rawhide

2016-01-15 Thread Jerry James
that the tbb package dropped its ExclusiveArch tag a year ago, so all of these packages can theoretically use tbb on all arches now. I will not make that change myself; I'm just doing a straight rebuild of your packages. Regards, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel

Re: New tbb in Rawhide

2016-01-16 Thread Jerry James
e individual package owners beat me to it. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: New tbb in Rawhide

2016-01-16 Thread Jerry James
fact started the rebuilds pretty much simultaneously with sending the previous message, so I did not rebuild in the side tag. I apologize for my impatience. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

On packager motivation

2016-02-03 Thread Jerry James
es" mantra is not providing the motivations and demotivations that we really want. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: Unannounced soname bump: libpsl

2016-02-03 Thread Jerry James
olymake break and let me fix it as soon as I can. Perl updates should not be delayed. Will that be possible? -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: Fedora mass rebuild 2016

2016-02-22 Thread Jerry James
ciated. The maddening thing is that upstream polymake has released a new version, and the release notes say this new version brings "full C++11 compatibility". But I can't update to it, because it needs Singular 4.x and normaliz 3.x, and updating those 2 packages will break both Macaul

Re: Review Swaps

2016-02-26 Thread Jerry James
? python-orderedset: https://bugzilla.redhat.com/show_bug.cgi?id=1312406 python-pybtex: https://bugzilla.redhat.com/show_bug.cgi?id=1312407 python-sphinx-testing: https://bugzilla.redhat.com/show_bug.cgi?id=1312408 Thanks! -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@l

Orphaning lexertl, libpuma, tex-zfuzz, undertaker

2016-01-20 Thread Jerry James
for the Z specification language Regards, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: Self Introduction: Brandon Thomas

2016-01-22 Thread Jerry James
ttps://bugzilla.redhat.com/show_bug.cgi?id=1301219 Welcome, Brandon! Did you know that there have been previous attempts at packaging racket? See: https://bugzilla.redhat.com/show_bug.cgi?id=676124 https://bugzilla.redhat.com/show_bug.cgi?id=808350 Regards, -- Jerry James http://www.ja

GCC 6 and polymake

2016-02-15 Thread Jerry James
mple build showing the error. Thank you, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: GCC 6 and polymake

2016-02-16 Thread Jerry James
On Tue, Feb 16, 2016 at 3:43 AM, Jonathan Wakely <jwak...@fedoraproject.org> wrote: > I'll take a look. Thank you Jonathan. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Intent to retire cvc3

2016-02-17 Thread Jerry James
it around. Regards, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: unannounced soname bump: libglpk

2016-02-19 Thread Jerry James
so those will be fixed en passant (possibly not until tomorrow, depending on how fast I am). -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

ntl soname bump in Rawhide

2016-02-20 Thread Jerry James
Macaulay2 polybori sagemath Singular Note that some of the builds take a very long time on arm, so the next Rawhide compose may very well happen before all of these packages are done rebuilding. If so, broken deps will be reported tomorrow, but should be gone again the following day. -- Jerry James

Re: Rawhide: libglpk soname bump

2016-03-13 Thread Jerry James
On Sat, Mar 12, 2016 at 11:47 PM, Björn Esser <fed...@besser82.io> wrote: > .*shogun.* has been rebuilt successfully [1], which implies octave has been > rebuilt successfully [2], too. Do the others still need to be rebuild? I rebuilt latte-integrale (4ti2), cbmc, and python-cvxop

Support for PCLMUL, AVX, FMA, etc.

2016-04-01 Thread Jerry James
e speedups are substantial, so this is worth doing, if it can be done well. Thank you, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: Help needed to fix open-vm-tools for GCC 6 to unblock Rawhide Workstation

2016-04-22 Thread Jerry James
lt;< (shift - 1)) << 1) - 1)) The (int)(long) is so that gcc doesn't complain about reducing the bit width AND changing signedness in a single typecast. They really ought to be using unsigned integers for all of this anyway, but that's an issue for upstream to sort

Re: Help needed to fix open-vm-tools for GCC 6 to unblock Rawhide Workstation

2016-04-22 Thread Jerry James
On Fri, Apr 22, 2016 at 3:37 PM, Jerry James <loganje...@gmail.com> wrote: > Change the definition of VMW_BIT_MASK in lib/include/x86cpuid.h to this: > > #define VMW_BIT_MASK(shift) ((int)(long)(((1UL << (shift - 1)) << 1) - 1)) No, make that: #define VMW_BIT_MASK(

Re: Help needed to fix open-vm-tools for GCC 6 to unblock Rawhide Workstation

2016-04-22 Thread Jerry James
der, no problem. > Thanks for the suggestion! Oh, absolutely. Getting it fixed upstream is definitely the right way to go. I'm just a bit short on time at the moment, but thought I could still be helpful. :-) -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedo

Re: [qblade] Review swap

2016-05-20 Thread Jerry James
age for me? https://bugzilla.redhat.com/show_bug.cgi?id=1333930 Thanks, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: audio problems

2016-05-23 Thread Jerry James
5XYYEECCDF6KVN5XPNSWQCRV4AXBKTWF/ I believe this explains the problem: https://productforums.google.com/forum/#!topic/gmail/khxUtu5iDco Regards, -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: review swap: orocos-bfl

2016-05-03 Thread Jerry James
package has already been informally reviewed and it should be fairly > straight-forward to finish the review. I'm happy to do a review of > similar difficulty in return. I can take this one. Can you take https://bugzilla.redhat.com/show_bug.cgi?id=1332605 for me? It should be a fairly eas

Review swaps

2016-05-06 Thread Jerry James
://bugzilla.redhat.com/show_bug.cgi?id=1332764: gap-pkg-factint - https://bugzilla.redhat.com/show_bug.cgi?id=1333204: gap-pkg-utils - https://bugzilla.redhat.com/show_bug.cgi?id=1333235: gap-pkg-crisp - https://bugzilla.redhat.com/show_bug.cgi?id=1333916: gap-pkg-polenta Thank you, -- Jerry James http

Nauty is under a free license

2016-04-15 Thread Jerry James
/show_bug.cgi?id=1327784 -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: freecad: Need help with segfault problem on F24

2016-04-19 Thread Jerry James
Strangely installing Coin3 from f23 on a f24 system seems to fix the > problem... Try building Coin3 with -fno-delete-null-pointer-checks in the CFLAGS. I've had to add that to several packages on F24 to fix mysterious segfaults. -- Jerry James http://www.jamezone.org/ --

<    1   2   3   4   5   6   7   8   9   10   >