Re: ERRORS: libmateweather.spec OK: libmatekbd.spec libmatemixer.spec mate-menus.spec

2015-11-07 Thread Jakub Bogusz
also on my machine, so it's not th-i686 builder issue). I tried to debug it, but it's nothing obvious and hard to reproduce - so I gave up due to the lack of enough time resources. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mail

MATE issues [was Re: consolekit]

2015-11-03 Thread Jakub Bogusz
sue was caused by mismerge when I updated systemd-fallback patch, should be fixed by Adam in 0.113-2 (sent to builders right now). > well, my actual problem is that i can no longer suspend laptop from > mate. have to type "poweroff" command, very annoying! As for MATE - wh

perl-modules vs perl-Encode [Re: [packages/xorg-lib-libX11] update BR]

2015-11-03 Thread Jakub Bogusz
t, most of Pod:: modules (from perl-modules) require Encode module to work. Also, some others perl-modules require Encode too. So, either perl-modules should require perl-Encode, or Encode modules (in version distributed with core perl) should be included in perl-modules. Or maybe more perl-modules

Re: [packages/rocksdb] - updated to 3.13.1 (note: soname set/changed) - updated libdir patch

2015-09-20 Thread Jakub Bogusz
for resolved symbols referring to e.g. data structures doesn't differ from unresolved symbols of any kind. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/glibc] - rel 1.1; glibc-locale_fixes.patch causes asserts in apps (our locale crap patches are pure evil!)

2015-08-08 Thread Jakub Bogusz
On Thu, Aug 06, 2015 at 10:12:44PM +0200, Arkadiusz Miśkiewicz wrote: > On Thursday 06 of August 2015, Jakub Bogusz wrote: > > On Thu, Aug 06, 2015 at 10:23:49AM +0200, arekm wrote: > > > commit 2395b6fc1fbde35a7f66da5530f99af15968d94f > > > Author: Arkadiusz Miśkiewicz

Re: [packages/glibc] - rel 1.1; glibc-locale_fixes.patch causes asserts in apps (our locale crap patches are pure evil!)

2015-08-06 Thread Jakub Bogusz
pure evil!) Could you provide more information about these asserts? -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/ntp] - fix compile error

2015-08-03 Thread Jakub Bogusz
... puts adds newline, so puts(str) is equivalent of printf("%s\n", str), but printf(str). You can replace printf(str) with fputs(str, stdout). (fputs doesn't add newline) -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing

Re: qt5 rebuild

2015-06-19 Thread Jakub Bogusz
On Fri, Jun 12, 2015 at 12:46:55AM +0300, Elan Ruusamäe wrote: > On 11.06.2015 21:58, Jakub Bogusz wrote: > >On Thu, Jun 11, 2015 at 05:46:25PM +0300, Elan Ruusamäe wrote: > >>>qt5 rebuild has been very painful, because most of the packages need to > >>>be rebu

Re: cairo reqs

2015-06-18 Thread Jakub Bogusz
#x27;t we just disable this *experimental* backend? > go ahead and disable experimental backends. i don't see anyone objecting > and the GL deps slipping into my servers is also what i despise. weston GL clients (e.g. weston-screensaver) use cairo-egl

Re: [packages/python-pyside] - initial; from fc

2015-06-11 Thread Jakub Bogusz
+++ See python-PySide.spec -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: qt5 rebuild

2015-06-11 Thread Jakub Bogusz
slation name, like: > > qtbase_*.qm -> qt5-qtbase > assistant_*.qm -> > qtxmlpatterns_*.qm -> Qt5XmlPatterns > etc > > options would be: > a) create -i18n accompaning packages (Qt5XmlPatterns-i18n, ...) Such approach used to be once with KDE, hardly usable. -- Ja

Re: Fwd: setarch uname 2.6

2015-06-08 Thread Jakub Bogusz
86 uname -rm > 3.14.36-1 i686 > > # setarch i686 setarch uname26 uname -rm > 2.6.54-1 x86_64 Stacking doesn't work as "arch" is personality name. "uname26" seems to be also separate personality (beside an option). -- Jakub Boguszhttp://qboosh.pl/ ___

Re: [packages/fonts-TTF-RedHat-liberation] soft dep on fontpostinst, use triggers to activate

