First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 61134
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Daniel Gebhardt <gebhardt@cs.tu-berlin.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
emerge-info.txt emerge --info output text/plain Daniel Gebhardt 2004-08-21 04:10 0000 1.55 KB Details
2822-scilab-3.0.log emerge log: scilab-3.0 text/plain Daniel Gebhardt 2004-08-21 04:10 0000 6.12 KB Details
2815-libgtkhtml-3.0.10-r1.log emerge log: libgtkhtml-3.0.10-r1 text/plain Daniel Gebhardt 2004-08-21 04:11 0000 561.19 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

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

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







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


Description:   Opened: 2004-08-21 04:07 0000
When trying to emerge scilab-3.0, the build fails complainig:

checking if gtk is version 2.1 or later... 2.4.4
Package libgtkhtml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgtkhtml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgtkhtml-2.0' found
checking for html_document_open_stream in -lgtkhtml-2... no
configure: error: Could not find the libgtkhtml-2.0 package.

!!! ERROR: app-sci/scilab-3.0 failed.
!!! Function econf, Line 362, Exitcode 1
!!! econf failed

libgtkhtml is on the system (Version 3.0.10-r1), and the /usr/lib/pckconfig 

Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge scilab
2.
3.

Actual Results:  
Build fails with the message above

Expected Results:  
Should emerge cleanly

I'll attach emerge --info output and the emerge log to this bug.

------- Comment #1 From Daniel Gebhardt 2004-08-21 04:10:09 0000 -------
Created an attachment (id=37854) [edit]
emerge --info output

One shouldn't pres enter to fast ;)
It should be:

libgtkhtml is on the system (Version 3.0.10-r1), and the /usr/lib/pkgconfig
folder contains libgtkhtml-3.0.pc .. but not 2.0 ...

------- Comment #2 From Daniel Gebhardt 2004-08-21 04:10:50 0000 -------
Created an attachment (id=37855) [edit]
emerge log: scilab-3.0

------- Comment #3 From Daniel Gebhardt 2004-08-21 04:11:51 0000 -------
Created an attachment (id=37856) [edit]
emerge log: libgtkhtml-3.0.10-r1

------- Comment #4 From Olivier Fisette 2004-08-21 17:21:06 0000 -------
Maybe scilab absolutely requires libgtkhtml version 2. Check if you have 
"libgtkhtml-2" installed (emerge -p =libgtkhtml-2*). If not, please install it 
then try to install scilab again.

------- Comment #5 From Colin Macdonald 2004-08-21 23:29:26 0000 -------
I have both 2 and 3 versions of libgtkhtml:

aconite scilab # emerge -Cp libgtkhtml

>>> These are the packages that I would unmerge:

 gnome-extra/libgtkhtml
    selected: 2.6.2 3.0.10-r1
   protected: none
     omitted: none

From my log of compiling scilab, it looks like it needs the version 2:
aconite portage # cat 4249-scilab-3.0.log  | grep gtkhtml
checking for html_document_open_stream in -lgtkhtml-2... yes
gcc -O -Dlinux -fwritable-strings -DNARROWPROTO `pkg-config gtk+-2.0 --cflags` -I/usr/include -I/usr/include  `pkg-config libgtkhtml-2.0 --cflags` -c helpbrowser.c
gcc -o browsehelpexe browsehelpexe.c -O -Dlinux -fwritable-strings -DNARROWPROTO `pkg-config gtk+-2.0 --cflags` -I/usr/X11R6/include  -I/usr/include -I/usr/include -I.  -lieee  -L/usr/lib -ltk8.4   -L/usr/lib -ltcl8.4  -ldl `pkg-config gtk+-2.0 libgtkhtml-2.0 --libs`  -L/usr/X11R6/lib -lXaw3d -lXmu -lXt -lXext  -lSM -lICE -lX11  -lm

------- Comment #6 From Daniel Gebhardt 2004-08-22 04:57:31 0000 -------
Had just libgtkhtml 3 installed. After pulling in version two scilab installed
fine, so you're probably rigth about scilab absolutely requireing libgtkhtml
version 2.
So changing the depencies in the ebuild should fix this.

Daniel

------- Comment #7 From Olivier Fisette 2004-08-22 07:46:08 0000 -------
Fixed in Portage. Thanks for reporting and for the feedback.

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