buggraveman - Bugs: bug #14954, cannot find wrapman binarie

 
 

bug #14954: cannot find wrapman binarie

Submitted by:  Pierre ROUX <pierrer>
Submitted on:  Fri 11 Nov 2005 02:24:17 PM UTC  
 
Severity: 3 - NormalStatus: Fixed
Assigned to: sylvain cresto <scresto>Originator Name: PierreR
Open/Closed: ClosedRelease: 0.3.12
Fixed Release: 0.3.12-CVScdrecord version: 

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Mon 27 Feb 2006 12:25:49 AM UTC, comment #2:

Ok with current version.

Sylvain

sylvain cresto <scresto>
Project AdministratorIn charge of this item.
Fri 11 Nov 2005 02:29:55 PM UTC, comment #1:

I suggest to search for wrapman in the PATH when graveman is launched with a command like "graveman" (not an absolute path). So i suggest to modify the param.c file accordingly to this diff :

35,37d34
< const gchar *Lpath;
< gchar **Lpaths;
< gint i;
42,51d38
< Lpath=g_getenv("PATH");
< Lpaths=g_strsplit(Lpath,":",0);
< i=0;
< while(Lpaths[i]) {
< g_strlcpy(Lsearchdir, Lpaths[i], _BUF_SIZE-1);
< strncat(Lsearchdir, "/wrapman", _BUF_SIZE-1);
< _DEB("on cherche wrapman [%s]", Lsearchdir);
< if (g_file_test(Lsearchdir, G_FILE_TEST_IS_EXECUTABLE)) return g_strdup(Lsearchdir);
< ++i;
< }
296c283
< if (!(Lptr = param_get_wrapman(g_path_is_absolute(Aargv[0])?Aargv[0]:NULL))) {
---

> if (!(Lptr = param_get_wrapman(Aargv[0]))) {


This way the bug seems to be fixed.

Pierre ROUX <pierrer>
Project Member
Fri 11 Nov 2005 02:24:17 PM UTC, original submission:

Release 0.3.13-CVS (and not 0.3.12 as i pretend in the release field of this form) (current subversion)

\\\"** (graveman:15333): DEBUG: on cherche wrapman dans le repertoire [graveman]

    • ERROR **: Error, cannot find wrapman binarie !

aborting...\\\"

This is what i get when trying to launch graveman from a directory other than the installation one.

Pierre ROUX <pierrer>
Project Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 4 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Mon 27 Feb 2006 12:25:49 AM UTCscrestoStatusNone=>Fixed
  Assigned toNone=>scresto
  Open/ClosedOpen=>Closed
  Fixed ReleaseNone=>0.3.12-CVS

Back to the top


Powered by Savane 3.1-cleanup1