First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 116769
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Robin Johnson <robbat2@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Michael Cramer <portage@bigmichi1.dyndns.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
mhash-0.9.3-free.diff mhash-0.9.3-free.diff patch Michael Cramer 2005-12-26 04:06 0000 394 bytes Details | Diff
mhash-0.9.3.ebuild mhash-0.9.3.ebuild text/plain Michael Cramer 2005-12-26 04:07 0000 1004 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 116769 depends on: Show dependency tree
Bug 116769 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: 2005-12-26 04:06 0000
upgrading to mhash-0.9.3 results in programms no longer working which uses
mhash library, because mhash_free function isn't in the library. e.g. php with
mhash failes, also recompiling php fails with: 
/usr/lib/libc-client.a(osdep.o): In function `ssl_onceonlyinit':
osdep.c:(.text+0xa668): warning: the use of `tmpnam' is dangerous, better use
`mkstemp'
ext/mhash/mhash.o: In function `zif_mhash':
mhash.c:(.text+0x2c2): undefined reference to `mhash_free'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Fehler 1

with the attached patch it works, perhaps someone can verify this and put the
patch in portage or hard mask mhash-0.9.3

------- Comment #1 From Michael Cramer 2005-12-26 04:06:45 0000 -------
Created an attachment (id=75545) [edit]
mhash-0.9.3-free.diff

the patch wich includes the missing funtion, this is taken from 0.9.2

------- Comment #2 From Michael Cramer 2005-12-26 04:07:13 0000 -------
Created an attachment (id=75546) [edit]
mhash-0.9.3.ebuild

changed ebuild for including the patch

------- Comment #3 From Ivan Yosifov 2005-12-26 10:00:48 0000 -------
The patch works here ! Thanks and Merry Christmas !

------- Comment #4 From Robin Johnson 2005-12-26 19:05:38 0000 -------
thanks for the patch. I modified it slightly, and also submitted it to
upstream.

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