Orphaned packages

2020-10-29 Thread Jan Synacek
/xinetd -- Jan Synacek Software Engineer, Red Hat ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code

Re: backtrace when building os

2020-06-22 Thread Jan Synacek
Ludovic Courtès writes: > Hi, > > Jan Synacek skribis: > >> $ cat guix-os.scm >> (use-modules (gnu bootloader) >> (gnu bootloader grub) >> (gnu system file-systems)) >> >> (operating-system >> (host-name "jsyn

bug#41929: backtrace when building os on a foreign distro

2020-06-18 Thread Jan Synacek
This is on guix 1.1.0 running on Fedora 32. I also tried to 'guix pull' but the result is the same. -- Jan Synacek Software Engineer, Red Hat

backtrace when building os

2020-06-17 Thread Jan Synacek
dure run-guix-command: In procedure struct-vtable: Wrong type argument in position 1 (expecting struct): #f Regards, -- Jan Synacek Software Engineer, Red Hat

bug#41353: (thunk? (const 1))

2020-05-17 Thread Jan Synacek
On Sun, May 17, 2020 at 4:09 PM David Kastrup wrote: > I think this is more a matter of the documentation being not quite right: > > -- Scheme Procedure: thunk? obj > -- C Function: scm_thunk_p (obj) > Return ‘#t’ if OBJ is a thunk—a procedure that does not accept > arguments. > > "if

bug#41353: (const x) is a thunk

2020-05-17 Thread Jan Synacek
With guile-3.0.2: scheme@(guile-user)> (thunk? (const 1)) $1 = #t Since thunk is a procedure that does not accept arguments (section 6.9.7, documentation for 'thunk?'), the result of the above evaluation should be #f.

bug#41352: incomprehensible paragraph in info pages

2020-05-17 Thread Jan Synacek
In guile-3.0.2 manual, section 6.9.3 Compiled Procedures, there is: Compiled procedures, also known as “programs”, respond all procedures that operate on procedures. In addition, there are a few more accessors for low-level details on programs. The first compound sentence doesn't make much

Re: FFI questions

2020-05-17 Thread Jan Synacek
On Fri, May 15, 2020 at 10:09 PM Taylan Kammer wrote: > > On 15.05.2020 15:47, Jan Synacek wrote: > > Hello, > > > > Currently I have something like this: > > > > (define libxcb (dynamic-link "libxcb")) > > > > ... > > > &

bug#41320: sxml attributes of some elements are in reverse order

2020-05-16 Thread Jan Synacek
On Sat, May 16, 2020 at 2:36 PM Linus Björnstam wrote: > > > On Sat, 16 May 2020, at 14:27, Jan Synacek wrote: > > > I don't really have a strong opinion. I simply thought that the order > > in XML->SXML should be the same. Otherwise, I don't see how sxml-m

bug#41320: sxml attributes of some elements are in reverse order

2020-05-16 Thread Jan Synacek
On Sat, May 16, 2020 at 1:35 PM wrote: > > On Sat, May 16, 2020 at 12:29:54PM +0200, Jan Synacek wrote: > > Consider the following code snippet running on Guile-3.0.2: > > [...] > > > > > [...] > > > (event (@ (number 2) (name KeyPress)) > >

bug#41320: sxml attributes of some elements are in reverse order

2020-05-16 Thread Jan Synacek
Consider the following code snippet running on Guile-3.0.2: (use-modules (sxml simple) (sxml xpath)) (define doc (call-with-input-file "/home/jsynacek/src/xcb-proto-1.13/src/xproto.xml" (lambda (port) (xml->sxml port (define events ((sxpath '(// event)) doc))

FFI questions

2020-05-15 Thread Jan Synacek
checked how guile-xcb does it and it seems to be building hash tables with field names as keys. But that basically requires me to "redefine" all the C structs that I would be interested in at the Scheme level. Regards, -- Jan Synacek Software Engineer, Red Hat

Re: hint: Run `guix search ... | less' to view all the results

2020-04-27 Thread Jan Synacek
On Mon, Apr 27, 2020 at 4:02 AM Bengt Richter wrote: > Hi zimoun, Jan, > > On +2020-04-26 11:38:01 +0200, zimoun wrote: > > Dear, > > > > On Sun, 26 Apr 2020 at 10:35, Jan Synacek wrote: > > > > > Seriously? Are you seriously forcing your users to ei

Re: hint: Run `guix search ... | less' to view all the results

2020-04-27 Thread Jan Synacek
On Sun, Apr 26, 2020 at 11:38 AM zimoun wrote: > Dear, > > On Sun, 26 Apr 2020 at 10:35, Jan Synacek wrote: > > > Seriously? Are you seriously forcing your users to either run emacs (or > at least > > to set the env variable) or use pipes to get the entire sear

hint: Run `guix search ... | less' to view all the results

2020-04-26 Thread Jan Synacek
Hello, I'm going to give honest feedback, since I still care about some things. I decided to check the new guix-1.1.0 and one of the first things that I ran was: $ guix package -s firefox The resulting message was infuriating to say the least. The code says: (if (and (not (getenv

bug#40486: http-get doesn't respect #:verify-certificate?

2020-04-07 Thread Jan Synacek
When I run the following piece of code: (use-modules (web client)) (http-get "https://bugzilla.redhat.com/rest/bug/1; #:verify-certificate? #f) I get: ... In web/client.scm: 563:0 1 (http-get "https://bugzilla.redhat.com/rest/bug/1; # _ # …) 231:6 0 (tls-wrap # _ # _)

Re: Incomplete backtrace

2020-03-11 Thread Jan Synacek
On Wed, Mar 11, 2020 at 7:07 PM Jan Synacek wrote: > Hello, > > consider the following piece of code: > > $ cat test.scm > (use-modules (ice-9 regex)) > > (define (change text) > (regexp-substitute #f (string-match "string" text) > 'pre > &q

Incomplete backtrace

2020-03-11 Thread Jan Synacek
acktrace actually doesn't even point in the right place, it's quite useless in my opinion. Am I doing anything wrong? I use guile 3.0.1. Regards, -- Jan Synacek Software Engineer, Red Hat

bug#40014: [PATCH] typo in api-debug.texi

2020-03-10 Thread Jan Synacek
See attached patch. -- Jan Synacek Software Engineer, Red Hat From 8617b6a94054aafc4a58cd1e5581154e1e9ea353 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Tue, 10 Mar 2020 15:36:03 +0100 Subject: [PATCH] texinfo: Fix typo in api-debug.texi --- doc/ref/api-debug.texi | 2 +- 1 file changed

bug#40008: Backtraces can contain very long strings

2020-03-10 Thread Jan Synacek
tant part of the backtrace was scrolled away and I got confused about the string, as I thought it was part of the output and started wondering why (display ...) keeps the escaped newlines in the string. If this is not considered a bug, please, at least consider it an RFE. -- Jan Synacek Software Engineer, Red Hat

How to effectively insert into string?

2020-03-09 Thread Jan Synacek
to process the file and add "Patch0004...\nPatch0005..." after the Patch0003 line, then save the file. What is the best way to do this in guile? Is it better to read the entire file and then use something like regexp-substitute or is there a better way? Thank you, -- Jan Synacek Software Eng

[Libguestfs] [PATCH v2 1/2] mltools, options: support --allow-discards when decrypting LUKS devices

2020-01-27 Thread Jan Synacek
--- mltools/tools_utils-c.c | 8 mltools/tools_utils.ml | 6 +++--- mltools/tools_utils.mli | 8 ++-- options/decrypt.c | 5 +++-- options/inspect.c | 2 +- options/options.h | 2 +- 6 files changed, 18 insertions(+), 13 deletions(-) diff --git

[Libguestfs] [PATCH v2 2/2] sparsify: support LUKS-encrypted partitions

2020-01-27 Thread Jan Synacek
--- daemon/listfs.ml | 18 +++--- daemon/luks.c | 9 + generator/actions_core.ml | 3 ++- gobject/Makefile.inc | 2 ++ inspector/inspector.c | 2 +- sparsify/in_place.ml | 2 +- 6 files changed, 26 insertions(+), 10 deletions(-) diff

Re: [Libguestfs] [PATCH] mltools, options: support --allow-discards when decrypting LUKS devices

2020-01-22 Thread Jan Synacek
On Wed, Jan 22, 2020 at 10:50 AM Richard W.M. Jones wrote: > On Wed, Jan 22, 2020 at 10:14:38AM +0100, Jan Synacek wrote: > > -val inspect_decrypt : Guestfs.guestfs -> key_store -> unit > > +val inspect_decrypt : Guestfs.guestfs -> ?allow_discards:bool -> > key_sto

Re: [Libguestfs] [PATCH 1/1] sparsify: support LUKS-encrypted partitions

2020-01-22 Thread Jan Synacek
On Wed, Jan 22, 2020 at 10:54 AM Richard W.M. Jones wrote: > On Wed, Jan 22, 2020 at 10:16:14AM +0100, Jan Synacek wrote: > > From: Jan Synacek > > > > --- > > daemon/listfs.ml | 19 --- > > daemon/luks.c | 9 + &g

Re: [Libguestfs] [PATCH 1/1] sparsify: support LUKS-encrypted partitions

2020-01-22 Thread Jan Synacek
On Wed, Jan 22, 2020 at 10:17 AM Jan Synacek wrote: > From: Jan Synacek > I'm really sorry for the mess... I accidentally sent two submissions with a wrong From: address. Please disregard them. -- Jan Synacek Software Engineer, R

[Libguestfs] [PATCH 1/1] sparsify: support LUKS-encrypted partitions

2020-01-22 Thread Jan Synacek
--- daemon/listfs.ml | 19 --- daemon/luks.c | 9 + generator/actions_core.ml | 3 ++- gobject/Makefile.inc | 2 ++ inspector/inspector.c | 2 +- sparsify/in_place.ml | 2 +- 6 files changed, 27 insertions(+), 10 deletions(-) diff

[Libguestfs] [PATCH 0/1] sparsify: support LUKS-encrypted partitions

2020-01-22 Thread Jan Synacek
]. [1] https://www.redhat.com/archives/libguestfs/2020-January/msg00158.html Jan Synacek (1): sparsify: support LUKS-encrypted partitions daemon/listfs.ml | 19 --- daemon/luks.c | 9 + generator/actions_core.ml | 3 ++- gobject/Makefile.inc

[Libguestfs] [PATCH 1/1] sparsify: support LUKS-encrypted partitions

2020-01-22 Thread Jan Synacek
From: Jan Synacek --- daemon/listfs.ml | 19 --- daemon/luks.c | 9 + generator/actions_core.ml | 3 ++- gobject/Makefile.inc | 2 ++ inspector/inspector.c | 2 +- sparsify/in_place.ml | 2 +- 6 files changed, 27 insertions(+), 10

[Libguestfs] [PATCH 0/1] sparsify: support LUKS-encrypted partitions

2020-01-22 Thread Jan Synacek
]. [1] https://www.redhat.com/archives/libguestfs/2020-January/msg00158.html Jan Synacek (1): sparsify: support LUKS-encrypted partitions daemon/listfs.ml | 19 --- daemon/luks.c | 9 + generator/actions_core.ml | 3 ++- gobject/Makefile.inc

[Libguestfs] [PATCH 0/1] sparsify: support LUKS-encrypted partitions

2020-01-22 Thread Jan Synacek
]. [1] https://www.redhat.com/archives/libguestfs/2020-January/msg00158.html Jan Synacek (1): sparsify: support LUKS-encrypted partitions daemon/listfs.ml | 19 --- daemon/luks.c | 9 + generator/actions_core.ml | 3 ++- gobject/Makefile.inc

[Libguestfs] [PATCH 1/1] sparsify: support LUKS-encrypted partitions

2020-01-22 Thread Jan Synacek
From: Jan Synacek --- daemon/listfs.ml | 19 --- daemon/luks.c | 9 + generator/actions_core.ml | 3 ++- gobject/Makefile.inc | 2 ++ inspector/inspector.c | 2 +- sparsify/in_place.ml | 2 +- 6 files changed, 27 insertions(+), 10

[Libguestfs] [PATCH] mltools, options: support --allow-discards when decrypting LUKS devices

2020-01-22 Thread Jan Synacek
--- mltools/tools_utils-c.c | 8 mltools/tools_utils.ml | 6 +++--- mltools/tools_utils.mli | 2 +- options/decrypt.c | 5 +++-- options/inspect.c | 2 +- options/options.h | 2 +- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/mltools/tools_utils-c.c

[Libguestfs] [PATCH 1/1] WIP: sparsify: Support LUKS-encrypted partitions

2020-01-21 Thread Jan Synacek
--- daemon/listfs.ml | 18 +++--- daemon/luks.c| 1 + 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/daemon/listfs.ml b/daemon/listfs.ml index bf4dca6d4..48880f2e5 100644 --- a/daemon/listfs.ml +++ b/daemon/listfs.ml @@ -19,6 +19,7 @@ open Printf open

[Libguestfs] [PATCH 0/1] WIP: Support LUKS-encrypted partitions

2020-01-21 Thread Jan Synacek
. Comments and pointers on how to proceed further are appreciated. Jan Synacek (1): WIP: sparsify: Support LUKS-encrypted partitions daemon/listfs.ml | 18 +++--- daemon/luks.c| 1 + 2 files changed, 16 insertions(+), 3 deletions(-) -- 2.24.1

Re: GenericError: cannot update build

2020-01-03 Thread Jan Synacek
ild (f31-candidate, > /rpms/cppad.git:82bd2cc17cc49f57aec7aabf1d0aeff9e664): open > (buildvm-05.phx2.fedoraproject.org) -> FAILED: GenericError: cannot > update build 1425936, state: > COMPLETE >0 free 0 open 7 done 1 failed > > 40063178 build (f31-candidate, &g

Re: systemtap doesn't run

2019-09-09 Thread Jan Synacek
On Fri, Sep 6, 2019 at 10:37 PM Mark Wielaard wrote: > Hi Jan, > > CC systemtap upstream list, because I think this is not a great error > message. > > On Fri, 2019-09-06 at 09:53 +0200, Jan Synacek wrote: > > I'm trying to run systemtap on F29 and I'm getting

systemtap doesn't run

2019-09-06 Thread Jan Synacek
ntifier? There seems to be something wrong with the basic systemtap installation. I do have matching debuginfo for both kernel and systemd installed. Running stap-prep only wants to install kernel-debuginfo. How do I make this basic use-case work? Regards, -- Jan Synacek Softwa

Re: Mass rebuild - emacs broken

2019-02-01 Thread Jan Synacek
lled DEBUG util.py:490: BUILDSTDERR: - conflicting requests DEBUG util.py:490: BUILDSTDERR: - nothing provides libwmflite-0.2.so.7()(64bit) needed by ImageMagick-libs-1:6.9.10.23-1.fc30.x86_64 Looks like a broken ImageMagick to me. -- Jan Synacek Software

Re: The "see-also" field in bugzilla

2019-01-15 Thread Jan Synacek
together, because they are similar, or simply to "also see" something that might be related, can hardly be called external tracking. -- Jan Synacek Software Engineer, Red Hat ___ devel mailing list -- devel@lists.fedoraproject.org To unsu

[systemd-devel] Bugfix release(s)

2019-01-14 Thread Jan Synacek
Hi, since v240 didn't go too well, I would like to suggest that the next one (preferably two) release(s) are bugfix only. Please, consider it. Thank you, -- Jan Synacek Software Engineer, Red Hat ___ systemd-devel mailing list systemd-devel

Re: Ctrl+J in mc

2019-01-03 Thread Jan Synacek via mc-devel
es an escape sequence on other systems, I don't know. I find that behaviour quite confusing. Hope this explanation helps a bit. Cheers, -- Jan Synacek Software Engineer, Red Hat ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

Re: [systemd-devel] Strange problem: Failed to get properties: Failed to activate service

2018-10-22 Thread Jan Synacek
If you see a SIGSEGV, let me know. Note that this problem is *not* present in the upstream code base. Cheers, -- Jan Synacek Software Engineer, Red Hat ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] Use of SystemKeepFree=

2018-10-11 Thread Jan Synacek
that SystemKeepFree= should be honored. Is it a bug? When is SystemKeepFree= actually used? Why have SystemKeepFree= at all if it's the "other way around" of SystemMaxUse= ? Cheers, -- Jan Synacek Software Engineer, Red Hat ___ systemd-devel ma

Buildroot broken in Rawhide

2018-07-23 Thread Jan Synacek
d.X .depend /bin/sh: cc: command not found I consider that a broken buildroot. -- Jan Synacek Software Engineer, Red Hat ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: glibc-headers is missing rpc/rpc.h in rawhide

2018-03-15 Thread Jan Synacek
On Thu, Mar 15, 2018 at 11:43 AM, Dan Horák <d...@danny.cz> wrote: > On Thu, 15 Mar 2018 11:30:32 +0100 > Jan Synacek <jsyna...@redhat.com> wrote: > >> Did I miss something? The xinetd package cannot be built because of >> that. > > https://fedoraproject.org/

glibc-headers is missing rpc/rpc.h in rawhide

2018-03-15 Thread Jan Synacek
Did I miss something? The xinetd package cannot be built because of that. Cheers, -- Jan Synacek Software Engineer, Red Hat ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Broken rawhide buildroot/tools?

2018-03-13 Thread Jan Synacek
On Tue, Mar 13, 2018 at 10:14 AM, Emmanuel Seyman <emman...@seyman.fr> wrote: > * Jan Synacek [13/03/2018 09:59] : >> >> [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=25678436 > > From the root.log: > > DEBUG util.py:439: No matching package to insta

Broken rawhide buildroot/tools?

2018-03-13 Thread Jan Synacek
Hi, I was trying to update pidgin, but the package doesn't build and it doesn't seem to be a packaging problem to me [1]. What's happening? [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=25678436 -- Jan Synacek Software Engineer, Red Hat

Re: does Fedora attempt to follow any particular stack resolver?

2017-12-18 Thread Jan Synacek
ling *only* stack (thanks Jens for the repo!!!) and using it to install the rest, including ghc, works the best. Cheers, -- Jan Synacek Software Engineer, Red Hat ___ haskell mailing list -- haskell@lists.fedoraproject.org To unsubscri

Re: [ANNOUNCE] 7 applications written in Rust are available in Rawhide

2017-11-28 Thread Jan Synacek
On Tue, Nov 28, 2017 at 10:20 AM, Zbigniew Jędrzejewski-Szmek <zbys...@in.waw.pl> wrote: > On Tue, Nov 28, 2017 at 09:57:50AM +0100, Jan Synacek wrote: >> On Mon, Nov 27, 2017 at 6:38 PM, Igor Gnatenko >> <ignatenkobr...@fedoraproject.org> wrote: >> > snip

Re: [ANNOUNCE] 7 applications written in Rust are available in Rawhide

2017-11-28 Thread Jan Synacek
On Mon, Nov 27, 2017 at 6:38 PM, Igor Gnatenko <ignatenkobr...@fedoraproject.org> wrote: > snip I kind of wonder... What is so special about them that they deserve a big announcement like this? -- Jan Synacek Software Engineer, Red Hat

Re: Font rendering and blurry fonts

2017-08-10 Thread Jan Synacek
On Thu, Aug 10, 2017 at 4:04 PM, Matthew Miller <mat...@fedoraproject.org> wrote: > On Thu, Aug 10, 2017 at 11:39:30AM +0200, Jan Synacek wrote: >> > Bug 1469712 - font antialiasing/hinting is not working on Fedora 26 >> > https://bugzilla.redhat.com/show_b

Re: Font rendering and blurry fonts

2017-08-10 Thread Jan Synacek
On Thu, Aug 10, 2017 at 10:20 AM, Tomasz Torcz <to...@pipebreaker.pl> wrote: > On Thu, Aug 10, 2017 at 09:25:41AM +0200, Jan Synacek wrote: >> Hi, >> >> something changed between F24 and F26 (even F25) regarding font >> rendering and I can't figure out what

Font rendering and blurry fonts

2017-08-10 Thread Jan Synacek
change any settings. I didn't upgrade, but reinstalled F26. I would like to fix this because it's killing my eyes. Any idea what has changed or what to install/remove/reconfigure to bring the old rendering back? Cheers, -- Jan Synacek Software Engineer, Red Hat

Emacs build fails in Rawhide on ppc64le

2017-07-18 Thread Jan Synacek
. [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=20592574 Cheers, -- Jan Synacek Software Engineer, Red Hat ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: git - wrong paths in documentation files

2017-07-18 Thread Jan Synacek
files under common directory, >e.g. /usr/share/doc/git/ > ignoring the sub-package that install specific doc files. Yes, please. Since versioned docs are not used anymore, this is makes perfect sense, at least to me. Cheers, -- Jan Synacek Software Engineer, Red Hat _

Re: [systemd-devel] Github systemd issue 6237

2017-07-11 Thread Jan Synacek
On Mon, Jul 10, 2017 at 4:41 PM, Lennart Poettering <lenn...@poettering.net> wrote: > On Mon, 10.07.17 15:58, Lennart Poettering (lenn...@poettering.net) wrote: > >> On Mon, 10.07.17 15:16, Jan Synacek (jsyna...@redhat.com) wrote: >> >> > On Mon, Jul 10, 201

Re: [systemd-devel] Github systemd issue 6237

2017-07-10 Thread Jan Synacek
OSIX explicitly suggests, btw) > 5. We require that the user name fits in the utmp user name field, so >that we can always log properly about it. Is this documented somewhere? If not, it would be great to have it documented. I'm pretty sure that this exact paragraph would be ok.

Re: [systemd-devel] Disabling 'Predictable Network Interface Names'

2017-03-07 Thread Jan Synacek
param is present. Hi, check out the official Red Hat documentation [1] on how to disable the naming scheme. If what's described there doesn't work, please, file a bug report. [1] https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec-Disabling_Consiste

Re: In need of C++ gurus

2017-02-20 Thread Jan Synacek
On Mon, Feb 20, 2017 at 9:27 AM, Jakub Jelinek <ja...@redhat.com> wrote: > On Mon, Feb 20, 2017 at 09:15:46AM +0100, Jan Synacek wrote: >> Hi, >> >> warzone2100 fails to build [1] and I have no idea how to fix that. >> Most of the errors are: >> >> ma

In need of C++ gurus

2017-02-20 Thread Jan Synacek
me in the right direction? I've looked at [2], but that doesn't seem to help much in this case. [1] https://bugzilla.redhat.com/attachment.cgi?id=1254868 [2] https://gcc.gnu.org/gcc-7/porting_to.html Cheers, -- Jan Synacek Software Engineer, Red Hat

Re: Rust SIG

2017-02-01 Thread Jan Synacek
aintaining Rust packages for Fedora." Isn't packaging Rust libraries waste of time? Cargo does a great job taking care of the libraries / dependencies. How is packaging Rust applications different from packaging any compiled (to ELF) applications? Apart from having the correct runtime, of course. C

Re: Shell surface positioning

2016-11-10 Thread Jan Synacek
On Thu, Nov 10, 2016 at 6:20 AM, Jonas Ådahl <jad...@gmail.com> wrote: > On Wed, Nov 09, 2016 at 10:30:45AM +0100, Jan Synacek wrote: >> Hello, >> >> I'm playing around with libwayland-client, implementing a simple >> application. I made the middle mou

Critpath flags on Emacs and Guile

2016-10-21 Thread Jan Synacek
Why were critpath flags set on Emacs and Guile? Cheers, -- Jan Synacek Software Engineer, Red Hat ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: fedpkg local --noclean?

2016-10-20 Thread Jan Synacek
lain mock -n (and/or --no-cleanup-after). -- Jan Synacek Software Engineer, Red Hat ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: g++ __VA_ARGS__ error

2016-07-12 Thread Jan Synacek
On Mon, Jul 11, 2016 at 2:22 PM, Jonathan Wakely <jwak...@fedoraproject.org> wrote: > On 11/07/16 13:16 +0100, Daniel P. Berrange wrote: >> >> On Mon, Jul 11, 2016 at 02:09:24PM +0200, Jan Synacek wrote: >>> >>> Hello, >>> >>> I'm tryin

g++ __VA_ARGS__ error

2016-07-11 Thread Jan Synacek
understands g++ please advise how to fix this? I don't quite understand why it doesn't work. Cheers, -- Jan Synacek Software Engineer, Red Hat -- devel mailing list devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: pidgin, was Re: Orphaned Packages in branched (2016-05-03)

2016-05-09 Thread Jan Synacek
used or never heard of someone using. > > Do the pidgin maintainers want to take the package on, or recompile > pidgin without silc support so we can get pidgin of the death list? I've disabled silc support. -- Jan Synacek Software Engineer, Red Hat -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Packaging vty

2016-04-01 Thread Jan Synacek
from /var/tmp/rpm-tmp.d1XqGe (%build) Bad exit status from /var/tmp/rpm-tmp.d1XqGe (%build) Any idea if that could be fixed without actually patching the code? [1] https://hackage.haskell.org/package/vty-5.4.0 [2] https://hackage.haskell.org/package/adjunctions-4.3 Cheers, -- Jan Synacek

Re: F24 broken dependencies

2016-03-22 Thread Jan Synacek
On Tue, Mar 22, 2016 at 12:46 PM, José Matos <jama...@fc.up.pt> wrote: > On Tuesday, March 22, 2016 12:13:47 PM WET Jan Synacek wrote: >> Currently, it's not possible to update from F23 to F24 because of >> broken dependencies. >> >> # dnf update --releasever=

F24 broken dependencies

2016-03-22 Thread Jan Synacek
-libs-3.5.1-7.fc24.x86_64 conflicts with file from package python3-libs-3.4.3-5.fc23.x86_64 file /usr/lib64/gstreamer-1.0/libgstopus.so from install of gstreamer1-plugins-base-1.7.90-2.fc24.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-1.6.3-3.fc23.x86_64 -- Jan Synacek

Re: systemd stopped building on rawhide

2016-02-09 Thread Jan Synacek
problem, which is really sad. What is even more sad is the line that has been added into the changelog. It says "Rebuilt for ", which is simply not true. -- Jan Synacek Software Engineer, Red Hat signature.asc Description: PGP signature -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: Orphaned packages looking for new point of contact

2016-01-28 Thread Jan Synacek
Kevin Fenzi <ke...@scrye.com> writes: > ... > purple-plugin_pack -- A set of plugins for libpurple, pidgin, and finch ( > master f23 f22 ) Taken. -- Jan Synacek Software Engineer, Red Hat signature.asc Description: PGP signature -- devel mailing list devel@lists.fedorap

Re: Emacs 25 Copr repo

2016-01-08 Thread Jan Synacek
Haïkel <hgue...@fedoraproject.org> writes: > 2016-01-07 9:07 GMT+01:00 Jan Synacek <jsyna...@redhat.com>: >> Hello Emacs fans, >> >> in case you want to try the latest Emacs and don't want to build it >> yourselves... >> >> https://copr.fedora

Poll: emacs.desktop or emacsclient.desktop?

2016-01-05 Thread Jan Synacek
is then simply consitent with the rest of the icons. The emacsclient behavior is just weird. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1175969 Cheers, -- Jan Synacek Software Engineer, Red Hat signature.asc Description: PGP signature -- devel mailing list devel@lists.fedoraproject.org

Re: emacs-filesystem

2016-01-05 Thread Jan Synacek
Michael Schwendt <mschwe...@gmail.com> writes: > On Mon, 04 Jan 2016 15:35:51 +0100, Jan Synacek wrote: > >> Hello, >> >> long time ago, there was a request to create the emacs-filesystem >> package [1], so other packages could drop their emacs-specific f

Re: emacs-filesystem

2016-01-05 Thread Jan Synacek
Jonathan Underwood <jonathan.underw...@gmail.com> writes: > On 4 January 2016 at 14:35, Jan Synacek <jsyna...@redhat.com> wrote: >> ... >> Any comments? Maybe there are still people that were involved with the >> change? > > Those unaware of history are

emacs-filesystem

2016-01-04 Thread Jan Synacek
t suddenly require emacs-filesystem to be installed as a dependency. Any comments? Maybe there are still people that were involved with the change? [1] https://bugzilla.redhat.com/show_bug.cgi?id=661866 Cheers, -- Jan Synacek Software Engineer, Red Hat signature.asc Description: PGP signatur

Re: Help with building ruby bindings for notmuch package

2015-11-27 Thread Jan Synacek
t.com/show_bug.cgi?id=1280245, the attached patch should answer your question. Cheers, -- Jan Synacek Software Engineer, Red Hat signature.asc Description: PGP signature -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: [systemd-devel] Scheme bindings

2015-11-20 Thread Jan Synacek
oted(void) { return laccess("/run/systemd/system/", F_OK) >= 0; } This returns a "boolean" value. I'm not really sure why it would return anything else. But, the documentation indeed says that it can return negative values

Re: [systemd-devel] Scheme bindings

2015-11-20 Thread Jan Synacek
; activated services in scheme! >> >> [1] https://github.com/jsynacek/guile-systemd >> >> Have fun, >> -- >> Jan Synacek >> Software Engineer, Red Hat >> ___ >> systemd-devel mailing list >> systemd

Re: [systemd-devel] systemd-211 patch for FailureAction

2015-11-18 Thread Jan Synacek
prepared to hunt for them, though, as systemd-211 is pretty old. [1] https://github.com/systemd/systemd/ Cheers, -- Jan Synacek Software Engineer, Red Hat signature.asc Description: PGP signature ___ systemd-devel mailing list systemd-devel@lists

Re: Failing builds on rawhide

2015-11-13 Thread Jan Synacek
Peter Robinson <pbrobin...@gmail.com> writes: > On Thu, Nov 12, 2015 at 12:47 PM, Peter Robinson <pbrobin...@gmail.com> wrote: >> On Thu, Nov 12, 2015 at 12:41 PM, Jan Synacek <jsyna...@redhat.com> wrote: >>> I'm getting this error: >>> >>&

Failing builds on rawhide

2015-11-12 Thread Jan Synacek
I'm getting this error: bash: /usr/bin/rpmbuild: No such file or directory http://koji.fedoraproject.org/koji/taskinfo?taskID=11804093 Cheers, -- Jan Synacek Software Engineer, Red Hat signature.asc Description: PGP signature -- devel mailing list devel@lists.fedoraproject.org https

Re: [systemd-devel] systemd and intltool

2015-10-09 Thread Jan Synacek
Jan Synacek <jsyna...@redhat.com> writes: > Lennart Poettering <lenn...@poettering.net> writes: > >> On Thu, 10.09.15 19:10, Michael Biebl (mbi...@gmail.com) wrote: >> >>> Hi, >>> >>> reading https://wiki.gnome.org/Projects/GnomeCommon

Re: [systemd-devel] systemd and intltool

2015-10-08 Thread Jan Synacek
Michael Biebl <mbi...@gmail.com> writes: > 2015-10-07 14:43 GMT+02:00 Jan Synacek <jsyna...@redhat.com>: >> Lennart Poettering <lenn...@poettering.net> writes: > >>> Happy to take a patch that removes the intltool hookup if it replaces >>> it wit

Re: [systemd-devel] systemd and intltool

2015-10-07 Thread Jan Synacek
d this a bit... AFAIK, gettext cannot be directly used to parse and merge translations into XML files. However, a simple python script instead of intltools should be enough for systemd's needs. I'll investigate further and possibly submit a pull request. -- Jan Synacek Softwa

No space left on device: '/mnt/koji/work/tasks/...'

2015-09-18 Thread Jan Synacek
I can't 'fedpkg build' right now and I'm not sure where to file this. -- Jan Synacek Software Engineer, Red Hat signature.asc Description: PGP signature -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http

Re: Pondering the Emacs add-on packaging situation

2015-06-24 Thread Jan Synacek
) and system package management such as we have had to solve for perl, python, texlive etc etc. But it's not clear to me what a good solution would be for Emacs. I'd welcome any thoughts anyone has (especially Tom Tromey if he still reads this list). Cheers, -- Jan Synacek Software Engineer

Re: Pondering the Emacs add-on packaging situation

2015-06-24 Thread Jan Synacek
Jonathan Underwood jonathan.underw...@gmail.com writes: On 24 June 2015 at 08:01, Jan Synacek jsyna...@redhat.com wrote: Jonathan Underwood jonathan.underw...@gmail.com writes: So, I am not really sure what a good way forward is at this point. Certainly package.el could be extended to help us

Re: [systemd-devel] remote-fs dependency/ordering on network

2015-06-23 Thread Jan Synacek
Lennart Poettering lenn...@poettering.net writes: On Mon, 22.06.15 14:49, Jan Synacek (jsyna...@redhat.com) wrote: Lukáš Nykrýn lnyk...@redhat.com writes: Jan Synáček píše v Čt 18. 06. 2015 v 15:41 +0200: Is remote-fs.target somehow dependent/ordered on network.target or network

Re: [systemd-devel] remote-fs dependency/ordering on network

2015-06-22 Thread Jan Synacek
dependency between remote-fs.target, and network*. I'm quite puzzled how NFS mounts mounted on boot can actually work correctly right now. -- Jan Synacek Software Engineer, Red Hat signature.asc Description: PGP signature ___ systemd-devel mailing list

Re: [systemd-devel] [PATCH] journal, coredump: allow relative values in some configuration options

2015-05-28 Thread Jan Synacek
is the advantage of the mapping again? Sorry if I'm being thick. Cheers, -- Jan Synacek Software Engineer, Red Hat signature.asc Description: PGP signature ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: [systemd-devel] [PATCH] WIP: conf-parser: allow config_parse_iec_off to parse percentages

2015-05-22 Thread Jan Synacek
Lennart Poettering lenn...@poettering.net writes: On Wed, 20.05.15 10:37, jsyna...@redhat.com (jsyna...@redhat.com) wrote: From: Jan Synacek jsyna...@redhat.com Allow certain configuration options to be specified as percentages. For example, in journald.conf, SystemMaxUse= can now also

Re: [systemd-devel] [PATCH] systemctl: introduce -e and -d for start and stop

2015-05-14 Thread Jan Synacek
Lennart Poettering lenn...@poettering.net writes: On Wed, 13.05.15 15:21, jsyna...@redhat.com (jsyna...@redhat.com) wrote: From: Jan Synacek jsyna...@redhat.com Hmm, do we really need two options for this? I mean, since -e would only ever be combined with start, and -d only with stop

Re: Can't give package to another developer

2015-04-29 Thread Jan Synacek
Michael Schwendt mschwe...@gmail.com writes: On Wed, 29 Apr 2015 10:52:09 +0200, Jan Synacek wrote: I'm trying to give one of my packages (openldap) to another developer, but the online tool keeps saying that User is not in the packager group, which I believe is not true, because he

Can't give package to another developer

2015-04-29 Thread Jan Synacek
I'm trying to give one of my packages (openldap) to another developer, but the online tool keeps saying that User is not in the packager group, which I believe is not true, because he is in the same Fedora groups as I am. Where can I report this? Cheers, -- Jan Synacek Software Engineer, Red Hat

Re: [systemd-devel] [PATCH] cryptsetup-generator: support rd.luks.key=keyfile:keyfile_device

2015-04-24 Thread Jan Synacek
Lennart Poettering lenn...@poettering.net writes: On Fri, 20.02.15 10:56, Jan Synacek (jsyna...@redhat.com) wrote: Sorry for the late review. What's the precise background of this? Can you elaborate? Is there some feature request for this? Hi, I can see that Andrei already answered most

Re: [systemd-devel] [PATCH] tmpfiles: don't create subvolumes in chroot

2015-04-02 Thread Jan Synacek
Lennart Poettering lenn...@poettering.net writes: On Wed, 01.04.15 15:45, Jan Synacek (jsyna...@redhat.com) wrote: I am also against this since chrooting is an implementation detail of mock, nothing more, and the fact that mock's recursive deletion logic cannot handle removal

  1   2   3   4   >