2015-05-17 Thread Jakub Bogusz
, whole package has ~5k. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/systemd] - up to 219 - verbose files

2015-05-07 Thread Jakub Bogusz
t.wants/systemd-networkd.socket > %{__rm} > $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/*.target.wants/systemd-resolved.service Shouldn't these be packaged in -networkd and -resolved subpackages then? -- Jakub Boguszhttp://qboosh.pl/ ___

Re: [packages/gettext] move gettext-tools languages to gettext-tools package

2015-05-04 Thread Jakub Bogusz
m libgettextlib, libgettextpo and libgettextsrc. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/ocaml-ctypes] - complete list of archs with opt support

2015-03-21 Thread Jakub Bogusz
cro and using that? Maybe. %ocaml_opt_archs (arches?) in this case. ocaml itself supports more, this list refers to ocaml with native code generation. > similarily there's need for %java_arches and probably %ghc_arches + %mono_archs -- Jakub

Re: lib64 on i686

2015-03-04 Thread Jakub Bogusz
On Tue, Mar 03, 2015 at 10:37:37AM +0100, Witold Filipczyk wrote: > On Mon, Mar 02, 2015 at 08:56:47PM +0100, Jakub Bogusz wrote: > > On Mon, Mar 02, 2015 at 08:56:17PM +0200, Elan Ruusamäe wrote: > > > this must be reverted: > > > > > > $ rpm -qf /lib64 >

Re: lib64 on i686

2015-03-02 Thread Jakub Bogusz
On Mon, Mar 02, 2015 at 08:56:17PM +0200, Elan Ruusamäe wrote: > this must be reverted: > > $ rpm -qf /lib64 > FHS-2.3-37.i686 Uh, %with macro misuse. Fixed. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-

Re: [packages/ocaml-findlib] - fixed files for opt build - don't strip non-opt builds - rel 6

2015-03-01 Thread Jakub Bogusz
iles of some type (extension?), or the same files depending on build type? In the first case _noautostrip (unconditional) is the solution. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: i486 removal from Th

2015-02-21 Thread Jakub Bogusz
v instructions support (there were such VIA chips in mid 200x years, probably rare to find now). -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: ERRORS: libcfile.spec

2015-01-21 Thread Jakub Bogusz
1-root-builder/usr/share/doc/libcfile-20150101... > ./AUTHORS ./ChangeLog ./README > Documentation compressed. > + exit 0 > Segmentation fault > ended at: Tue Jan 20 21:45:42 2015, done in 0:00:24.284600 > error: No files produced. ??? What happened here? Rebuild from the sa

Re: exfat

2015-01-12 Thread Jakub Bogusz
On Tue, Jan 13, 2015 at 12:39:57AM +0300, Michael Shigorin wrote: > On Sat, Jan 10, 2015 at 07:20:10PM +0100, Jakub Bogusz wrote: > > > exfat-utils-1.0.1-1.x86_64.rpm > > > fuse-exfat-1.0.1-3.x86_64.rpm > > At most S: fuse-exfat in fuse-exfat... > > S: fuse

Re: [packages/libsndfile] - disable checking for unresolved symbols (false positives in library)

2015-01-10 Thread Jakub Bogusz
On Fri, Jan 09, 2015 at 08:25:07AM +0900, Jan Rękorajski wrote: > On Thu, 08 Jan 2015, Jakub Bogusz wrote: > > > On Sat, Jan 03, 2015 at 06:45:21PM +0100, baggins wrote: > > > commit f84c3b3b18f5df5bd4f79a53fec19f17393a0c86 > > > Author: Jan Rękorajski > > >

Re: exfat

2015-01-10 Thread Jakub Bogusz
hem? At most S: fuse-exfat in fuse-exfat... Or just information about each other in both packages descriptions. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/libsndfile] - disable checking for unresolved symbols (false positives in library)

2015-01-08 Thread Jakub Bogusz
ndroms? Doesn't happen on my i686 or carmr x86_64. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/rpm/arlib] convert cpu-os-macros to ar archive instead of untracked .tar.gz

2015-01-07 Thread Jakub Bogusz
acros.a > + > +cd - > +ar cDr cpu-os-macros.a foo/*macros Isn't diff -Nur more readable (paths!) and easier to maintain? -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/texlive/TEXLIVE_20080816] - no clisp on x32 means no xindy there - removed unneeded file that crashes file(1) and prevents bui

2015-01-07 Thread Jakub Bogusz
On Thu, Jan 01, 2015 at 08:49:05PM +0100, baggins wrote: > - removed unneeded file that crashes file(1) and prevents build file(1) must be fixed then (regardless of this image is needed or not). Does it crash everywhere or on x32 only? -- Jakub Boguszhttp://qboosh

Re: [packages/gtk+2] - gtk+2 needs deprecated GdkPixdata type

2014-12-25 Thread Jakub Bogusz
uot; What is this for? No comment inside spec or changelog... -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/mksh] - behave as proper sh when invoked as /bin/sh, wothout fancy, incompatible hacks - rel 2

2014-12-17 Thread Jakub Bogusz
t "-ne", which is GNU-specific). pdksh/mksh support -n and ignore -e (always interpreting escapes) dash (and probably old ash) supports -n but not -e ("-e" is echoed, escapes are always interpreted) Really portable? printf; echo only without options and escapes. When y

Re: cmake macros for dirs

2014-12-09 Thread Jakub Bogusz
ome developers to (mis)think they're always relative - thus probably some packages would require fixing. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/grep] - move from GREP_OPTIONS environmental variable to alias due to its obsolescence

2014-12-08 Thread Jakub Bogusz
IONS. The alternative > is to patch sources and disable this warning, but it is not good way > to solve this issue. Please stop yelling and suggest better solution. GREP_OPTIONS were _disabled_ by default. Now the alias is not. -- Jakub Boguszhttp://qboosh.pl/

Re: [packages/php-pecl-apcu] libtool fix

2014-11-17 Thread Jakub Bogusz
On Mon, Nov 17, 2014 at 07:25:07PM +0100, Arkadiusz Miśkiewicz wrote: > On Monday 17 of November 2014, Jan Rękorajski wrote: > > On Mon, Nov 17, 2014 at 7:01 PM, Jakub Bogusz wrote: > > > On Mon, Nov 17, 2014 at 06:40:22PM +0100, Arkadiusz Miśkiewicz wrote: > > >>

Re: [packages/php-pecl-apcu] libtool fix

2014-11-17 Thread Jakub Bogusz
On Mon, Nov 17, 2014 at 06:40:22PM +0100, Arkadiusz Miśkiewicz wrote: > On Monday 17 of November 2014, Jan Rękorajski wrote: > > On Mon, Nov 17, 2014 at 6:34 PM, Arkadiusz Miśkiewicz > wrote: > > > On Monday 17 of November 2014, Jakub Bogusz wrote: > > >> php (

Re: [packages/php-pecl-apcu] libtool fix

2014-11-17 Thread Jakub Bogusz
php (all versions of) needs fixing wrt. libtool 2.4.3 - THEY changed ltmain.sh (and other files) location again. Now it's /usr/share/libtool/build-aux. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linu

Re: linux kernel binutils vs FSF binutils

2014-10-10 Thread Jakub Bogusz
u tried with GNU binutils release? -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/rpm] use correct string returned by file for Perl scripts

2014-10-07 Thread Jakub Bogusz
xt", RPMFC_PHP|RPMFC_INCLUDE }, I think it depends on file/magic version. IMO it's better to include both strings. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

"old-style" startx from console prompt vs xinit 1.3.4

2014-09-18 Thread Jakub Bogusz
id Xserver (without Xwrapper), e.g. startx -- /usr/bin/X vt10 but the user needs access to vt and possibly other devices (like /dev/psaux for PS/2 mouse). -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linu

Re: Fuzz in patch

2014-09-12 Thread Jakub Bogusz
ut fuzzes and offsets in build logs. With fuzz 0 too many packages would fail to build currently. Maybe fuzz 1 could be acceptable. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-l

Re: uncompressed %_docdir

2014-08-21 Thread Jakub Bogusz
ckages like kicad: Only files installed with (not just marked by) %doc are compressed automagically. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: Building against ffmpeg with opencl

2014-07-26 Thread Jakub Bogusz
lled) does not provide versioned symbols. Any ideas > how this could be solved? Adding -lOpenCL fixes the problem but I don't > think it is a right direction. (Side note: Mesa libOpenCL doesn't provide @OPENCL_1.0 versioning, AMD's (fglrx) IIRC does). Use ocl-icd libOpenCL, wh

Re: glibc man pages

2014-07-13 Thread Jakub Bogusz
On Sat, Jul 12, 2014 at 09:28:47PM +0200, Arkadiusz Miśkiewicz wrote: > On Saturday 12 of July 2014, Jakub Bogusz wrote: > > On Sat, Jul 12, 2014 at 06:42:46PM +0200, Arkadiusz Miśkiewicz wrote: > > > Hi. There are outdated manual pages in glibc.spec: > > > Source5:

Re: dotnet-notify-sharp

2014-07-13 Thread Jakub Bogusz
except for -devel seems parallel installable. notify-sharp 0.4.x was for GTK+ 2, notify-sharp 3.0.0 is for GTK+ 3. If preserving existing package, it could be updated to 0.4.1 (from meebey's git) to use plain dbus-sharp instead of obsolete ndesk variant. -- Jakub Boguszhttp://qboosh.pl/ _

Re: glibc man pages

2014-07-12 Thread Jakub Bogusz
ed version, so why we don't use these pages from man-pages? This tarball should be updated from latest man pages. I worked on some automation scripts for updating per-package man pages tarballs a few years ago, maybe it would be easy to use them for glibc now... -- Jakub Bog

Re: enable/disable for cmake

2014-05-27 Thread Jakub Bogusz
th_foo:-DFOO=ON}. I'm already confused sometimes, which argument to __with_without is bcond name and which is option... __with_unless, __without_if and __with_without_not are even less straight. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en m

Re: [packages/gcc] - up to 4.8.3

2014-05-22 Thread Jakub Bogusz
eletions(-) Maybe let's switch off gcc_libffi and use libffi.spec now? (or we can postpone the switch to gcc 4.9) -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: php and LFS

2014-05-15 Thread Jakub Bogusz
On Wed, May 14, 2014 at 09:47:42PM +0300, Elan Ruusamäe wrote: > On 14.05.2014 21:20, Elan Ruusamäe wrote: > >On 14.05.2014 16:47, Jakub Bogusz wrote: > >>On Wed, May 14, 2014 at 02:43:23PM +0300, Elan Ruusamäe wrote: > >>>but, i do see -D_GNU_SOURCE -D_LA

Re: php and LFS

2014-05-14 Thread Jakub Bogusz
E in build logs... ideas? _LARGEFILE64_SOURCE enables 64-bit file API, but with separate names. To get them available under base names, _FILE_OFFSET_BITS=64 must be used. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/openssh] add limits.h hack for ac in openbsd-compat

2014-05-13 Thread Jakub Bogusz
On Tue, May 13, 2014 at 06:42:51PM +0300, Elan Ruusamäe wrote: > On 13.05.2014 18:16, Jakub Bogusz wrote: > >On Tue, May 13, 2014 at 05:42:28PM +0300, Elan Ruusamäe wrote: > >>i would appreciate if somebody can do cleaner fix for this hack > >>>+--- openssh-6.6

Re: [packages/openssh] add limits.h hack for ac in openbsd-compat

2014-05-13 Thread Jakub Bogusz
if > >++ > >+ typedef enum { > >+NONE = 0, KILO = 1, MEGA = 2, GIGA = 3, TERA = 4, PETA = 5, EXA = 6 > >+ } unit_type; Have you tried -std=c99 (to CFLAGS)? LLONG_ constants are available for: #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -

Re: [packages/libedit] - up to 20140213; add snap to release since this package is actually versioned using date

2014-02-26 Thread Jakub Bogusz
-8): Biblioteka Editline (edytor linii poleceń) > Name:libedit > Version: 3.1 > -%define snap20130712 > -Release: 1 > +%define snap20140213 > +Release: 1.%{snap}.1 So maybe let's add date

libcgroup on builders [Re: OK: COMMAND]

2014-02-15 Thread Jakub Bogusz
erver-packages-3.3-9.noarch Ugh... Because of that libcgroup-devel on builders was unusable. I've split libcgroup-libs anyway, but now it can't be installed because of versioned Conflicts (vserver-packages contains unversioned Provides).

Re: [packages/dietlibc] - added dynamic patch, now builds with dynamic

2014-01-28 Thread Jakub Bogusz
On Tue, Jan 28, 2014 at 07:54:23PM +0100, Jan Rękorajski wrote: > On Tue, 28 Jan 2014, qboosh wrote: > > > commit 7e2c13899f156ecac4d7f89211b5c2b515c6148d > > Author: Jakub Bogusz > > Date: Tue Jan 28 19:51:39 2014 +0100 > > > > - added dy

Re: qt5-qtbase libraries packaging

2014-01-27 Thread Jakub Bogusz
On Sun, Dec 29, 2013 at 12:22:45PM +, Witold Filipczyk wrote: > Jakub Bogusz pld-linux.org> writes: > > > > > How to split it? > > One big package is too big e.g. for non-GUI apps. > > > > RH/Fedora uses base and -gui. > > Rosa (Mandriva?)

Re: Non-standard variables in %cmake macro

2014-01-27 Thread Jakub Bogusz
On Sat, Jan 11, 2014 at 02:56:21PM +0100, Jan Rękorajski wrote: > On Sat, 04 Jan 2014, Jakub Bogusz wrote: > > > The following variables set in %cmake macro: > > > > -DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \\\ > > -D

samba-libs/libsmbclient dependency loop

2014-01-23 Thread Jakub Bogusz
libpdb.so.0 libsmbd_base.so How to resolve it? 1) merge libsmbclient into samba-libs (overkill? current libsmbclient is 190kB, while samba-libs 18MB) 2) move libraries required by libsmbclient to libsmbclient package? (I didn't check their size) 3) any better ideas? -- Jakub Bogusz

Re: [packages/wxWidgets] - added gtk3 patch, allow to build wxGTK3 - handle sdl bcond

2014-01-21 Thread Jakub Bogusz
On Tue, Jan 21, 2014 at 08:34:22AM +0100, Arkadiusz Miśkiewicz wrote: > On Monday 20 of January 2014, qboosh wrote: > > commit d8ba414b6798df934319652e08832c200d312a48 > > Author: Jakub Bogusz > > Date: Mon Jan 20 21:38:08 2014 +0100 > > > > - added

Non-standard variables in %cmake macro

2014-01-04 Thread Jakub Bogusz
pass them only in the rare cases when they are required. I'd keep SYSCONF_INSTALL_DIR, because relative value is always wrong with FHS. Any better solutions? -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld

Re: [packages/samba4] - all samba/vfs modules belong to samba3 exclusively; samba4 uses different ntvfs interface

2013-12-31 Thread Jakub Bogusz
On Tue, Dec 31, 2013 at 07:32:27PM +0100, Jan Rękorajski wrote: > On Tue, 31 Dec 2013, qboosh wrote: > > > commit 2948c518df0a1cdc2672a30e14a7138de4b0a5bc > > Author: Jakub Bogusz > > Date: Tue Dec 31 19:26:50 2013 +0100 > > > > - all samba/vfs modules

qt5-qtbase libraries packaging

2013-12-28 Thread Jakub Bogusz
Qt5Module convention is the most simple and consistent with our qt4 packages. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: C.UTF-8 locale

2013-12-18 Thread Jakub Bogusz
glibc (or anything else)? C is handled in code as special case (not included in localedb). C.UTF-8 would be larger, probably too large for builtin... see some RH/Fedora discussion: https://bugzilla.redhat.com/show_bug.cgi?id=902094 Debian has C.UTF-8 (as generated locale I think). As can be googled

libcrypto++.spec vs cryptopp.spec

2013-12-14 Thread Jakub Bogusz
Yet again, it seems that we have the same package under two names. libcrypto++.spec since 2009, cryptopp.spec since 2004. Which one to kill (after merging missing changes from the other)? -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing

Re: [packages/libunique] - up to 3.0.2 - patches applied upstream

2013-12-14 Thread Jakub Bogusz
ork libunique 1.x as libunique1.spec - merge changes from libunique3 to libunique.spec - kill libunique3 -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

aumix vs aumix-gtk

2013-12-07 Thread Jakub Bogusz
Is anyone against renaming GTK+ version of aumix binary to (e.g.) aumix-gtk and building both versions from single .spec? -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org

Re: TEST build ERRORS: libgda5.spec

2013-11-17 Thread Jakub Bogusz
status from > /tmp/B.eb9570d9-4dcd-4cf6-a4c8-e3127c1ec414/BUILD/tmp/rpm-tmp.86921 (%build) Any ideas why it fails? It builds successfully on th-i486 and th-x86_64 builders, both carme (Oracle Java 7) and carme-i686 (icedtea6) and localhost (java-

Re: Kernel 3.10.x will be new longterm in Th

2013-11-16 Thread Jakub Bogusz
On Fri, Nov 15, 2013 at 09:08:45PM +0100, Jakub Bogusz wrote: > On Fri, Nov 15, 2013 at 05:52:19PM +0100, Jacek Konieczny wrote: > > On Fri, 15 Nov 2013 17:03:14 +0100 > > Jakub Bogusz wrote: > > As for wistron-btns - 3.4 behaves the same, but at least the reason is >

Re: Kernel 3.10.x will be new longterm in Th

2013-11-15 Thread Jakub Bogusz
On Fri, Nov 15, 2013 at 05:52:19PM +0100, Jacek Konieczny wrote: > On Fri, 15 Nov 2013 17:03:14 +0100 > Jakub Bogusz wrote: As for wistron-btns - 3.4 behaves the same, but at least the reason is known: "kernel tried to execute NX-protected page". Is it global protection for som

Re: Kernel 3.10.x will be new longterm in Th

2013-11-15 Thread Jakub Bogusz
ptop. There is also some issue with blank X display (intel hardware); I'm not sure if it's related to kernel driver, new X.org server/driver or new gdm. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pl

Re: [packages/xorriso] new package

2013-11-12 Thread Jakub Bogusz
++ We have this packaged as libisofs + libburn + libisoburn -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/rpm] rpm-perlprov R Encode module (for pod doc builds)

2013-11-03 Thread Jakub Bogusz
requires perl-Encode -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/syslog-ng] - build with internal libivykis for now, syslog-ng segfaults with devel versions (>0.36.x)

2013-10-12 Thread Jakub Bogusz
) What configuration (compared to default)? syslog-ng 3.4.3 + libivykis 0.39 works for me, configuration is almost default. Maybe significant change: I'm using syslog-ng built --with dynamic. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en

Re: [packages/kmod] base does not require -libs anymore. revert that?

2013-09-23 Thread Jakub Bogusz
nking with libkmod. Even if we use dynamic kmod for initrd then copying libkmod is minimal effort (kmod requires libz and liblzma anyway). -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

_rpmversion in rpm 5.4.13

2013-09-23 Thread Jakub Bogusz
$ grep _rpmversion -r /usr/lib/rpm/ /usr/lib/rpm/macros:%_rpmversion3.0 (Th) Is it what it's expected to be? It was 4.5 in rpm-4.5, >= 5 in rpm-5.1.12. Now "%{_rpmversion}" >= "5.0" check doesn't work as before...

Re: [packages/pam] up to 1.1.7, build fails with weird libtool errors

2013-09-13 Thread Jakub Bogusz
On Fri, Sep 13, 2013 at 08:32:02PM +0300, Elan Ruusamäe wrote: > On 13.09.2013 19:10, Jakub Bogusz wrote: > >On Fri, Sep 13, 2013 at 04:59:54PM +0200, glen wrote: > >>commit 0bc3c2f53a535c868bf077a8bcb89c3287ea9442 > >>Author: Elan Ruusamäe > >>Da

Re: [packages/pam] up to 1.1.7, build fails with weird libtool errors

2013-09-13 Thread Jakub Bogusz
host and Th builders. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

qt5 packaging

2013-08-25 Thread Jakub Bogusz
t5base for qtbase tarball?) 3) binary packages Qt5* (Qt5Core, Qt5Gui, Qt5Widgets etc.) for library packages? (following pkgconfig feature names and our qt4 packaging scheme) qt5-* (qt5-qmake, qt5-build etc.) for utility packages? -- Jakub Boguszhttp:/

Re: Fwd: TEST build ERRORS: mysql.spec

2013-08-09 Thread Jakub Bogusz
error: 'yythd' was not declared in this scope > #define YYTHD ((THD *)yythd) >^ bison 3? -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/mysql] - added link patch (fixes build with systemtap probes) - added systemtap bcond

2013-07-24 Thread Jakub Bogusz
On Thu, Jul 25, 2013 at 12:00:51AM +0200, Jan Rękorajski wrote: > On Sat, 13 Jul 2013, qboosh wrote: > > > commit f42f4b0d486f6153736bebd03c12fb16f302e4e1 > > Author: Jakub Bogusz > > Date: Sat Jul 13 07:52:06 2013 +0200 > > > > - added link patc

Re: %{_libdir}/libgettextpo.so.0

2013-07-02 Thread Jakub Bogusz
On Tue, Jul 02, 2013 at 12:09:37PM +0300, Elan Ruusamäe wrote: > On 02.07.2013 07:41, Jakub Bogusz wrote: > >On Mon, Jul 01, 2013 at 10:41:02PM +0200, Lukasz Kies wrote: > >>2013/6/30 Lukasz Glebicki > >>>Could someone explain why libgettextpo.so.0 is not in main get

Re: %{_libdir}/libgettextpo.so.0

2013-07-01 Thread Jakub Bogusz
are useful outside gettext tools themselves, then create %package libs with libgettextlib, libgettextsrc and libgettextpo. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/git-core] - hardcode completions path to avoid bash+bash-completion BR

2013-06-14 Thread Jakub Bogusz
On Fri, Jun 14, 2013 at 03:46:17PM +0300, Elan Ruusamäe wrote: > On 13.06.2013 20:06, qboosh wrote: > >commit 1db8400f5a741a3f3ae86f1a705d8109783dd946 > >Author: Jakub Bogusz > >Date: Thu Jun 13 19:06:48 2013 +0200 > > > > - hardcode completions path

Re: [packages/glibc] - hopefully fixed lang_name for ar_*

2013-06-11 Thread Jakub Bogusz
On Tue, Jun 11, 2013 at 10:07:28PM +0300, Elan Ruusamäe wrote: > On 11.06.2013 21:33, qboosh wrote: > >commit 20ff125f3896bd048cce540a297e7e3d6a24d8b1 > >Author: Jakub Bogusz > >Date: Tue Jun 11 20:33:20 2013 +0200 > > > > - hopefully fixed lang_name fo

Re: Fwd: ERRORS: xbelld.spec

2013-06-06 Thread Jakub Bogusz
mp/B.3034129c-d55a-418d-8943-0b85a94bd355/BUILD/xbelld-0.3.4/xbelld.c:271: > undefined reference to `XkbOpenDisplay' > /tmp/B.3034129c-d55a-418d-8943-0b85a94bd355/BUILD/xbelld-0.3.4/xbelld.c:304: > undefined reference to `XGetKeyboardControl' > /tmp/B.3034129c-

Re: How to fork a package

2013-06-04 Thread Jakub Bogusz
On Wed, Jan 30, 2013 at 02:08:52PM +0100, Kacper Kornet wrote: > On Fri, Oct 05, 2012 at 04:15:04PM +0200, Kacper Kornet wrote: > > On Fri, Oct 05, 2012 at 03:49:51PM +0200, Jakub Bogusz wrote: > > > Is there a way to just copy a repo (without setting the old one r/o)? >

Re: perl packages duplicating main functionality

2013-05-09 Thread Jakub Bogusz
d after checking BR list for versioned dependencies with versions newer than in perl provided in Th. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/crossmingw32-atk] do not provide pkgconfig deps in system namespace

2013-04-20 Thread Jakub Bogusz
le changed, 2 insertions(+), 1 deletion(-) In such case pkgconfig requires shouldn't be generated either. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

gdb update needed

2013-04-01 Thread Jakub Bogusz
Current gdb is too old, it uses some obsolete libbfd version, which makes gdb-lib package unable to link with current system libbfd. BTW: how is our gdb package made and why gdb upstream is not used? -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel

Re: [packages/rpm-build-macros] validate that man links point to something resolveable

2013-03-26 Thread Jakub Bogusz
> > fi; \ > > done; \ > > > Isn't this check too much restrictive? It breaks around 50 specs: > > $ grep -lP "echo '\.so (?!man\d)" *spec | wc -l > 50 > > And links without man\d seem to work. AFAIK they work with man program (which used to be in PLD) but don't work with man-db. >Is there any specification that forbids them? Don't know. Any references? -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/xulrunner] - updated required versions of nspr, glib2 (gio), libpng, sqlite3

2013-03-25 Thread Jakub Bogusz
On Mon, Mar 04, 2013 at 03:55:15PM +0200, Elan Ruusamäe wrote: > On 22.02.2013 23:28, qboosh wrote: > >commit f8c08c35b6b6c38bf8039f78fd921f9d067dda1d > >Author: Jakub Bogusz > >Date: Fri Feb 22 22:29:01 2013 +0100 > > > > - updated required versions of n

Re: [packages/hfsplus-tools] - pl, pass CFLAGS and LDFLAGS (no CC, as it must be clang because of Blocks extension)

2013-03-19 Thread Jakub Bogusz
gt; > > > also if you ass CFLAGS as env, not make parameter, makefiles can > > CFLAGS+=something, and not needing to copy that contents to .spec > > > > CFLAGS="%{rpmcflags}" make Makefiles most often use CFLAGS[:]=..., so passing by environent has no effect.

Re: [packages/grilo] - pl, completed dependencies

2013-03-19 Thread Jakub Bogusz
On Tue, Mar 19, 2013 at 09:26:51AM +0100, Lukasz Kies wrote: > 2012/11/29 qboosh > > > commit b389ca4e05ef829aab497e36b221882987a9f66c > > Author: Jakub Bogusz > > Date: Thu Nov 29 21:10:02 2012 +0100 > > > > - pl, completed d

Re: [packages/xorg-util-util-macros] remove man3x from from xorg-macros.m4

2013-03-07 Thread Jakub Bogusz
- Removal of this patches will cause build of all xorg-* packages containing "%{_mandir}/...x*" to fail (because of missing "x"). -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-

Re: Mesa "undesirable files"

2013-02-27 Thread Jakub Bogusz
ef0a063fd/Mesa.spec#L1047 Specific to other operating system (WGL is Windows equivalent of GLX, wglext.h an equivalent of glxext.h). -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux

Re: clang

2013-02-17 Thread Jakub Bogusz
found where this path comes from. Please check release 3. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: gtkspell-3.0.pc

2013-02-14 Thread Jakub Bogusz
fine to me, somebody just has to say which way :) In such case (gtkspell3 everywhere) I'd use gtkspell3.spec. -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/chromium-browser] requires _XGetRequest

2013-02-13 Thread Jakub Bogusz
On Wed, Feb 13, 2013 at 06:23:10PM +0200, Elan Ruusamäe wrote: > On 13.02.2013 18:07, Jakub Bogusz wrote: > >Yes, this R is useless if package is built with older libX11. > > > >Issue is more global - every application/library that uses X11's > >GetReq and similar

Re: [packages/chromium-browser] requires _XGetRequest

2013-02-13 Thread Jakub Bogusz
er < 5.0.388.0 > > Obsoletes: chromium-browser-inspector < 15.0.863.0 > > > > shouldn't appropriate versioned BR be filled as well? Yes, this R is useless if package is built with older libX11. Issue is more global - every application/l

Re: [packages/xorg-app-xinit] R: ConsoleKit-x11

2013-02-12 Thread Jakub Bogusz
deletion(-) I'd suggest Suggests... startx works fine without it. Am I missing something? -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: pythonegg deps handling in rpm versions

2013-01-27 Thread Jakub Bogusz
to be a7 but foo-0.a7? > >d) put dep into _noautoFOO in Application and handle dependency > >version manually? > > or even > e) rename Library to contain aX in it's %{version} > > i'm not sure how python version's "gr

capi4k-utils vs isdn4k-utils

2013-01-27 Thread Jakub Bogusz
replacing packages built from capi4k-utils.spec. Is it OK? -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [packages/usbutils] update hwdata path

2013-01-22 Thread Jakub Bogusz
of moving them from /usr/share/misc to /etc... Maybe /lib/hwdata now? -- Jakub Boguszhttp://qboosh.pl/ ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

<    1   2   3   4   5   6   7   8   9   >