Re: Is zh_Hans a valid locale name?

2019-02-14 Thread Tom Hughes
On 14/02/2019 15:58, Randy Barlow wrote: On Thu, 2019-02-14 at 15:53 +, Tom Hughes wrote: It's not a fully specified locale but it's not wrong either. Per the CLDR likely subtag rules it would expand to zh_Hans_CN. It specifies simplified chinese without any specific country bein

Re: Is zh_Hans a valid locale name?

2019-02-14 Thread Tom Hughes
On 14/02/2019 20:20, Florian Weimer wrote: * Tom Hughes: It's not a fully specified locale but it's not wrong either. Per the CLDR likely subtag rules it would expand to zh_Hans_CN. zh_Hans_CN or zh-Hans_CN? Well I think that depends on the system parsing the name and which stand

Re: Review swaps

2019-02-15 Thread Tom Hughes
an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.or

Re: libravatar is in fedorainfracloud!

2019-02-21 Thread Tom Hughes
visited over https without a prefix so that HSTS is recorded for all subdomains. It's not essential if you only have a single name anyway but if you're doing includeSubdomains then it may be, and it is required for preload: https://hstspreload.org/?domain=libravatar.org Tom -- Tom

Re: Broken modules on rawhide

2019-02-26 Thread Tom Hughes
ntly mirroring modules to our local mirror because we're not using them. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproj

Re: GCC9 bug on ppc64le ? or why just fail in ppc64le rawhide?

2019-02-26 Thread Tom Hughes
character! If you look at the stdio functions that can return EOF you will find that they all use int not char... Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Re: Default LDFLAGS in build system - possible problems

2019-02-28 Thread Tom Hughes
cflags ruby" doesn't give you matching compiler flags. That said, the ruby.pc file may be assuming that it will be used for building ruby extensions, which would be .so files and hence use -fPIC anyway... Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ _

Re: F31 System-Wide Change proposal: Enable Compiler Security hardening flags by default in G

2019-03-13 Thread Tom Hughes
ction -fcf-protection Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/co

Re: F31 System-Wide Change proposal: Enable Compiler Security hardening flags by default in G

2019-03-13 Thread Tom Hughes
On 13/03/2019 11:11, Florian Weimer wrote: * Tom Hughes: On 13/03/2019 03:27, Huzaifa Sidhpurwala wrote: On 3/12/19 5:40 PM, Vít Ondruch wrote: Will it help to mitigate issues such as: https://bugzilla.redhat.com/show_bug.cgi?id=1284684 This is related to the following change which was

Re: F31 System-Wide Change proposal: Enable Compiler Security hardening flags by default in G

2019-03-13 Thread Tom Hughes
hich includes -Wformat) and -Werror=format-security which enables that warning and turns on -Werror for it. So format-security does actually cause build failures already. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list

Re: Chromium C++ help needed

2019-03-13 Thread Tom Hughes
crashes. Yes v8 (and hence chromium) were well known for triggering crashes when gcc first started assuming that people wouldn't call methods on null pointers. The underlying bugs in v8 where it was doing that may well be fixed by now of course. Tom -- Tom Hughes (t...@compton.nu) http://compt

Re: frozen approved review

2019-03-17 Thread Tom Hughes
creation of the repository with "fedpkg request-repo" now. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedo

Re: /dev/net/tun no longer exists in F31 rawhide ?

2019-03-18 Thread Tom Hughes
liases in the module to decide what device nodes to create. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Con

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Tom Hughes
fedora.upn containing your FAS username. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedor

Re: Fedora GPG signing/verifying question

2019-03-28 Thread Tom Hughes
ainer personally compiled and gpg signed with their personal key? If the answer is b), why do we import a Fedora public key to verify packages/rpms? The first - all packages are built from source in koji and then signed with the Fedora key. Tom -- Tom Hughes (t...@compton.nu) http://compt

Re: RPM strip scripts and executables as shared objects

