Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2013 11:22:03 +0200
From:      John Marino <freebsdml@marino.st>
To:        Martin Wilke <miwi@freebsd.org>
Cc:        "ports@FreeBSD.org Ports" <ports@FreeBSD.org>, Baptiste Daroussin <bapt@freebsd.org>
Subject:   Re: Fwd: qt-mysql-plugin-3.3.8_10 failed on amd64 8
Message-ID:  <518F5F3B.2070106@marino.st>
In-Reply-To: <518C9AE1.7070609@marino.st>
References:  <201305100610.r4A6A35L070714@pointyhat.freebsd.org> <8B63E7B1-23AD-4FCE-B954-581253109E21@freebsd.org> <518C9AE1.7070609@marino.st>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------010405000409070709020706
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

On 5/10/2013 08:59, John Marino wrote:
> On 5/10/2013 08:52, Martin Wilke wrote:
>>> ===> Configuring for qt-mysql-plugin-3.3.8_10
>>> ===> Building for qt-mysql-plugin-3.3.8_10
>>> Warning: Object directory not changed from original
>>> /work/a/ports/databases/qt-mysql-plugin/work/qt-x11-free-3.3.8
>>> c++ -fpic -DPIC -O2 -pipe -fno-strict-aliasing
>>> -Iplugins/src/sqldrivers/mysql -Isrc/sql/drivers/mysql
>>> -I/usr/local/include/mysql -I/usr/local/include -DQT_THREAD_SUPPORT
>>> -c src/sql/drivers/mysql/qsql_mysql.cpp -o qsql_mysql.So
>>> make: don't know how to make main.cpp. Stop
>>> *** Error code 1
>>>
>>> Stop in /a/ports/databases/qt-mysql-plugin.
>>> ================================================================
>
> Yes, I've seen this too.
> I actually told Baptiste about it last night.
> It's nice to have this confirmed as a generic issue and not a DragonFly
> one.
>

I have attached a patch that fixes the problem.  It was related to the 
extraction cleanup.  Can somebody commit it?

John

--------------010405000409070709020706
Content-Type: text/plain;
 name="qt-mysql-plugin-Makefile.diff.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="qt-mysql-plugin-Makefile.diff.txt"

--- Makefile.orig	2013-04-29 08:57:12.000000000 +0000
+++ Makefile
@@ -23,7 +23,8 @@ USE_MYSQL=	yes
 USE_BZIP2=	yes
 PLUGIN=		plugins/src/sqldrivers/${DB}
 DRIVER=		src/sql/drivers/${DB}
-EXTRACT_AFTER_ARGS?=	${DISTNAME}/${DRIVER} ${DISTNAME}/src/sql/drivers/cache
+EXTRACT_AFTER_ARGS?=	${DISTNAME}/${PLUGIN} ${DISTNAME}/${DRIVER} \
+		${DISTNAME}/src/sql/drivers/cache
 MAKEFILE=	${FILESDIR}/Makefile.bsd
 MAKE_ENV+=	DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \
 		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \

--------------010405000409070709020706--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?518F5F3B.2070106>