From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 3 10:20:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0723237B401 for ; Thu, 3 Jul 2003 10:20:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3AE843FE5 for ; Thu, 3 Jul 2003 10:20:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h63HKFUp072903 for ; Thu, 3 Jul 2003 10:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h63HKF2k072901; Thu, 3 Jul 2003 10:20:15 -0700 (PDT) Resent-Date: Thu, 3 Jul 2003 10:20:15 -0700 (PDT) Resent-Message-Id: <200307031720.h63HKF2k072901@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Altpeter Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E254537B401 for ; Thu, 3 Jul 2003 10:11:03 -0700 (PDT) Received: from murphy.planlos.de (murphy.planlos.de [213.73.92.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CCC244011 for ; Thu, 3 Jul 2003 10:11:02 -0700 (PDT) (envelope-from freddy@murphy.planlos.de) Received: from murphy.planlos.de (smmsp@localhost [127.0.0.1]) by murphy.planlos.de (8.12.9/8.12.9) with ESMTP id h63HB0U6017511; Thu, 3 Jul 2003 19:11:00 +0200 (CEST) (envelope-from freddy@murphy.planlos.de) Received: (from root@localhost) by murphy.planlos.de (8.12.9/8.12.9/Submit) id h63HAx96017510; Thu, 3 Jul 2003 19:10:59 +0200 (CEST) (envelope-from freddy) Message-Id: <200307031710.h63HAx96017510@murphy.planlos.de> Date: Thu, 3 Jul 2003 19:10:59 +0200 (CEST) From: Frank Altpeter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Frank Altpeter Subject: ports/54067: www/mod_auth_mysql_another fails to build with mysql-4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Frank Altpeter List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 17:20:17 -0000 >Number: 54067 >Category: ports >Synopsis: www/mod_auth_mysql_another fails to build with mysql-4.1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 03 10:20:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Frank Altpeter >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD murphy.planlos.de 4.8-STABLE FreeBSD 4.8-STABLE #2: Fri Jun 27 12:25:26 CEST 2003 root@murphy.planlos.de:/usr/obj/usr/src/sys/kernconf.murphy i386 >Description: Port fails to build, possibly due to missing check on changed make_scrambled_password() arguments between mysql-3 and mysql-4. >How-To-Repeat: root@murphy:/usr/ports/www/mod_auth_mysql_another # make ===> Extracting for mod_auth_mysql_another-2.0 >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for mod_auth_mysql.tgz. ===> Patching for mod_auth_mysql_another-2.0 ===> Applying FreeBSD patches for mod_auth_mysql_another-2.0 ===> mod_auth_mysql_another-2.0 depends on file: /usr/local/sbin/apxs - found ===> mod_auth_mysql_another-2.0 depends on shared library: mysqlclient.14 - found ===> Configuring for mod_auth_mysql_another-2.0 ===> Building for mod_auth_mysql_another-2.0 /usr/local/sbin/apxs -c -D APACHE1 -I/usr/local/include -L/usr/local/lib/mysql -lmysqlclient mod_auth_mysql.c cc -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION="/usr/local/www/data/" -DDEFAULT_PATH="/usr/local/bin:/bin:/usr/bin" -DACCEPT_FILTER_NAME="httpready" -funsigned-char -DMOD_SSL=208114 -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite -O -pipe -fPIC -DSHA RED_MODULE -I/usr/local/include/apache -I/usr/local/include -DAPACHE1 -c mod_auth_mysql.c mod_auth_mysql.c: In function `mysql_authenticate_basic_user': mod_auth_mysql.c:662: too few arguments to function `make_scrambled_password' mod_auth_mysql.c:667: warning: passing arg 2 of `strcmp' makes pointer from integer without a cast apxs:Break: Command failed with rc=1 *** Error code 1 Stop in /usr/ports/www/mod_auth_mysql_another/work/mod_auth_mysql. *** Error code 1 Stop in /usr/ports/www/mod_auth_mysql_another.