Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 20636
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Patrick Kursawe <phosphan@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mamoru KOMACHI (RETIRED) <usata@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
w3m-0.4.1-r1.patch w3m-0.4.1-r1.patch patch Mamoru KOMACHI (RETIRED) 2003-05-08 11:24 0000 425 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 20636 depends on: Show dependency tree
Bug 20636 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: 2003-05-08 11:23 0000
Hi.

I submitted w3m-0.4.1.ebuild not so long ago but found that use ssl
doesn't work with it today. Here is a patch to fix this problem.

------- Comment #1 From Mamoru KOMACHI (RETIRED) 2003-05-08 11:24:25 0000 -------
Created an attachment (id=11691) [details]
w3m-0.4.1-r1.patch

------- Comment #2 From Patrick Kursawe 2003-05-12 04:19:30 0000 -------
Ooopsie.. thanks.
Btw, I wonder why ldd says nothing about imlib - does it link image libraries statically? Any idea why? Didn't find any obvious hints in Makefile or configure, I think you know them better...

------- Comment #3 From Mamoru KOMACHI (RETIRED) 2003-05-12 05:28:07 0000 -------
Thank you.

w3m utilises w3mimgdisplay (/usr/lib/w3m/w3mimgdisplay) instead of
w3m (/usr/bin/w3m) itself to display images correctly, so if you 
ldd to that binary you will get something like this:

rico% ldd /usr/lib/w3m/w3mimgdisplay
        libImlib.so.1 => /usr/lib/libImlib.so.1 (0x40020000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40049000)
        libtiff.so.3 => /usr/lib/libtiff.so.3 (0x40065000)
        libgif.so.4 => /usr/lib/libgif.so.4 (0x400a9000)
        libpng.so.3 => /usr/lib/libpng.so.3 (0x400b1000)
        libz.so.1 => /usr/lib/libz.so.1 (0x400da000)
        libm.so.6 => /lib/libm.so.6 (0x400e9000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4010b000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40118000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40121000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40138000)
        libc.so.6 => /lib/libc.so.6 (0x4020f000)
        libdl.so.2 => /lib/libdl.so.2 (0x4033e000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Does it help you?

------- Comment #4 From Patrick Kursawe 2003-05-12 06:10:30 0000 -------
Exactly what I was looking for. Thanks.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug