Package: libqt3c102-mt-psql
Severity: important
Tags: patch
Justification: fails to build from source

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dear maintainer,

 qt-x11-free fails to be built because of missing postgresql related
 files. See below errors.
- 
-------------------------------------------------------------------------------
make[4]: Entering directory 
`/home/henrich/src/qt-x11-free-3.3.4/plugins/src/sqldrivers/psql'
g++ -c -pipe -I/usr/include/mysql -I/usr/include/freetype2 
-I/usr/include/postgresql -I/usr/include/postgresql/server -fno-exceptions 
-Wall -W -O2 -fPIC  -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SHARED 
-I/home/henrich/src/qt-x11-free-3.3.4/mkspecs/linux-g++ -I. 
-I/usr/include/freetype2 -I../../../../include -I.moc/release-shared/ -o 
.obj/main.o main.cpp
In file included from main.cpp:38:
../../../../src/sql/drivers/psql/qsql_psql.h:43:22: libpq-fe.h: No such file or 
directory
In file included from main.cpp:38:
../../../../src/sql/drivers/psql/qsql_psql.h:61: error: syntax error before `*'
   token
../../../../src/sql/drivers/psql/qsql_psql.h:88: error: syntax error before `*'
   token
../../../../src/sql/drivers/psql/qsql_psql.h:106: error: syntax error before `*
   ' token
make[4]i *** [.obj/main.o] Error 1
make[4]: Leaving directory
`/home/henrich/src/qt-x11-free-3.3.4/plugins/src/sqldrivers/psql'
make[3]: *** [sub-psql] Error 2
make[3]: Leaving directory
`/home/henrich/src/qt-x11-free-3.3.4/plugins/src/sqldrivers'
make[2]: *** [sub-sqldrivers] Error 2
make[2]: Leaving directory
`/home/henrich/src/qt-x11-free-3.3.4/plugins/src'
make[1]: *** [sub-plugins] Error 2
make[1]: Leaving directory `/home/henrich/src/qt-x11-free-3.3.4'
make: *** [libqt-stamp] Error 2
- 
-------------------------------------------------------------------------------

 libpq-dev now based on postgresql-8.0, so its files in /usr/include/
 postgresql/8.0, not just /usr/include/postgresql. You should fix it 
 in debian/rules.

- 
------------------------------------------------------------------------------------
diff -urN qt-x11-free-3.3.4.orig/debian/rules
qt-x11-free-3.3.4/debian/rules
- --- qt-x11-free-3.3.4.orig/debian/rules 2005-07-09 14:06:28.022944136
+0900
+++ qt-x11-free-3.3.4/debian/rules      2005-07-09 14:06:02.082732302
+0900
@@ -37,7 +37,7 @@
                -plugin-imgfmt-jpeg -qt-imgfmt-png -plugin-imgfmt-mng \
                -plugin-sql-odbc -plugin-sql-psql -plugin-sql-mysql 
-plugin-sql-ibase \
                -plugin-sql-sqlite -I/usr/include/mysql 
-I/usr/include/freetype2 \
- -               -I/usr/include/postgresql -I/usr/include/postgresql/server 
-lfontconfig \
+               -I/usr/include/postgresql/8.0 -I/usr/include/postgresql/server 
-lfontconfig \
                -stl -xinerama -xrandr -system-nas-sound -cups -xft -xcursor 
-sm \
                -no-exceptions -platform linux-g++ -fast
- 
------------------------------------------------------------------------------------

- --
Regards,

 Hideki Yamane     henrich @ samba.gr.jp/debian.or.jp/iijmio-mail.jp



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCz3p4Iu0hy8THJksRAjU8AJ0WwUb2OHbJHfgTTsWr8zr3hU08TACdEMcs
5gszwdT0K55E8cLTm/fZ5Tc=
=dKqZ
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to