2019-03-29 Thread Tom Hughes
e loaded. In short if you use --strip you will find that you are no longer able to actually load the program or shared library. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubsc

Re: provider bad repo (network) or bug development ?

2019-03-31 Thread Tom Hughes
://fedora.pkgs.org/29/> has a kivy package). Yes, but not in the main repos, in a third party repository called RPM Sphere. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe s

Re: EXTERNAL: firefox-wayland and URLs in other programs

2019-04-02 Thread Tom Hughes
s in Thunderbird I certainly have - it's the main reason I always give up after a short period of trying to test it. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe

Re: EXTERNAL: firefox-wayland and URLs in other programs

2019-04-02 Thread Tom Hughes
is a shared library: /usr/lib64/firefox/libmozwayland.so So you're running the normal firefox then! You need to install firefox-wayland to get the test version and then you will have a firefox-wayland script and a second entry in the gnome overview. Tom -- Tom Hughes (t...@comp

Re: firefox-wayland and URLs in other programs

2019-04-02 Thread Tom Hughes
es it for me as well. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-

Re: Maintainer test instances

2019-04-04 Thread Tom Hughes
On 03/04/2019 23:48, Kevin Fenzi wrote: Additionally, I have just added 2 aarch64 instances (running Fedora 29). That's great, except neither of them wants to let me in ;-) Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel ma

Re: Maintainer test instances

2019-04-04 Thread Tom Hughes
ould it be possible to upgrade these arm32 machines? They're f29, the same as the aarch64 machines, and mock should work fine, or it did the last time I tried it. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailin

Re: Maintainer test instances

2019-04-04 Thread Tom Hughes
On 04/04/2019 19:49, Sergio Durigan Junior wrote: On Thursday, April 04 2019, Tom Hughes wrote: On 04/04/2019 19:39, Sergio Durigan Junior wrote: That's awesome, thanks Kevin. A while ago I wanted access to an arm32 machine running Rawhide, but found that the test machines are unfortun

Re: problem with rpm dependencies

2019-04-24 Thread Tom Hughes
.fc30.x86_64 python2-mlt-6.12.0-7.fc30.x86_64 how can i solve this in the rpm spec file [1] ? Obsoletes: python2-mlt < 6.12.0-8 See: https://docs.fedoraproject.org/en-US/packaging-guidelines/#renaming-or-replacing-existing-packages Tom -- Tom Hughes (t...@compton.nu) http://co

Re: Orphaning js-jquery

2019-04-25 Thread Tom Hughes
f each package to maintain I now have multiple versions to worry about! I mean obviously I could convert to a module and only maintain one version but what would be the point? There would still be extra metadata relating to the module to maintain anyway. Tom --

Re: Un-orphaned NodeJS packages upgrades in rawhide

2019-04-29 Thread Tom Hughes
t at build time so you would need parallel installability not just availability. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.

Re: Enable dmarc mitigations

2019-05-02 Thread Tom Hughes
ender requests. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.

Re: Upgrade to F30 gone wrong

2019-05-04 Thread Tom Hughes
ject.org/wiki/Common_F30_bugs#blscfg-fail Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedor

Re: Upgrade to F30 gone wrong

2019-05-04 Thread Tom Hughes
ed "common bugs" because it's a bug. Tom On 04/05/2019 15:59, Steve Grubb wrote: Hello, One detail is missing, see below On Saturday, May 4, 2019 10:54:49 AM EDT Steve Grubb wrote: On Saturday, May 4, 2019 10:29:18 AM EDT Tom Hughes wrote: On 04/05/2019 15:24, Steve Grubb wr

Re: Firefox certificate

2019-05-04 Thread Tom Hughes
d on the Privacy and Security tab in the settings, and if you do then use the view link there to see if the two studies related to that bug are enabled. Right now that is the only fix I think - there isn't a code fix yet so any talk about a Fedora update is premature. Tom -- Tom Hughes (t...@comp

