Your message dated Sat, 02 Nov 2013 15:19:30 +0000
with message-id <[email protected]>
and subject line Bug#712931: fixed in e17 0.17.3-2
has caused the Debian Bug report #712931,
regarding e17: FTBFS on GNU/kFreeBSD
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
712931: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712931
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: e17
Version: 0.17.1-2
Severity: serious
Tags: patch
User: [email protected]
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs some "defined(__FreeBSD_kernel__)", see bellow.

It would also be nice if you can ask upstream to include similar change.
I guess that special hadling with ptrace is possible only on linux,
so instead of enlist all BSD-like systems would be possible to use
  !defined(__linux__)

Thanks in advance

                        Petr



--- src/bin/e_start_main.c
+++ src/bin/e_start_main.c
@@ -244,7 +244,7 @@
    const char *valgrind_log = NULL;
    Eina_Bool really_know = EINA_FALSE;
    struct sigaction action;
-#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__FreeBSD__) && \
+#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__FreeBSD__) && 
!defined(__FreeBSD_kernel__) && \
    !(defined (__MACH__) && defined (__APPLE__))
    Eina_Bool restart = EINA_TRUE;
 #endif
@@ -407,14 +407,14 @@
    if (valgrind_tool || valgrind_mode)
      really_know = EINA_TRUE;

-#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || \
+#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || 
defined(__FreeBSD_kernel__) || \
    (defined (__MACH__) && defined (__APPLE__))
    execv(args[0], args);
 #endif

    /* not run at the moment !! */

-#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__FreeBSD__) && \
+#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__FreeBSD__) && 
!defined(__FreeBSD_kernel__) && \
    !(defined (__MACH__) && defined (__APPLE__))
    /* Now looping until */
    while (restart)

--- End Message ---
--- Begin Message ---
Source: e17
Source-Version: 0.17.3-2

We believe that the bug you reported is fixed in the latest version of
e17, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Albin Tonnerre <[email protected]> (supplier of updated e17 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 02 Nov 2013 14:41:07 +0100
Source: e17
Binary: e17 e17-data e17-dev e17-dbg
Architecture: source all amd64
Version: 0.17.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Pkg-e Team <[email protected]>
Changed-By: Albin Tonnerre <[email protected]>
Description: 
 e17        - Enlightenment DR17 Window Manager
 e17-data   - Enlightenment Window Manager Run Time Data Files
 e17-dbg    - Enlightenment DR17 Window Manager - debugging symbols
 e17-dev    - Enlightenment headers, static libraries and documentation
Closes: 712931 724340
Changes: 
 e17 (0.17.3-2) unstable; urgency=low
 .
   * patches/02_kfreebsd_no_ptrace: fix FTBFS on KFreeBSD (Closes: #712931)
   * patches/03_test_pt_getsiginfo: test for PT_GETSIGINFO, fixes FTBFS on Hurd
   * debian/rules: avoid timestamps in gzipped documentation (Closes: #724340)
Checksums-Sha1: 
 a3cc9b85527bfe65e19f4d0de079067d95ca29e7 2334 e17_0.17.3-2.dsc
 6641d425fc58af43057f3a969be20349825ac01e 10416 e17_0.17.3-2.debian.tar.gz
 dbb97873e3a2409bf235bcddd026f2c42b6ac6f5 24678038 e17-data_0.17.3-2_all.deb
 8e83d537384d71f859f22415ed71a3e04183c01c 1755664 e17_0.17.3-2_amd64.deb
 6f53407863a0b184bbc9d296231190d16be55b51 74810 e17-dev_0.17.3-2_amd64.deb
 ee1b3165933f26363a6d17b0b933c5318d93464f 3687130 e17-dbg_0.17.3-2_amd64.deb
Checksums-Sha256: 
 9553eaab2fcc3d3fdfaf2f59b718194589396c0b96173338ddc6007e0476d373 2334 
e17_0.17.3-2.dsc
 8f288377c7f2a2ee84b0f4280b3c9977a5f7299ed79fbdd19c7bc4ea6f5acb34 10416 
e17_0.17.3-2.debian.tar.gz
 47ad74bfb438ad33e565aaf8c1185a228a81c60e57224c6014adc264dfa39787 24678038 
e17-data_0.17.3-2_all.deb
 0bdd678d7a8a7ea93d83fb730c8afbedcee1b49b6232e09e6cc2c2dcfd976c5a 1755664 
e17_0.17.3-2_amd64.deb
 713efec2469c4787c98b272e9892faac310697b74554b292a844140a2faf2fb3 74810 
e17-dev_0.17.3-2_amd64.deb
 77b9f8ace62e888880851986dfb9785bd4af48122ae9fa087dc87d91095f9eec 3687130 
e17-dbg_0.17.3-2_amd64.deb
Files: 
 00425f20ed0c92ea96720562c9edb66f 2334 x11 optional e17_0.17.3-2.dsc
 abb4b83aea4d525925b635a03b29bb3b 10416 x11 optional e17_0.17.3-2.debian.tar.gz
 5236ab06dfddc5871eb91ec7c6f0aa98 24678038 x11 optional 
e17-data_0.17.3-2_all.deb
 a5fa0adf9d12e7773d4e2450a062c12a 1755664 x11 optional e17_0.17.3-2_amd64.deb
 fbe411b35a21e66158bc99fdaccfdbb9 74810 devel optional 
e17-dev_0.17.3-2_amd64.deb
 0e2400a8b386a968b9dbd10ea94d4f17 3687130 debug extra e17-dbg_0.17.3-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCAAGBQJSdQNeAAoJEBEG8gBbtuSlVI8P+wY5DH03mW3rvcAhIapPO9GE
aAZaFfwzIJ/AqXrC+tCM29sVXn2V8iRXdG7buwR42sp8utAIDXHSxmo70URvblg2
lesZKPBtqg4rgLocR6H47fkJp8TXctPnDtgIwPJK9eX9wrvtoUqSRgGzu78LVuLN
smG+gQfCYriGrvKBxd/skVxCozWcP3SDIKeT/OZhvQ3AniF7MgWGqJoqYNAyiPGW
pnwKCkJ8A5orx7DO1ydeT42gm4QAd8VjHdHzOyWMWpfqaztyTcbT9U5meRdlzJhy
cy7JzFDnaM9PQJZkFZ1SpXJJxfkmGeSezJzOb6X1PMY7qSxzQmuJyfKSIn+vIIrT
4nCmy6D2bwIc2htWFd/aV8nThyyBuLkxCTnpX3xbpHdeK1ybNuD5z0SIS+7wRe4x
Oys1b7q3mhhr5fd11wUlRhGqBPsmLaNXQpmennSIFTYbmqtER3OmgOdqiA3uKYAl
xFCENHXPay3QcJIwuGquhCI5o8RDp/RIVoWMoYy0sP9VB2Mbe3puqwjqu/OLUHNX
obO5WgtY43Z/In5G937ZjsFWhxFU8IVDYN3qK/Ze8yiQwLLxeHIFBCDmrjdFoC9c
btoAoLf3WYApKE2TtTbacitT/UIVAO1ejRHd8n/CsD2Q+bYRtt1pUxyQfrPy8OV/
K/dsiapH+7I6aRPSQM4c
=Aybx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to