UTF-8 locale in rpm build

2015-05-09 Thread Orion Poplawski
More and more tests/builds appear to require a UTF-8 locale. Perhaps it's time to have rpm set LANG=C.UTF-8? -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA DivisionFAX: 303-415-9702 3380 Mitchell Lane or...@cora.nwra.com

Re: f22 rsync missing systemd unit files

2015-05-09 Thread Nico Kadel-Garcia
On Sat, May 9, 2015 at 3:17 PM, Chris Murphy wrote: > On Sat, May 9, 2015 at 1:06 PM, Peter Robinson wrote: >> That depends on how you use rsync, if it's over ssh you don't need a >> daemon on the other end. > > Got it. So it works because I haven't been using the double colon or > rync:// notati

Re: GCC 5 compatibility problems: GCC 4.10?

2015-05-09 Thread M. Edward (Ed) Borasky
This looks like a programming error that previous versions of GCC didn't catch and GCC 5.1.1 does catch, not a GCC bug: On Sat, May 9, 2015 at 12:14 PM, M. Edward (Ed) Borasky wrote: > Should I file this in Bugzilla? The log file is huge and I'm guessing > there's just some default language set

Re: GCC 5 compatibility problems: GCC 4.10?

2015-05-09 Thread M. Edward (Ed) Borasky
Should I file this in Bugzilla? The log file is huge and I'm guessing there's just some default language setting that's changed between 4.9 and 5.1.1. On Sat, May 9, 2015 at 4:57 AM, Rex Dieter wrote: > M. Edward (Ed) Borasky wrote: > >> It's not in Fedora - RStudio Server. It's not in any distro

Re: f22 rsync missing systemd unit files

2015-05-09 Thread Chris Murphy
On Sat, May 9, 2015 at 1:06 PM, Peter Robinson wrote: > That depends on how you use rsync, if it's over ssh you don't need a > daemon on the other end. Got it. So it works because I haven't been using the double colon or rync:// notation, both of which expect to use the rsyncd over its own socket

Re: f22 rsync missing systemd unit files

2015-05-09 Thread Peter Robinson
On Sat, May 9, 2015 at 8:00 PM, Chris Murphy wrote: > I was just about to file a bug. > > rsync-3.1.1-3.fc21..rpm contains these unit files: > /usr/lib/systemd/system/rsyncd.service > /usr/lib/systemd/system/rsyncd.socket > /usr/lib/systemd/system/rsyncd@.service > > rsync-3.1.1-3.fc22..rpm does n

Re: f22 rsync missing systemd unit files

2015-05-09 Thread Chris Murphy
On Sat, May 9, 2015 at 1:00 PM, Chris Murphy wrote: > So? Bug or not a bug? Additional info: On Fedora 21 Server: # yum provides /usr/lib/systemd/system/rsyncd.service Loaded plugins: langpacks rsync-3.1.1-3.fc21.i686 : A program for synchronizing files over a network Repo: fedora Matched

f22 rsync missing systemd unit files

2015-05-09 Thread Chris Murphy
I was just about to file a bug. rsync-3.1.1-3.fc21..rpm contains these unit files: /usr/lib/systemd/system/rsyncd.service /usr/lib/systemd/system/rsyncd.socket /usr/lib/systemd/system/rsyncd@.service rsync-3.1.1-3.fc22..rpm does not. However, the usual rsync command works as expected; and on the

Re: Introduction

2015-05-09 Thread Zbigniew Jędrzejewski-Szmek
On Sat, May 09, 2015 at 07:00:11AM +0530, Aditya Prakash wrote: > Hi everyone, > > New member here! My name is Aditya Prakash. I am second year computer > science student at NIT Durgapur , India. > This summer, I will be working on Glittergallery >

F-22 Branched report: 20150509 changes

2015-05-09 Thread Fedora Branched Report
Compose started at Sat May 9 07:15:02 UTC 2015 Broken deps for armhfp -- [Sprog] Sprog-0.14-27.fc20.noarch requires perl(:MODULE_COMPAT_5.18.0) [aeskulap] aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libofstd.so.3.6

rawhide report: 20150509 changes

2015-05-09 Thread Fedora Rawhide Report
Compose started at Sat May 9 05:15:03 UTC 2015 Broken deps for i386 -- [Sprog] Sprog-0.14-27.fc20.noarch requires perl(:MODULE_COMPAT_5.18.0) [aeskulap] aeskulap-0.2.2-0.19beta1.fc22.i686 requires libofstd.so.3.6 aesku

Re: GCC 5 compatibility problems: GCC 4.10?

2015-05-09 Thread Rex Dieter
M. Edward (Ed) Borasky wrote: > It's not in Fedora - RStudio Server. It's not in any distro; they > package it themselves for Debian/Ubuntu, openSUSE and RHEL/CentOS. If > you want it on Fedora you have to build it from source. Can you post details or references for the linking problem you're tal

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

2015-05-09 Thread Kalev Lember
On 05/07/2015 09:42 AM, Richard W.M. Jones wrote: > [This requires a degree in OCaml, but anyway ...] > > Here is the script I use to rebuild the OCaml packages, in order, to > any depth of dependencies, automatically: > > http://git.annexia.org/?p=goals.git;a=blob;f=fedora_ocaml_rebuild.ml >