Re: Fedora 32 Self-Contained Change proposal: Track Changes in Taiga

2019-05-21 Thread Tom Hughes
e page you can point at in the current instance that gives some of idea of what a "change" might looked at when documented in taiga? ie a view somewhat equivalent of the current wiki page for a change that shows a one page summary of it? Tom -- Tom Hughes (t...@compton.n

Re: Using fedora-active-user: unable to find fedora_cert

2019-05-30 Thread Tom Hughes
ost things look at $FAS_USERNAME for that? There's ~/.fedora.upn as well though I'm not sure what looks at that? Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send

Re: lmdb fails to map large DBs on i686/s390x

2019-06-04 Thread Tom Hughes
hat is actually available... Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfed

Re: How should the nvme-cli package generate its host "NQN"?

2018-09-28 Thread Tom Hughes
On 28/09/2018 19:42, Andrew Lutomirski wrote: Debian has "purge" for things like this, but I don't think Fedora has any equivalent. Doesn't generating in %post and owning it as %ghost in the files list achieve much the same result of removing it when the package is r

Re: hibernation — does it work for you?

2018-10-03 Thread Tom Hughes
x27;t previously present. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/co

Re: resume= kernel cmdline arg by default on servers

2018-10-18 Thread Tom Hughes
one of the swap partitions. If the kernel finds a hibernation image on the specified device then it will restore that and switch to it otherwise it will just continue booting as normal. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailin

Re: Build failure on ppc64le in rawhide

2018-10-21 Thread Tom Hughes
cause the machine ran out of memory. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: bottlenecks that case my machine to freeze

2018-10-25 Thread Tom Hughes
x27;t needed because it occurs for many developers on diverse hardware. Where is this tracked so we can follow along? There are a bunch of gnome bugs relating to it - try these: https://bugzilla.gnome.org/show_bug.cgi?id=757942 https://bugzilla.gnome.org/show_bug

Re: help/info needed: Javascript and CORS - a bodhi <--> bugzilla communication problem

2018-10-30 Thread Tom Hughes
requires that you trust the domain you are allowing the access to. So for BZ I guess the issue will be figuring out if any of the bugs you are getting information on are restricted in any way? or maybe that's fine if the bodhi user has access to those bugs and the domain can just be validat

Re: help/info needed: Javascript and CORS - a bodhi <--> bugzilla communication problem

2018-10-30 Thread Tom Hughes
On 30/10/2018 18:13, Tom Hughes wrote: On 30/10/2018 17:36, Mattia Verga wrote: What type of security issue may arise with a wildcarded `Access-Control-Allow-Headers: *` header? As I understand CORS, it's not a server protection, rather a client protection. In fact, installing a br

Re: CVE-2018-14665 : Xorg X Server Vulnerabilities

2018-11-01 Thread Tom Hughes
d in Fedora and hasn't been for some considerable time (since F22 at least). Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraprojec

Re: NSS package consolidation

2018-11-08 Thread Tom Hughes
://fedoraproject.org/wiki/Packaging:Guidelines#Renaming.2FReplacing_Existing_Packages So have the new merged nss obsolete the old versions of nss-util and nss-softokn and then retire them. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel

Re: NSS package consolidation

2018-11-08 Thread Tom Hughes
On 08/11/2018 14:00, Vít Ondruch wrote: Dne 08. 11. 18 v 13:04 Tom Hughes napsal(a): On 08/11/2018 11:44, Daiki Ueno wrote: The question is, is there any documented procedure to do this kind of package merge safely?  I guess at least the unnecessary packages (nss-util and nss-softokn) would

Re: tzdata update

2018-11-10 Thread Tom Hughes
ot; data implementation in the future. = Fedora had already switched to the new format for F29: https://fedoraproject.org/wiki/Changes/TZDATA-VANGUARD That bug is asking for 2018g - we already have 2018e where the format changed. Tom -- Tom Hughes (t...

Re: Better fonts by default?

2018-11-11 Thread Tom Hughes
ame thing in F29 but with vertical edges on a non-rotated display! I assumed it was related to subpixel antialiasing being enabled but turning that off doesn't seem to help. I'd say it looks more blueish than green, and it only seems to happen at certain sizes. Tom -- Tom Hughes

Re: Better fonts by default?

2018-11-11 Thread Tom Hughes
On 11/11/2018 19:31, Ahmad Samir wrote: On 11/11/2018 19:23, Tom Hughes wrote: [] That's interesting because I'm seeing the same thing in F29 but with vertical edges on a non-rotated display! I assumed it was related to subpixel antialiasing being enabled but turning that off do

Re: Proposal: Faster composes by eliminating deltarpms and using zchunked rpms instead

2018-11-19 Thread Tom Hughes
alled rpm which would be a big change that nobody seems to have mentioned. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Firefox "Looking Glass" fiasco

2017-12-19 Thread Tom Hughes
gest a seriously broken process for approving shield studies, or they didn't have the political power to overrule the marketing department which is many ways an even bigger problem because that is a cultural issue at the heart of the organisation that will be hard to fix. Tom -- Tom Hu

Re: package built for rawhide, but not available?

2017-12-31 Thread Tom Hughes
as in the compose that completed about 20 minutes before your email so now you need to wait another day or two for it to reach all the mirrors. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraprojec

Re: F28 System Wide Change: Make authselect default tool instead of authconfig

2018-01-05 Thread Tom Hughes
/authselect/custom is not really the correct location for local administrator configuration... Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le

Re: Fwd: Re: F28 Self Contained Change: Thunderbolt Enablement

2018-01-08 Thread Tom Hughes
logic behind going to all this trouble and then not actually asking the user? Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: F28 System Wide Change: Make authselect default tool instead of authconfig

2018-01-08 Thread Tom Hughes
On 08/01/18 10:02, Pavel Březina wrote: On 01/05/2018 04:54 PM, Tom Hughes wrote: On 05/01/18 15:02, Pavel BÅ™ezina wrote: Yes, there is a data dir: /usr/share/authselect/ Description of these directories may be seen in the man page, currently at this upstream link: https://github.com

Re: Fwd: Re: F28 Self Contained Change: Thunderbolt Enablement

2018-01-08 Thread Tom Hughes
On 08/01/18 10:23, Christian Kellner wrote: Hi Tom, On Mon, 8 Jan, 2018 at 11:07 AM, Tom Hughes wrote: On 08/01/18 09:59, Christian Kellner wrote: The current design how gnome-shell and boltd work together will avoid showing any prompts at all as long as a) the current user is

