linkage problem with libgcc from gcc-4.9

2015-06-15 Thread Sébastien Marie
-unknown-openbsd5.7/4.2.1/libgcc.a -lpthread $ LD_LIBRARY_PATH=/usr/ports/pobj/llvmorg-3.6.1/build-amd64/lib LD_BIND_NOW=yes /tmp/tmpj3yLhWexe echo ok ok $ nm -g /tmp/tmpj3yLhWexe | grep _Unwind_RaiseException 3bc0 T _Unwind_RaiseException Any clues would be welcome. Thanks. -- Sébastien

latexmk / texlive_base-2014 conflict

2015-05-25 Thread Sébastien Marie
texlive_base-2014 package, the file is a symlink to ../share/texmf-dist/scripts/latexmk/latexmk.pl, and the pointed file don't exist. I think texlive_base-2014 package shouldn't provide /usr/local/bin/latexmk. Thanks. -- Sébastien Marie

rust/llvm status. was: Re: [maintainer update] rust 1.0.0

2015-05-20 Thread Sébastien Marie
rust). I am not sure which direction should be taken. Please comment. Thanks. -- Sébastien Marie

Re: [maintainer update] rust 1.0.0

2015-05-19 Thread Sébastien Marie
, annotations comes back. Thanks. -- Sébastien Marie

[maintainer update] rust 1.0.0

2015-05-16 Thread Sébastien Marie
Hi, Here a patch in order to update rust to 1.0.0 (stable version). Tested using make test. Thanks. -- Sébastien Marie Index: Makefile === RCS file: /cvs/ports/lang/rust/Makefile,v retrieving revision 1.3 diff -u -p -r1.3

Re: [maintainer update] rust 1.0.0

2015-05-16 Thread Sébastien Marie
happened with webkit. Rust basically depends of LLVM version 3.5 or 3.6. The version of devel/llvm is based on llvm 3.4/3.5 + lot of patches. For some pointer on devel/llvm perspective, please refer to http://marc.info/?l=openbsd-portsm=142756878131426w=2 Thanks. -- Sébastien Marie

Re: [maintener update] lang/rust: ping + beta1

2015-04-17 Thread Sébastien Marie
Hi, This patch include: - the previous patch to disambiguate linkage (not yet commited) - update to rust-1.0.0beta1 On Wed, Apr 15, 2015 at 04:10:42PM +0200, Sébastien Marie wrote: It provide a correction to permit to build lang/rust whereas gcc-libs-4.9.* is installed (+ some cleanup

Re: New port - MLton

2015-03-02 Thread Sébastien Marie
others ports are possible examples (lang/ghc, lang/ocaml, ...). Just look at ports in lang categories. There are also so others compilers in openbsd-wip at https://github.com/jasperla/openbsd-wip Good luck. -- Sébastien Marie

Re: about rustc / successfully build

2015-01-17 Thread Sébastien Marie
tasks remains: - some cleanup - run the unit tests of rustc - propose a pull request to rust dev Thanks. -- Sébastien Marie

about rustc

2015-01-16 Thread Sébastien Marie
90min compile time). Review of the rustc openbsd specific code are welcome... or any others ideas :) Thanks reading. -- Sébastien Marie

Re: about rustc

2015-01-16 Thread Sébastien Marie
On Fri, Jan 16, 2015 at 08:00:16AM -0700, Aaron Bieber wrote: Sébastien Marie semarie-open...@latrappe.fr writes: My fork was a pretty sad attempt at getting it ported.. I stopped with the lack of segmented stacks. That said Dave Huseby made it much further: https://github.com/dhuseby/rust

segfault in librthread with glib+gio (2.0)

2014-10-13 Thread Sébastien Marie
the fork (we are in the child process), the memory address 0x10e356d3ae40 is not accessible anymore. I don't known where to search now... the problem could be related to librthread, or the use of glib+gio. Any help is welcome. Thanks. -- Sébastien Marie

Re: segfault in librthread with glib+gio (2.0)

2014-10-13 Thread Sébastien Marie
(in g_tls_backend_get_default) will call: _g_module_open (file_name=0x15887c4669c0 /usr/local/lib/gio/modules/libgiognutls.so, bind_lazy=1, bind_local=1) at gmodule-dl.c:97 which call dlopen(). the pthread_atfork seems (but not sure) to be part of dlopen in the pthread case. -- Sébastien Marie

wpa_supplicant may be vulnerable to RCE (CVE-2014-3686)

2014-10-09 Thread Sébastien Marie
is triggeable if some configuration options are enable (CONFIG_P2P or CONFIG_WNM or CONFIG_HS20 or CONFIG_WPS), but I don't see any of them in current build (files/config). So I don't sure if the version in ports is vulnerable or not. Thanks. -- Sébastien Marie

