Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 111557
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Netmon Herd <netmon@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Carsten Lohrke <carlo@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 111557 depends on: Show dependency tree
Bug 111557 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-11-05 06:41 0000
The ugly configure script autodetects glib-1. zlib and libxml2 are not listed
as
dependencies.

------- Comment #1 From SpanKY 2005-12-29 19:56:39 0000 -------
ntop-3.2 has proper dependency tracking

------- Comment #2 From Alin Năstac 2006-01-03 06:53:08 0000 -------
(In reply to comment #1)
> ntop-3.2 has proper dependency tracking

or not! configure.in is broken when it comes to options like --with-zlib or
--with-ssl (it actually interprets --with as --without and vice-versa). 

The reversed options are:
 --with-ssl
 --with-zlib
 --enable-snmp
 --enable-ipv6

------- Comment #3 From Wendall Cada 2006-01-15 19:32:03 0000 -------
Configure is definately broken:

./configure --prefix=/usr --host=i386-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --disable-ipv6 --enable-i18n --disable-snmp --with-ssl
--enable-sslv3 --disable-sslwatchdog --with-tcpd --without-zlib
--build=i386-pc-linux-gnu

Builds without ssl
-------------------------------------------------------------------

   **Handling your --enable and --disable requests**


SSL?
    ...Disabled via ./configure command line option --without-ssl

*******************************************************************
*
* WARNING:    You disabled ssl but explicitly or implicitly specified
*             the conflicting options:
*                --with-ossl-lib=
*                --with-ossl-include=
*                --enable-sslv3
*
*>>> Ignoring the option(s)
*
*???     1. Remove the --without-ssl option
*??? or  2. Remove the conflicting --with-xxxxx-xxxxx or 
*           --enable-xxxxx options
*
*******************************************************************

--enable-sslv3 is the conflicting flag.

HTH,

Wendall

------- Comment #4 From Wendall Cada 2006-01-15 19:35:48 0000 -------
or --with-ssl on the other hand. I'm assuming this is v2 support.

Wendall

------- Comment #5 From Marcelo Goes 2006-01-16 16:32:23 0000 -------
Alin, have you notified upstream about this problem?

------- Comment #6 From Alin Năstac 2006-01-16 22:37:27 0000 -------
I've just did, with a CC to you.

------- Comment #7 From SpanKY 2006-01-26 21:21:06 0000 -------
ive already posted upstream and had them fix it so there's no point in you guys
also posting stuff

fixed up the patch used in portage to handle the inverted options

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