Is rsync broken on download1.rpmfusion.org?

2016-10-08 Thread Jonathan Dieter
I run a local mirror for rpmfusion, and over the last couple of days,
this is what I receive when I try to rsync from it:

$ rsync download1.rpmfusion.org::rpmfusion/
@ERROR: chroot failed
rsync error: error starting client-server protocol (code 5) at
main.c(1516) [Receiver=3.0.9]

Is there a different URL I should be using?

Jonathan


[Bug 4285] Review request: telegram-desktop - Telegram Desktop official client

2016-10-08 Thread RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=4285

--- Comment #3 from leigh scott  ---
Please use the proper fedora build flags and make all builds verbose.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 4285] Review request: telegram-desktop - Telegram Desktop official client

2016-10-08 Thread RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=4285

--- Comment #4 from Vitaly Zaitsev  ---
> Please use the proper fedora build flags

I don't know how to do that because Telegram Desktop use GYP, which overrides
exported by RPM build CXXFLAGS and LDFLAGS.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 4285] Review request: telegram-desktop - Telegram Desktop official client

2016-10-08 Thread RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=4285

--- Comment #5 from Vitaly Zaitsev  ---
Override specified in
https://github.com/telegramdesktop/tdesktop/blob/v0.10.11/Telegram/gyp/telegram_linux.gypi#L66
(lines 65 - 93).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Koji: can't build packages

2016-10-08 Thread Andrea Musuruane
Hi!
   it seems there are problems downloading packages in the buildroot for koji:
http://koji.rpmfusion.org/kojifiles/work/tasks/9595/39595/root.log

Can someone have a look?

Thanks,

Andrea


[Bug 4285] Review request: telegram-desktop - Telegram Desktop official client

2016-10-08 Thread RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=4285

--- Comment #6 from leigh scott  ---
(In reply to Vitaly Zaitsev from comment #5)
> Override specified in
> https://github.com/telegramdesktop/tdesktop/blob/v0.10.11/Telegram/gyp/
> telegram_linux.gypi#L66 (lines 65 - 93).

Try patching the file to this (untested)


'configurations': {
  'Release': {
'cflags': [
  '$(RPM_OPT_FLAGS)',
],
'cflags_cc': [
  '$(RPM_OPT_FLAGS)',
],
'ldflags': [
  '$(RPM_LD_FLAGS)',
],
  },
},

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Re: [Bug 4285] New: Review request: telegram-desktop - Telegram Desktop official client

2016-10-08 Thread Tomasz Torcz
On Thu, Oct 06, 2016 at 09:06:22AM +, RPM Fusion Bugzilla wrote:
> http://bugzilla.rpmfusion.org/show_bug.cgi?id=4285
> 
> Bug ID: 4285
>Summary: Review request: telegram-desktop - Telegram Desktop
> official client

  Telegram seem to be available in Flatpak. Do we need it in RPM?


-- 
Tomasz TorczThere exists no separation between gods and men:
xmpp: zdzich...@chrome.pl   one blends softly casual into the other.


Re: Koji: can't build packages

2016-10-08 Thread Nicolas Chauvet
2016-10-08 14:47 GMT+02:00 Andrea Musuruane :
> Hi!
>it seems there are problems downloading packages in the buildroot for koji:
> http://koji.rpmfusion.org/kojifiles/work/tasks/9595/39595/root.log
>
> Can someone have a look?
There is a regen-repo task every twice a day, so you can either way a
little if such error occurs for your package.
I've a fix in mind, but I need to fix time to implement.
(have a proxy script redirector to fall back to kojipkgs.fp.org on
missing rpm from mirrors).

Thx

-- 
-

Nicolas (kwizart)


Re: Is rsync broken on download1.rpmfusion.org?

2016-10-08 Thread Jonathan Dieter
On Sat, 2016-10-08 at 12:32 +0300, Jonathan Dieter wrote:
> $ rsync download1.rpmfusion.org::rpmfusion/
> @ERROR: chroot failed
> rsync error: error starting client-server protocol (code 5) at
> main.c(1516) [Receiver=3.0.9]

This is fixed now.  Rsyncing from download1.rpmfusion.org works as
expected.  Thanks,

Jonathan


[Bug 4285] Review request: telegram-desktop - Telegram Desktop official client

2016-10-08 Thread RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=4285

--- Comment #7 from Vitaly Zaitsev  ---
> Try patching the file to this (untested)

cc: error: $(RPM_OPT_FLAGS): No such file or directory
c++: error: $(RPM_OPT_FLAGS): No such file or directory
c++: error: $(RPM_LD_FLAGS): No such file or directory

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 4285] Review request: telegram-desktop - Telegram Desktop official client

2016-10-08 Thread RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=4285

--- Comment #8 from leigh scott  ---
(In reply to Vitaly Zaitsev from comment #7)
> > Try patching the file to this (untested)
> 
> cc: error: $(RPM_OPT_FLAGS): No such file or directory
> c++: error: $(RPM_OPT_FLAGS): No such file or directory
> c++: error: $(RPM_LD_FLAGS): No such file or directory

Try removing the brackets from them

edit

$(RPM_OPT_FLAGS)

to

$RPM_OPT_FLAGS

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 4285] Review request: telegram-desktop - Telegram Desktop official client

2016-10-08 Thread RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=4285

--- Comment #9 from Vitaly Zaitsev  ---
> Try removing the brackets from them

cc: error: RPM_OPT_FLAGS: No such file or directory

GYP doc:
https://chromium.googlesource.com/external/gyp/+/md-pages/docs/InputFormatReference.md#Command-Expansions

Trying also such:

'

[Bug 4285] Review request: telegram-desktop - Telegram Desktop official client

2016-10-08 Thread RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=4285

--- Comment #10 from Vitaly Zaitsev  ---
It crashes at line 76:
https://github.com/telegramdesktop/tdesktop/blob/v0.10.11/Telegram/gyp/PrecompiledHeader.cmake#L76

Error evaluating generator expression: $