IglooFTP in free(): error: chunk is already free

2003-07-05 Thread Edy Lie
anyone install iglooftp from ports and run it on KDE3.1 ?

For some reasons when i tried to launch it from command line, i am
getting that error message.

Any idea ?
Thanks!
-- 
In the windoze world, I am limited by the tools that I can use, In Unix,
I am limited by my own wisdom.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



Re: IglooFTP in free(): error: chunk is already free

2003-07-05 Thread Mikko Työläjärvi
On Sat, 6 Jul 2003, Edy Lie wrote:

 anyone install iglooftp from ports and run it on KDE3.1 ?

 For some reasons when i tried to launch it from command line, i am
 getting that error message.

 Any idea ?

It means there's a bug in IglooFTP.  Put the following patch in
/usr/ports/ftp/IglooFTP/files/patch-ad and rebuild the port, then
things should work better.

   $.02,
   /Mikko

patch-ad:
--- dir_tree.c.org  Sat Jul  5 14:26:53 2003
+++ dir_tree.c  Sat Jul  5 14:27:02 2003
@@ -153,7 +153,6 @@
  new_ptr[0] = 'B';
  gtk_ctree_node_set_row_data_full (ctree, parent, strdup 
(new_ptr), (GtkDestroyNotify) free);
  free (new_ptr);
- free (ptr);   // verify that this is a good thing to 
do

  PARENT_BROWSED_FLAG = TRUE;
}

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IglooFTP in free(): error: chunk is already free

2003-07-05 Thread Edy Lie
After creating the file, the moment i start make install it gives me the
following error message

su-2.05b# make install
===  Patching for IglooFTP-0.6.1
===  Applying FreeBSD patches for IglooFTP-0.6.1
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to FTP.c.rej
 Patch patch-aa failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/ftp/IglooFTP.

Do you have any idea ?

PS. if it is a patch ... should we notify the port maintaner?
Thank you.


On Sun, 2003-07-06 at 05:33, Mikko Työläjärvi wrote:
 On Sat, 6 Jul 2003, Edy Lie wrote:
 
  anyone install iglooftp from ports and run it on KDE3.1 ?
 
  For some reasons when i tried to launch it from command line, i am
  getting that error message.
 
  Any idea ?
 
 It means there's a bug in IglooFTP.  Put the following patch in
 /usr/ports/ftp/IglooFTP/files/patch-ad and rebuild the port, then
 things should work better.
 
$.02,
/Mikko
 
 patch-ad:
 --- dir_tree.c.orgSat Jul  5 14:26:53 2003
 +++ dir_tree.cSat Jul  5 14:27:02 2003
 @@ -153,7 +153,6 @@
 new_ptr[0] = 'B';
 gtk_ctree_node_set_row_data_full (ctree, parent, strdup 
 (new_ptr), (GtkDestroyNotify) free);
 free (new_ptr);
 -   free (ptr);   // verify that this is a good thing to 
 do
 
 PARENT_BROWSED_FLAG = TRUE;
   }
-- 
In the windoze world, I am limited by the tools that I can use, In Unix,
I am limited by my own wisdom.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IglooFTP in free(): error: chunk is already free

2003-07-05 Thread Mikko Työläjärvi
On Sat, 6 Jul 2003, Edy Lie wrote:

 After creating the file, the moment i start make install it gives me the
 following error message

 su-2.05b# make install
 ===  Patching for IglooFTP-0.6.1
 ===  Applying FreeBSD patches for IglooFTP-0.6.1
 Ignoring previously applied (or reversed) patch.
 1 out of 1 hunks ignored--saving rejects to FTP.c.rej
  Patch patch-aa failed to apply cleanly.
 *** Error code 1

 Stop in /usr/ports/ftp/IglooFTP.

 Do you have any idea ?

make clean; maybe cvsup; try again.  It worked a few hours ago.

 PS. if it is a patch ... should we notify the port maintaner?
 Thank you.

Sure.  I don't use IglooFTP, but once you manage to figure out if the
one-line patch solves your problem, feel free to file a PR and watch it rot.

$.02,
/Mikko



 On Sun, 2003-07-06 at 05:33, Mikko Työläjärvi wrote:
  On Sat, 6 Jul 2003, Edy Lie wrote:
 
   anyone install iglooftp from ports and run it on KDE3.1 ?
  
   For some reasons when i tried to launch it from command line, i am
   getting that error message.
  
   Any idea ?
 
  It means there's a bug in IglooFTP.  Put the following patch in
  /usr/ports/ftp/IglooFTP/files/patch-ad and rebuild the port, then
  things should work better.
 
 $.02,
 /Mikko
 
  patch-ad:
  --- dir_tree.c.org  Sat Jul  5 14:26:53 2003
  +++ dir_tree.c  Sat Jul  5 14:27:02 2003
  @@ -153,7 +153,6 @@
new_ptr[0] = 'B';
gtk_ctree_node_set_row_data_full (ctree, parent, strdup 
  (new_ptr), (GtkDestroyNotify) free);
free (new_ptr);
  - free (ptr);   // verify that this is a good thing to 
  do
 
PARENT_BROWSED_FLAG = TRUE;
  }
 --
 In the windoze world, I am limited by the tools that I can use, In Unix,
 I am limited by my own wisdom.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]