Your message dated Tue, 25 Dec 2007 00:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414130: fixed in plan 1.10-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: plan
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD with the following error:
> gcc -O2 -DPLANHOME=\"".plan.dir"\" -DPLANLOCK=\""~/.plan.dir/lock.plan"\" 
> -DPLANDLOCK=\""~/.plan.dir/lock.pland"\" -W -Wall -Wcast-align 
> -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes 
> -Wpointer-arith -Wreturn-type -Wcast-qual -I/usr/X11R6/include -DNOLOCK 
> -DLINUX -DRABBITS   -o plan main.o popup.o print.o gotomenu.o network.o 
> calmenu.o monmenu.o mondraw.o editmenu.o editdraw.o edit.o msgmenu.o 
> cycmenu.o cyccalc.o keymenu.o excmenu.o cnfmenu.o yearmenu.o yeardraw.o 
> holmenu.o adjmenu.o weekmenu.o weekdraw.o weekcalc.o servmenu.o usermenu.o 
> confmenu.o yovmenu.o yovdraw.o yovcalc.o daymenu.o daydraw.o daycalc.o 
> usersel.o psdraw.o xutil.o help.o dbase.o file_r.o file_w.o convert.o util.o 
> time.o sublist.o parser.o lex.yy.o holiday.o language.o g_dbase.o g_dbfile.o 
> g_formfile.o g_formop.o vcalendar_w.o -L/usr/X11R6/lib -L/usr/lib/X11R6/lib 
> -lSM -lXm -lXt -lX11 -lXpm -lc -lXext -lSM -lICE -lX11
> sublist.o: In function `keymatch':
> sublist.c:(.text+0x1e0): undefined reference to `regex'
> sublist.o: In function `create_sublist':
> sublist.c:(.text+0x5cf): undefined reference to `regcmp'
> collect2: ld returned 1 exit status
> make[2]: *** [plan] Error 1
> make[2]: Leaving directory `/build/buildd/plan-1.9/src'
> make[1]: *** [linux] Error 2
> make[1]: Leaving directory `/build/buildd/plan-1.9/src'
> make: *** [build-stamp] Error 2

Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=plan>.

Please find attached a patch to make it build on GNU/kFreeBSD. I'd say
that a check on __GLIBC__ (instead of __FreeBSD_kernel__) works also OK
and should be more portable (and will help GNU/Hurd too).

Cheers,

-- 
Cyril Brulebois
--- plan-1.9/src/sublist.c      2007-03-09 13:35:44.087551000 +0100
+++ plan-1.9/src/sublist.c      2007-03-09 13:35:56.000000000 +0100
@@ -23,7 +23,7 @@
 #define regcmp re_comp
 #define regex re_exec
 #endif
-#if defined(linux) || defined(__EMX__)
+#if defined(linux) || defined(__EMX__) || defined(__FreeBSD_kernel__)
 #define regcmp regcomp
 #define regex regexec
 #endif

--- End Message ---
--- Begin Message ---
Source: plan
Source-Version: 1.10-1

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

netplan_1.10-1_i386.deb
  to pool/main/p/plan/netplan_1.10-1_i386.deb
plan_1.10-1.diff.gz
  to pool/main/p/plan/plan_1.10-1.diff.gz
plan_1.10-1.dsc
  to pool/main/p/plan/plan_1.10-1.dsc
plan_1.10-1_i386.deb
  to pool/main/p/plan/plan_1.10-1_i386.deb
plan_1.10.orig.tar.gz
  to pool/main/p/plan/plan_1.10.orig.tar.gz



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.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated plan 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: SHA1

Format: 1.7
Date: Tue, 25 Dec 2007 00:47:27 +0100
Source: plan
Binary: netplan plan
Architecture: source i386
Version: 1.10-1
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description: 
 netplan    - network server for `plan'
 plan       - X/Motif day planner (dynamically compiled with LessTif2)
Closes: 367168 374249 414130 416382 418406 420082 431005 437776
Changes: 
 plan (1.10-1) unstable; urgency=low
 .
   * New upstream release (Closes: #431005)
     - Fix buffer overflow in language parser (Closes: #416382).
   * Move to debhelper compat level 4.  Updated rules file to cope with it.
   * Acknowledge NMUs (Closes: #367168, #374249)
   * Add LSB header with dependency information in init.d/netplan.
   * New patch 51_kfreebsd to fix the build on kfreebsd
     (Closes: #414130).
   * New patch 61_nostrip to make sure the nostrip build option
     work. (Closes: #437776)
   * Updated standards-version from 3.6.2 to 3.7.3.  No changes needed.
   * Changed menu item section from "Apps/Tools" to "Applications/Data
     Management", trying to adjust to the new menu policy.
   * Added Dutch debconf translation from Bart
     Cornelis (Closes: #418406).
   * Added Portuguese debconf translation from Ricardo
     Silva (Closes: #420082).
Files: 
 4adfeaf10441e66503c9e3293b4e1d19 665 misc optional plan_1.10-1.dsc
 3bf10aa740519eeab27330103da15d1d 460150 misc optional plan_1.10.orig.tar.gz
 1037e3c7e53c9e89b7baec6d52689c97 29306 misc optional plan_1.10-1.diff.gz
 05a927d11d3c180642aef24bbd02830c 354344 misc optional plan_1.10-1_i386.deb
 22fed6a480a680d1cb477caf5f44fdbe 51464 misc optional netplan_1.10-1_i386.deb

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

iD8DBQFHcEXd20zMSyow1ykRAsxOAJ9j4rM0lxdBBzhJnQ6yQKuJBxhH/QCeJaOG
5KOC6D6CguX19esSr2UgTuM=
=HVj8
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to