Re: [UPDATE] math/pari to 2.1.7 (keep Math::Pari compatibility)

2014-09-15 Thread Sébastien Marie
ping ? This latest patch keep full compatibility, and have been tested with math/p5-Math-Pari (all tests are ok). Thanks. -- Sébastien Marie On Thu, Sep 11, 2014 at 09:27:34AM +0200, Sébastien Marie wrote: Hi, There were several problems with math/pari. Short version: - upgrade

Re: [UPDATE] math/pari to 2.1.7 (keep Math::Pari compatibility)

2014-09-11 Thread Sébastien Marie
. As side problem corrected by 2.1.7, pari on amd64 pass the test (was not the case before) 3. emacs is automatically picked if present I disable to search of emacs in configure script. 4. update the MASTER_SITES to found the old versions Thanks. -- Sébastien Marie Index: Makefile

Re: [UPDATE] math/pari 2.7.1

2014-09-10 Thread Sébastien Marie
On Wed, Sep 10, 2014 at 07:24:15AM +0200, Landry Breuil wrote: On Wed, Sep 10, 2014 at 06:52:33AM +0200, Sébastien Marie wrote: Hi, Here a patch to upgrade math/pari from 2.1.6 to 2.7.1. It is a big upgrade as 2.1.6 is something like 10 years old version. - pari use a shared lib

Re: [UPDATE] math/pari 2.7.1

2014-09-10 Thread Sébastien Marie
? It should be possible to have math/pari and math/pari27. I would take a look why it crash. -- Sébastien Marie

[UPDATE] math/pari 2.7.1

2014-09-09 Thread Sébastien Marie
: it need xdvi from print/texlive/base, but it may be a big dependency). Tested on amd64. -- Sébastien Marie Index: Makefile === RCS file: /cvs/ports/math/pari/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile

Re: NEW: lang/pure

2014-06-13 Thread Sébastien Marie
by the build :-) Thanks. -- Sébastien Marie

packages snapshots signed with wrong key

2014-01-15 Thread Sébastien Marie
-signature signify:2014-01-14T21:43:38Z @option always-update @comment pkgpath=devel/quirks cdrom=yes ftp=yes @arch * +DESC @sha ZcShuBxD9cPsWmJce9rnoKKlC4qYQve7PwElfX/uk8Q= @size 348 Thanks. -- Sébastien Marie

[patch] ports using @{,un}exec with LOCALBASE supposed in PATH

2013-12-10 Thread Sébastien Marie
are in PATH. Below a patch for the 4 ports listed before. For all except guile, there used mktexlsr, so assure that TEXMFMAIN is setted to good directory (like others ports using mktexlsr does). -- Sébastien Marie Index: Makefile

qt4 apps broken

2013-10-09 Thread Sébastien Marie
... Same problem occurs for others qt4 applications (as vlc or keepassx). Is it a known problem ? or it is just me ? I don't think about dependency problem as qtconfig4 is affected too, and my system seems clean (pkg_check ok, no .libs-qt4-*). Thanks for your help. -- Sébastien Marie OpenBSD

Re: qt4 apps broken

2013-10-09 Thread Sébastien Marie
On Wed, Oct 09, 2013 at 04:43:09PM +0200, Marc Espie wrote: On Wed, Oct 09, 2013 at 04:03:01PM +0200, Sébastien Marie wrote: Same problem occurs for others qt4 applications (as vlc or keepassx). vlc and keepassx are NOT qt4 apps. not agreed. keepassx is linked to qt4 $ ldd /usr/local

Re: qt4 apps broken

2013-10-09 Thread Sébastien Marie
On Wed, Oct 09, 2013 at 05:57:13PM +0200, Giovanni Bechis wrote: On 10/09/13 17:54, Matthieu Herrb wrote: On Wed, Oct 09, 2013 at 04:47:41PM +0200, Giovanni Bechis wrote: On 10/09/13 16:32, Stuart Henderson wrote: On 2013/10/09 16:03, Sébastien Marie wrote: Hi, I just upgrade my ports

Re: qt4 apps broken

2013-10-09 Thread Sébastien Marie
Giovanni This qt4 version is what I have before update... and it works well. But the latest in snapshots is qt4-4.8.5, and the problem occurs starting with this version (4.8.5). -- Sébastien Marie

Re: qt4 apps broken

2013-10-09 Thread Sébastien Marie
On Wed, Oct 09, 2013 at 07:15:10PM +0200, Matthieu Herrb wrote: On Wed, Oct 09, 2013 at 07:01:46PM +0200, Sébastien Marie wrote: On Wed, Oct 09, 2013 at 06:25:32PM +0200, Giovanni Bechis wrote: On 10/09/13 18:16, Stuart Henderson wrote: I'm using xdm, wm is cwm, new mesa, packages built

Re: lang/chicken: need some advices

