First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 153973
Alias:
Product:
Component:
Status: CLOSED
Resolution: TEST-REQUEST
Assigned To: Default Assignee for Orphaned Packages <maintainer-needed@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Martin Smith <martin@mbs3.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 153973 depends on: Show dependency tree
Bug 153973 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-11-03 15:59 0000
Hello,

app-pda/synce-rra-0.9.1 appears to be dropping two annoying debug output files
directly into my home directory, pattern-right.bin and pattern-wrong.bin.

When I unpack the ebuild, I find in
/var/tmp/portage/synce-rra-0.9.1/work/synce-rra-0.9.1/lib/recurrence_pattern.c
(lines 940 - 967):

 /** DEBUG --> */
    ...

        file = fopen("pattern-right.bin", "w");
        fwrite(buffer, size, 1, file);
        fclose(file);
        file = fopen("pattern-wrong.bin", "w");
        fwrite(new_buffer, new_size, 1, file);
        fclose(file);
   ... 

  /** <-- DEBUG */

While this is a trivial problem, it's definitely annoying. I'd submit a patch,
but really it looks like it was probably intended to be commented out anyway,
just snuck in by accident.

Thank you for all the working getting my stuff to sync!

------- Comment #1 From Charlie Shepherd (RETIRED) 2006-12-11 15:52:18 0000 -------
I've added a patch for this for synce-rra-0.9.1-r1, can you confirm this fixes
the issue?

------- Comment #2 From Martin Smith 2006-12-11 16:44:13 0000 -------
Hi there,

Thank you! I can confirm -- there are no more files dropped in my home
directory :).

Cheers, closing the bug.

First Last Prev Next    No search results available      Search page      Enter new bug