Summary: | qpopper-4.0.1 - make fails | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | kar_alerts <kar_alerts> | ||||
Component: | Individual Port(s) | Assignee: | Mario Sergio Fujikawa Ferreira <lioux> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
kar_alerts
2001-05-05 15:40:00 UTC
Humm, there seems to have something odd with your CFLAGS. Could you try cleaning your CFLAGS? I mean, please comment all CFLAGS entries inside your /etc/make.conf. Let me know what happens. I am suspecting that the gdbm port is conflicting. This might be due to a -I/usr/local/include inside your CFLAGS. Also, please make sure you have the absolute latest version of the qpopper port. $ rm -Rf /usr/ports/mail/qpopper $ cvsup again -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature On Sun, May 06, 2001 at 01:38:54AM +0900, Hajimu UMEMOTO wrote: > >>>>> On Sat, 5 May 2001 13:25:52 -0300 > >>>>> "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br> said: > > > I met same problem here. If gdbm is installed, configure find it out > > and set `#define HAVE_GDBM_H 1' into config.h. It causes the problem. > > I did delete HAVE_GDBM_H line from config.h after `make configure' for > > workaround. > > lioux> Could you try the following patch? > > Unfortunately, I tried it, then it didn't help. It works not for > `HAVE_GDBM_H' but for `GDBM'. In configure.in, gdbm.h is absolutely > checked out by: > > AC_CHECK_HEADER( gdbm.h, GDBM_H="yes"; AC_DEFINE(HAVE_GDBM_H), GDBM_H="no" ) > > reagadless of --disable-gdbm option. My mistake. Try this patch. I removed the option from configure.in and then used autoconf. - Removed files: files/patch-configure - Added files: files/patch-configure.in -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature Responsible Changed From-To: freebsd-ports->lioux over to maintainer State Changed From-To: open->closed Problem seems to be fixed in version 4.0.2 of the port. Besides, feedback time out from originator. Thanks for the report! |