2013-04-22 Thread Sébastien Marie
BINARYVERSION remains the same ? Extensions still leave here, whereas they may be incompatibles. -- Sébastien Marie

lang/chicken: need some advices

2013-04-21 Thread Sébastien Marie
have somes archs with GCC 3.3.5 (or that don't support -fwrapv option) ? Thanks. -- Sébastien Marie Index: Makefile == --- Makefile +++ Makefile @@ -1,41 +1,60 @@ # $OpenBSD: Makefile,v 1.21 2013/03/21 08:46:32 ajacoutot Exp

Re: [bug] chromium problem since 26.0.1410.43 (and 26.0.1410.63 too)

2013-04-11 Thread Sébastien Marie
none personal extensions or settings are in use. -- Sébastien Marie OpenBSD 5.3-current (GENERIC.MP) #117: Mon Apr 8 07:32:44 MDT 2013 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP cpu0: Genuine Intel(R) CPU T2400 @ 1.83GHz (GenuineIntel 686-class) 1.83 GHz cpu0: FPU

Re: [bug] chromium problem since 26.0.1410.43

2013-04-08 Thread Sébastien Marie
, please to let me known. Thanks. -- Sébastien Marie

[bug] chromium problem since 26.0.1410.43

2013-04-07 Thread Sébastien Marie
. The cvs log mentions: - use clang/llvm instead of gcc - switch back to the internal libvpx - re-enable SSE2 support So I am rebuilding without SSE2, as first try. But it should take some time before I could testing :-), any ideas ? Thanks. -- Sébastien Marie OpenBSD 5.3-current (GENERIC.MP

Re: [bug] chromium problem since 26.0.1410.43

2013-04-07 Thread Sébastien Marie
On Sun, Apr 07, 2013 at 01:55:49PM +0200, Sébastien Marie wrote: Hi, After switching chrome from chromium-25.0.1364.173p1-proprietary to 26.0.1410.43-proprietary , I start having problems in chromium: tabs crash randomly (near every time, but not all the time)... [...] The cvs log

problem with bsd.port.mk and readonly /usr/ports

2013-02-05 Thread Sébastien Marie
. -- Sébastien Marie

Re: problem with bsd.port.mk and readonly /usr/ports

2013-02-05 Thread Sébastien Marie
On Tue, Feb 05, 2013 at 11:28:05AM +0100, Landry Breuil wrote: On Tue, Feb 05, 2013 at 10:52:14AM +0100, Sébastien Marie wrote: Hi, I start having a problem with recent bsd.port.mk in ports, that seems related to readonly /usr/ports partition. My bsd.port.mk is 1.1208. The base

PATCH: update mail/bogofilter to 1.2.3

2012-12-22 Thread Sébastien Marie
) sqlite3: 54 passed (3 were not run) qdbm : 54 passed (3 were not run) Are you ok ? Thanks. -- Sébastien Marie Index: Makefile === RCS file: /cvs/ports/mail/bogofilter/Makefile,v retrieving revision 1.22 diff -u -p -r1.22

Re: [PATCH] out-of-date: PORTSDIR_PATH support

2012-12-18 Thread Sébastien Marie
that is not already packaged, I ran: # dpb -R -u -q pathlist # pkg_add -aui package Thanks. -- Sébastien Marie

[PATCH] out-of-date: PORTSDIR_PATH support

2012-12-17 Thread Sébastien Marie
Hi, As my previous message seems to get very small audience, I rewrite it... please excuse my previous mail, which was bad written. The purpose is to permit the use of out-of-date(1) with customized mk.conf(5), in particular the usage of PORTSDIR_PATH (search path for package specifications).

out-of-date: mystuff support

2012-12-16 Thread Sébastien Marie
unless $_ or $subdir; -- Sébastien Marie

Re: lang/ghc: missing dep

2012-10-11 Thread Sébastien Marie
/4.5/docbookx.dtd and after, there are parser error for resolving entity (like ldquo;) thanks. -- Sébastien Marie

Re: lang/ghc: missing dep

2012-10-11 Thread Sébastien Marie
On Thu, Oct 11, 2012 at 09:24:00AM +0200, Matthias Kilian wrote: On Thu, Oct 11, 2012 at 08:37:01AM +0200, Sébastien Marie wrote: Please commit, but without patches/patch-libraries_integer-gmp_configure Before commit, is it possible to fix a missing BUILD_DEPENDS for documentation

update: graphics/tiff: CVE-2012-1173 libtiff: Heap-buffer overflow

2012-04-07 Thread Sébastien Marie
Hi, The current version of graphics/tiff (3.9.5) in ports seems to be vulnerable to CVE-2012-1173, a heap-buffer overflow. Upstream information and patch: http://bugzilla.maptools.org/show_bug.cgi?id=2369 Others informations: http://seclists.org/oss-sec/2012/q2/31