Re: Wyland is a disaster

2018-01-21 Thread Tom Hughes
t may or not be related to Wayland. As Alec said, it's a support issue for now where each point needs to be investigated to determine a cause. Anyone else seen this as a pattern? No. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ __

Re: Wyland is a disaster

2018-01-22 Thread Tom Hughes
using nvidia graphics at all, seem perfectly fine with it. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Wyland is a disaster

2018-01-22 Thread Tom Hughes
On 22/01/18 15:34, Tom Hughes wrote: On 22/01/18 15:26, Jerry James wrote: One configuration that appears to be particularly unstable is a dual-monitor setup with nouveau.  I experience frequent system hangs with that setup, and don't seem to be alone; e.g., https://bugzilla.redha

Re: Wyland is a disaster

2018-01-22 Thread Tom Hughes
rotated right I can't see any obvious indication in the logs of why it fell back but if it's not rotation maybe it's having multiple cards? Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fe

Re: F28 System Wide Change: Binutils version 2.29.1

2018-01-22 Thread Tom Hughes
nge. (rawhide binutils supports -z undefs to undo the effect.) This seems to be breaking things. I have so's failing to link due to this even though the man page says -zdefs doesn't affect shared libraries. Tom -- Tom Hughes (t...@comp

Re: F28 System Wide Change: Binutils version 2.29.1

2018-01-23 Thread Tom Hughes
On 23/01/18 07:44, Florian Weimer wrote: On 01/23/2018 08:16 AM, Tom Hughes wrote: This seems to be breaking things. I have so's failing to link due to this even though the man page says -zdefs doesn't affect shared libraries. Examples? It will cause link failures because bi

Re: F28 System Wide Change: Binutils version 2.29.1

2018-01-23 Thread Tom Hughes
On 23/01/18 08:37, Stephan Bergmann wrote: On 23.01.2018 09:28, Tom Hughes wrote: None the less the man page for ld (at least on F27) says: defs Disallows undefined symbols in object files.  Undefined symbols in shared libraries are still allowed. which says that

Re: Test gating enabled in Bodhi

2018-01-23 Thread Tom Hughes
was getting yesterday until I trained uMatrix to allow it. I'm not getting that message but I am getting the rest so it looks like there is an issue here. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing lis

Re: Test gating enabled in Bodhi

2018-01-23 Thread Tom Hughes
g to break any existing programs but new programs built against it might not work against old versions of the library. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: -z defs linker flag activated in Fedora rawhide

2018-01-25 Thread Tom Hughes
version at run time.  (rhbz#1535422) So this break all the PHP stack build... (all php extensions are dl open plugins, relying on symbol from the engine) Yes it broke all the nodejs binary modules as well, so I fixed them. Doubtless it will do the same for perl, ruby, python, etc. Tom -- Tom

Re: -z defs linker flag activated in Fedora rawhide

2018-01-25 Thread Tom Hughes
- standing expected behaviour of linkers and there's been no proper justification for doing it. Other than detecting cases where shared libraries were missing NEEDED entries for other shared objects that they use? It found one of those in my packages certainly. Tom -- Tom Hughes (t...@compt

Re: -z defs linker flag activated in Fedora rawhide

2018-01-25 Thread Tom Hughes
On 25/01/18 09:17, Neal Gompa wrote: On Thu, Jan 25, 2018 at 4:13 AM, Richard W.M. Jones wrote: On Thu, Jan 25, 2018 at 09:03:34AM +, Tom Hughes wrote: On 25/01/18 08:41, Richard W.M. Jones wrote: On Thu, Jan 25, 2018 at 08:31:29AM +0100, Remi Collet wrote: Le 22/01/2018 à 16:24

Re: -z defs linker flag activated in Fedora rawhide

2018-01-25 Thread Tom Hughes
s linked by perl. In fact I guess the link should really use g++ not gcc? Not sure how easy that is to do in a perl extension build... Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To uns

Re: Is broken dependencies report aware of rich dep ?

2018-01-26 Thread Tom Hughes
On 26/01/18 14:07, Remi Collet wrote: Is broken dependencies report aware of rich dep ? No. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le

Re: GCC broken in rawhide?

2018-01-30 Thread Tom Hughes
s changed the soname for libgfortran which means that everything build using fortran needs to be rebuilt. What Jakub is saying is that the mass rebuild will fix that by rebuilding those packages. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/

Re: RPM packaging and ldconfig handling

2018-01-30 Thread Tom Hughes
= 0 openat(AT_FDCWD, "/etc/ld.so.conf", O_RDONLY) = -1 ENOENT (No such file or directory) ... ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory Tom -- Tom Hughes (t...@compton.nu) http://compton.nu

Re: Packaging wiki: shortcoming in Github Source0 (?)

2018-02-01 Thread Tom Hughes
an old way of doing it that is no longer necessary for github and the version in the wiki is now the preferred approach: https://fedoraproject.org/wiki/Packaging:SourceURL#Commit_Revision Tom -- Tom Hughes (t...@compton.nu) http://compton.nu

Re: BuildError: The following noarch package built differently on different architectures:

2018-02-02 Thread Tom Hughes
that is https://bugzilla.redhat.com/show_bug.cgi?id=1537522 which affects anything that builds documentation with doxygen because graphviz crashes on i686 so the graphs never get created and hence are missing from the files. Tom -- Tom Hughes (t...@compton.nu) ht

Re: clang -mcet -fcf-protection

2018-02-13 Thread Tom Hughes
Currently the x86 GNU/Linux target provides an implementation based on Intel Control-flow Enforcement Technology (CET). Instrumentation for x86 is controlled by target-specific options '-mcet', '-mibt' and '-mshstk' (*note x86 Options::). Given

Re: [HEADS UP] Package wireshark-gtk going away

2018-02-14 Thread Tom Hughes
/usr/sbin/wireshark command as a link to one or the other but alternatives is upset that nothing has created an initial value for that link or something. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel

Re: [HEADS UP] Package wireshark-gtk going away

2018-02-14 Thread Tom Hughes
On 14/02/18 15:42, Tom Hughes wrote: As best I can figure you are trying to use alternatives to manage the /usr/sbin/wireshark command as a link to one or the other but alternatives is upset that nothing has created an initial value for that link or something. Actually apparently it's n

Re: Removal of BuildRoot

2018-02-16 Thread Tom Hughes
problem at all, even if only spellcheck issues. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Removal of BuildRoot

2018-02-16 Thread Tom Hughes
do you get your sources other than by spectool? Surely if you download them manually you would notice any URL change? And it's fedpkg new-sources, not upload-sources ;-) Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel m

Re: Removal of BuildRoot

2018-02-16 Thread Tom Hughes
ives are also easily filtered out by adding .rpmlint to the dist-git repository. I suspect approximately nobody knows that you can create such a file because as far as I can tell it's not well documented. Even now having googled a bit I haven't managed to find anything telling me what I can

Re: [ACTION NEEDED] Missing BuildRequires: gcc/gcc-c++

2018-02-18 Thread Tom Hughes
dependency hell in rawhide allows me to build it... Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: [ACTION NEEDED] Missing BuildRequires: gcc/gcc-c++

2018-02-18 Thread Tom Hughes
On 18/02/18 19:01, Igor Gnatenko wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Sun, 2018-02-18 at 18:53 +, Tom Hughes wrote: On 18/02/18 17:09, Igor Gnatenko wrote: Over this weekend I've performed scratch-mass-rebuild without having gcc and gcc-c++ in buildroot of all F

Re: [ACTION NEEDED] Missing BuildRequires: gcc/gcc-c++

2018-02-18 Thread Tom Hughes
ce the texlive rebuild last week for poppler and has caused the gdal rebuild to fail. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: [ACTION NEEDED] Missing BuildRequires: gcc/gcc-c++

2018-02-19 Thread Tom Hughes
has to require gcc anyway. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Help needed with new segfaults in frame unwinding under gcc8

2018-02-23 Thread Tom Hughes
tailed info on how to reproduce this (most importantly, which src.rpm you are trying to build)? I believe it's cyrus-imapd. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Fedora mass rebuild 2018

2018-02-23 Thread Tom Hughes
t has networking enabled while the default (ie --new-chroot) does not. Does --enable-network also make it work? That doesn't explain koji though, as that has networking disabled. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing lis

Re: Lazarus vs. FPC updates

2018-02-26 Thread Tom Hughes
ably do that as well. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: systemd 238 and sysusers

2018-03-07 Thread Tom Hughes
thing. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: systemd 238 and sysusers

2018-03-07 Thread Tom Hughes
On 07/03/18 10:46, Zbigniew Jędrzejewski-Szmek wrote: On Wed, Mar 07, 2018 at 10:28:58AM +, Tom Hughes wrote: On 07/03/18 10:10, Florian Weimer wrote: On 03/06/2018 03:24 PM, Zbigniew JÄ™drzejewski-Szmek wrote: It's a very simple tool to create system users and group in /etc/passw

Re: [ACTION NEEDED #2] Missing BuildRequires: gcc/gcc-c++

2018-03-07 Thread Tom Hughes
On 07/03/18 07:43, Igor Gnatenko wrote: This is the second iteration of my mass-scratch-rebuild without gcc/gcc-c++ in the buildroot[0]. Everything what was written in original mail still applies. Fixed rapidjson. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu

Re: Broken system upgrade due to rich dependencies

2018-03-08 Thread Tom Hughes
ng of how email is used. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Gating packages in Rawhide

2018-03-08 Thread Tom Hughes
using the --target switch What would be needed is a way to create a side tag and then to merge it back. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email t

Re: Node.js: Would anyone be interested in a Node.js/JavaScript SIG?

2018-03-09 Thread Tom Hughes
this, so I hope that this isn't inconvenient. There already is a nodejs SIG. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Goodbye nvr.rsplit('-', 2), hello modularity

2018-03-15 Thread Tom Hughes
d the kind of rather unhelpful names that you described in your post and I got the impression at the time that it was anticipated they might come to rawhide for real at some point. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing

Re: new section for 'Join the package collection maintainers'

2018-03-15 Thread Tom Hughes
ps://pagure.io/fesco/issue/1770 https://pagure.io/fedora-infrastructure/issue/6361 Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: SSE2 support on PPC/s390/ARM

2018-03-17 Thread Tom Hughes
e target older processors that didn't have it. Basically I think you are literally limited to x86_64 only if there is no alternative implementation that avoids SSE2 instructions. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/

Re: modem-manager-gui packaging

2018-03-22 Thread Tom Hughes
ted one. See here: https://fedoraproject.org/wiki/Packaging:WeakDependencies#Package_Preference Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Could not execute switch_branch: Unknown remote branch origin/f28

2018-03-22 Thread Tom Hughes
/packageinfo?packageID=24481 how can i fix this ? Well that package doesn't seem to have an f28 branch, which is a bit odd given it doesn't seem to be new. You should be able to request one with "fedpkg request-branch" though. Tom -- Tom Hughes (t...@compton.n

Re: Could not execute switch_branch: Unknown remote branch origin/f28

2018-03-22 Thread Tom Hughes
rw-r--r--. 1 root root 1545 Jan  5 03:40 fedpkg.conf -rw-r--r--. 1 root root  581 Feb  6 18:14 rfpkg.conf Better to use .config/rpkg/fedpkg.conf rather than change the global configuration... Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel

Re: Could not execute switch_branch: Unknown remote branch origin/f28

2018-03-22 Thread Tom Hughes
~/.config/rpkg/fedpkg.conf like this: [fedpkg.pagure] token = ... Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: Announcing DNF 3 development

2018-03-26 Thread Tom Hughes
why I always run dnf under sudo even for query operations. Debian has APT. APT uses one copy of metadata. Be wise. Like Debian. Do we know how? Do they just not allow non-root users to get up to date data, or do they do something cleverer? Tom -- Tom Hughes (t...@compton.nu) http://compt

Re: Announcing DNF 3 development

2018-03-26 Thread Tom Hughes
On 26/03/18 09:30, Richard Hughes wrote: On 26 March 2018 at 09:16, Tom Hughes wrote: Will it FINALLY use one copy of metadata for all system users? Do you have a proposal as to how that might be possible in a secure way? I think he means removing the duplication of the cache between

Re: Unannounced soname bump (Rawhide): poppler (libpoppler.so.73 -> libpoppler.so.74)

2018-03-28 Thread Tom Hughes
;ve seen java script implementations that have less churn than it! The soname seems to be bumped for every version, probably without actually trying to analyse whether anything has actually changed. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ __

<    1   2   3   4   5   6   7   8   >