Re: [ptxdist] Qt 4.7

2011-06-29 Thread Marius Brehler

On 06/28/11 19:29, darth vader wrote:

Hi,
I tried the steps above but this is not working for me ( I use 
ptxdist-2010.08.0).

What do I have to do to get Qt4.7 running here?

Thanks in advance.


Hi,
I did the steps I described before ;-) You need to be more detailed if you expect help. The makefile 
was only tested with ptxdist-2011.05.0, ptxdist-2010.08.0 might be to old. Anyway, I propose to use 
the ptxdist git repository as Qt 4.7.3 was added a short time before.

Regards

Marius

PS: Please use your real name as sender and try to avoid top posting.

--
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Qt 4.7

2011-06-29 Thread darth vader
Hi Marius,

I've got the phyCARD-L BSP PD10.2.2 and ptxdist 2010.08.0 from phytec. I
tried to use ptxdist 2011 with this BSP but got some errors.

And these are the errors I got while trying to do the steps above:

~/DEV/OSELAS.BSP-Phytec-phyCARD-PD10.2.2$ ptxdist go

---
target: qt4.extract
---

extract:
archive=/home/dv/DEV/OSELAS.BSP-Phytec-phyCARD-PD10.2.2/src/qt-everywhere-opensource-src-4.7.2.tar.gz
extract:
dest=/home/dv/DEV/OSELAS.BSP-Phytec-phyCARD-PD10.2.2/platform-phyCARD-L/build-target
pkg_patch_dir:
'OSELAS.BSP-Phytec-phyCARD-PD10.2.2/patches/qt-everywhere-opensource-src-4.7.2'
pkg_patch_series:
'OSELAS.BSP-Phytec-phyCARD-PD10.2.2/patches/qt-everywhere-opensource-src-4.7.2/series'
pkg_patch_autogen: 'none'

patchin: patch: apply
'OSELAS.BSP-Phytec-phyCARD-PD10.2.2/patches/qt-everywhere-opensource-src-4.7.2/series'
applying '0001-mkspec-for-ptxdist.patch'
patching file mkspecs/linux-ptx-g++/qmake.conf.in
patching file mkspecs/linux-ptx-g++/qplatformdefs.h
patching file mkspecs/qws/linux-ptx-g++/qmake.conf.in
patching file mkspecs/qws/linux-ptx-g++/qplatformdefs.h
applying '0002-disable-ordered-compiling.patch'
patching file projects.pro
patching file src/src.pro
Hunk #1 FAILED at 105.
Hunk #2 FAILED at 134.
2 out of 2 hunks FAILED -- saving rejects to file src/src.pro.rej




2011/6/29 Marius Brehler mar...@linux.sungazer.de

 On 06/28/11 19:29, darth vader wrote:

 Hi,
 I tried the steps above but this is not working for me ( I use
 ptxdist-2010.08.0).

 What do I have to do to get Qt4.7 running here?

 Thanks in advance.


 Hi,
 I did the steps I described before ;-) You need to be more detailed if you
 expect help. The makefile was only tested with ptxdist-2011.05.0,
 ptxdist-2010.08.0 might be to old. Anyway, I propose to use the ptxdist git
 repository as Qt 4.7.3 was added a short time before.
 Regards

 Marius

 PS: Please use your real name as sender and try to avoid top posting.


 --
 ptxdist mailing list
 ptxdist@pengutronix.de

-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Qt 4.7

2011-06-29 Thread darth vader
These are the the steps with ptxdist2011 which throws als errors:

~/DEV2/OSELAS.BSP-Phytec-phyCARD-PD10.2.2$ ptxdist --force platform
configs/phyCARD-L-2010.08.0/platformconfig
~/DEV2/OSELAS.BSP-Phytec-phyCARD-PD10.2.2$ ptxdist --force collection
configs/collectionconfig-Kit
~/DEV2/OSELAS.BSP-Phytec-phyCARD-PD10.2.2$ ptxdist --force setup

#
# configuration written to .config
#


*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.

metin@dell:~/DEV2/OSELAS.BSP-Phytec-phyCARD-PD10.2.2$ ptxdist --force go
warning: (LSHW  LSHW_GUI || AVAHI  AVAHI_GTK || LIBIODBC  LIBIODBC_GUI
|| GST_PLUGINS_GOOD  GST_PLUGINS_GOOD_GDK_PIXBUF || GTK_ENGINE_EXPERIENCE
|| GTKMM || GWT || LIBGLADE || LIBRSVG || POPPLER  POPPLER_SPLASH 
POPPLER_GLIB || GTK2_ENGINES  GTKCORE || WXWIDGETS) selects GTK which has
unmet direct dependencies (GTKCORE)
warning: (LSHW  LSHW_GUI || AVAHI  AVAHI_GTK || LIBIODBC  LIBIODBC_GUI
|| GST_PLUGINS_GOOD  GST_PLUGINS_GOOD_GDK_PIXBUF || GTK_ENGINE_EXPERIENCE
|| GTKMM || GWT || LIBGLADE || LIBRSVG || POPPLER  POPPLER_SPLASH 
POPPLER_GLIB || GTK2_ENGINES  GTKCORE || WXWIDGETS) selects GTK which has
unmet direct dependencies (GTKCORE)
warning: (LSHW  LSHW_GUI || AVAHI  AVAHI_GTK || LIBIODBC  LIBIODBC_GUI
|| GST_PLUGINS_GOOD  GST_PLUGINS_GOOD_GDK_PIXBUF || GTK_ENGINE_EXPERIENCE
|| GTKMM || GWT || LIBGLADE || LIBRSVG || POPPLER  POPPLER_SPLASH 
POPPLER_GLIB || GTK2_ENGINES  GTKCORE || WXWIDGETS) selects GTK which has
unmet direct dependencies (GTKCORE)
platforms/Kconfig:5: invalid statement
error: error during generation of dependencies
(maybe amd64 executable on x86)

ptxdist: error: error in dgen


2011/6/29 darth vader tuktuk666...@googlemail.com

 Hi Marius,

 I've got the phyCARD-L BSP PD10.2.2 and ptxdist 2010.08.0 from phytec. I
 tried to use ptxdist 2011 with this BSP but got some errors.

 And these are the errors I got while trying to do the steps above:

 ~/DEV/OSELAS.BSP-Phytec-phyCARD-PD10.2.2$ ptxdist go

 ---
 target: qt4.extract
 ---

 extract:
 archive=/home/dv/DEV/OSELAS.BSP-Phytec-phyCARD-PD10.2.2/src/qt-everywhere-opensource-src-4.7.2.tar.gz
 extract:
 dest=/home/dv/DEV/OSELAS.BSP-Phytec-phyCARD-PD10.2.2/platform-phyCARD-L/build-target
 pkg_patch_dir:
 'OSELAS.BSP-Phytec-phyCARD-PD10.2.2/patches/qt-everywhere-opensource-src-4.7.2'
 pkg_patch_series:
 'OSELAS.BSP-Phytec-phyCARD-PD10.2.2/patches/qt-everywhere-opensource-src-4.7.2/series'
 pkg_patch_autogen: 'none'

 patchin: patch: apply
 'OSELAS.BSP-Phytec-phyCARD-PD10.2.2/patches/qt-everywhere-opensource-src-4.7.2/series'
 applying '0001-mkspec-for-ptxdist.patch'
 patching file mkspecs/linux-ptx-g++/qmake.conf.in
 patching file mkspecs/linux-ptx-g++/qplatformdefs.h
 patching file mkspecs/qws/linux-ptx-g++/qmake.conf.in
 patching file mkspecs/qws/linux-ptx-g++/qplatformdefs.h
 applying '0002-disable-ordered-compiling.patch'
 patching file projects.pro
 patching file src/src.pro
 Hunk #1 FAILED at 105.
 Hunk #2 FAILED at 134.
 2 out of 2 hunks FAILED -- saving rejects to file src/src.pro.rej





 2011/6/29 Marius Brehler mar...@linux.sungazer.de

 On 06/28/11 19:29, darth vader wrote:

 Hi,
 I tried the steps above but this is not working for me ( I use
 ptxdist-2010.08.0).

 What do I have to do to get Qt4.7 running here?

 Thanks in advance.


 Hi,
 I did the steps I described before ;-) You need to be more detailed if you
 expect help. The makefile was only tested with ptxdist-2011.05.0,
 ptxdist-2010.08.0 might be to old. Anyway, I propose to use the ptxdist git
 repository as Qt 4.7.3 was added a short time before.
 Regards

 Marius

 PS: Please use your real name as sender and try to avoid top posting.


 --
 ptxdist mailing list
 ptxdist@pengutronix.de



-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Qt 4.7

2011-06-29 Thread Robert Schwebel
On Wed, Jun 29, 2011 at 10:03:24AM +0200, darth vader wrote:
 I've got the phyCARD-L BSP PD10.2.2 and ptxdist 2010.08.0 from phytec. I tried
 to use ptxdist 2011 with this BSP but got some errors.

This is the ptxdist developer mailing list. The Phytec BSP comes with a
well defined ptxdist version, please use that and ask the Phytec support
if you have problems or ask our sales team for support from Pengutronix.

Thank you.

Best regards,
Robert Schwebel
-- 
Pengutronix e.K.   | |
Industrial Linux Solutions | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |

-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Qt 4.7

2011-06-28 Thread darth vader
Hi,
I tried the steps above but this is not working for me ( I use
ptxdist-2010.08.0).

What do I have to do to get Qt4.7 running here?

Thanks in advance.



2011/6/16 ayserd yawsedr tuktuk666...@googlemail.com

 Hi Marius,

 thank you very much!


 2011/6/14 Marius Brehler mar...@linux.sungazer.de

 On 06/10/11 08:01, ayserd yawsedr wrote:

 Hi,

 Im new to ptxdist. Could you please tell me what to do with this file to
 get Qt4.7?

 Thanks in advance!


 Hi,
 sorry for my late answer, we had holiday yesterday and I did have the time
 to answer before the weekend.
 In this mail I'll give you a short explanation howto apply the patches and
 which files have to be copied. Please note that the patches are not in
 ptxdist yet. So I'll describe the clean way to add the patches to your local
 project and not to ptxdist in general.

 # Copy the qt4 rule files to your local project:
 mkdir /YOURPROJECT/rules # if not existing
 cp /usr/local/lib/ptxdist-2011.06.0/rules/qt4.* /YOURPROJECT/rules/

 # Apply patch, which offers choice which version of Qt to build
 cd /YOURPROJECT/
 patch -p1 
 /PathToPatch/ptxdist/0001-Offer-choice-between-Qt-4.6-and-Qt-4.7.patch

 # Apply patch, which creates series file.
 # This file contains a list which patches should be applied when building
 Qt.
 mkdir /YOURPROJECT/patches # if not existing
 patch -p1  /PathToPatch/ptxdist/0001-Add-series-for-Qt-4.7.2.patch

 # Copy my patches to
 /YOURPROJECT/patches/qt-everywhere-opensource-src-4.7.2/

 cp /PathToPatch/0002-disable-ordered-compiling.patch \
 /YOURPROJECT/patches/qt-everywhere-opensource-src-4.7.2/

 cp /PathToPatch/0004-add-missing-subdir.patch \
 /YOURPROJECT/patches/qt-everywhere-opensource-src-4.7.2/

 # Copy the following patches from
 #
 /usr/local/lib/ptxdist-2011.06.0/patches/qt-everywhere-opensource-src-4.6.3/
 to
 # /YOURPROJECT/patches/qt-everywhere-opensource-src-4.7.2/

 0001-mkspec-for-ptxdist.patch
 0003-Hack-hide-cursor-during-startup.patch
 0005-Fix-dnd-issue-on-QWS.patch
 0008-qmake-make-sure-local-include-dirs-come-first.patch
 0009-phonon-fix-colors-for-video-on-qgraphicsview.patch


 Hope this helps.

 Best Regards

 Marius

 --
 ptxdist mailing list
 ptxdist@pengutronix.de



-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Qt 4.7

2011-06-16 Thread ayserd yawsedr
Hi Marius,

thank you very much!

2011/6/14 Marius Brehler mar...@linux.sungazer.de

 On 06/10/11 08:01, ayserd yawsedr wrote:

 Hi,

 Im new to ptxdist. Could you please tell me what to do with this file to
 get Qt4.7?

 Thanks in advance!


 Hi,
 sorry for my late answer, we had holiday yesterday and I did have the time
 to answer before the weekend.
 In this mail I'll give you a short explanation howto apply the patches and
 which files have to be copied. Please note that the patches are not in
 ptxdist yet. So I'll describe the clean way to add the patches to your local
 project and not to ptxdist in general.

 # Copy the qt4 rule files to your local project:
 mkdir /YOURPROJECT/rules # if not existing
 cp /usr/local/lib/ptxdist-2011.06.0/rules/qt4.* /YOURPROJECT/rules/

 # Apply patch, which offers choice which version of Qt to build
 cd /YOURPROJECT/
 patch -p1 
 /PathToPatch/ptxdist/0001-Offer-choice-between-Qt-4.6-and-Qt-4.7.patch

 # Apply patch, which creates series file.
 # This file contains a list which patches should be applied when building
 Qt.
 mkdir /YOURPROJECT/patches # if not existing
 patch -p1  /PathToPatch/ptxdist/0001-Add-series-for-Qt-4.7.2.patch

 # Copy my patches to
 /YOURPROJECT/patches/qt-everywhere-opensource-src-4.7.2/

 cp /PathToPatch/0002-disable-ordered-compiling.patch \
 /YOURPROJECT/patches/qt-everywhere-opensource-src-4.7.2/

 cp /PathToPatch/0004-add-missing-subdir.patch \
 /YOURPROJECT/patches/qt-everywhere-opensource-src-4.7.2/

 # Copy the following patches from
 #
 /usr/local/lib/ptxdist-2011.06.0/patches/qt-everywhere-opensource-src-4.6.3/
 to
 # /YOURPROJECT/patches/qt-everywhere-opensource-src-4.7.2/

 0001-mkspec-for-ptxdist.patch
 0003-Hack-hide-cursor-during-startup.patch
 0005-Fix-dnd-issue-on-QWS.patch
 0008-qmake-make-sure-local-include-dirs-come-first.patch
 0009-phonon-fix-colors-for-video-on-qgraphicsview.patch


 Hope this helps.

 Best Regards

 Marius

 --
 ptxdist mailing list
 ptxdist@pengutronix.de

-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Qt 4.7

2011-06-14 Thread Marius Brehler

On 06/10/11 08:01, ayserd yawsedr wrote:

Hi,

Im new to ptxdist. Could you please tell me what to do with this file to
get Qt4.7?

Thanks in advance!


Hi,
sorry for my late answer, we had holiday yesterday and I did have the time to 
answer before the weekend.
In this mail I'll give you a short explanation howto apply the patches and which files have to be 
copied. Please note that the patches are not in ptxdist yet. So I'll describe the clean way to add 
the patches to your local project and not to ptxdist in general.


# Copy the qt4 rule files to your local project:
mkdir /YOURPROJECT/rules # if not existing
cp /usr/local/lib/ptxdist-2011.06.0/rules/qt4.* /YOURPROJECT/rules/

# Apply patch, which offers choice which version of Qt to build
cd /YOURPROJECT/
patch -p1  
/PathToPatch/ptxdist/0001-Offer-choice-between-Qt-4.6-and-Qt-4.7.patch

# Apply patch, which creates series file.
# This file contains a list which patches should be applied when building Qt.
mkdir /YOURPROJECT/patches # if not existing
patch -p1  /PathToPatch/ptxdist/0001-Add-series-for-Qt-4.7.2.patch

# Copy my patches to /YOURPROJECT/patches/qt-everywhere-opensource-src-4.7.2/

cp /PathToPatch/0002-disable-ordered-compiling.patch \
/YOURPROJECT/patches/qt-everywhere-opensource-src-4.7.2/

cp /PathToPatch/0004-add-missing-subdir.patch \
/YOURPROJECT/patches/qt-everywhere-opensource-src-4.7.2/

# Copy the following patches from
# /usr/local/lib/ptxdist-2011.06.0/patches/qt-everywhere-opensource-src-4.6.3/ 
to
# /YOURPROJECT/patches/qt-everywhere-opensource-src-4.7.2/

0001-mkspec-for-ptxdist.patch
0003-Hack-hide-cursor-during-startup.patch
0005-Fix-dnd-issue-on-QWS.patch
0008-qmake-make-sure-local-include-dirs-come-first.patch
0009-phonon-fix-colors-for-video-on-qgraphicsview.patch


Hope this helps.
Best Regards

Marius

--
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Qt 4.7

2011-06-10 Thread ayserd yawsedr
Hi,

Im new to ptxdist. Could you please tell me what to do with this file to get
Qt4.7?

Thanks in advance!

2011/6/9 Marius Brehler mar...@linux.sungazer.de

 On 06/08/11 18:09, Bernhard Walle wrote:

 * Tim Sandertim.san...@hbm.com  [2011-06-08 16:39]:

 Hi Marius

 because we have to use Qt 4.7, I have ported most of the patches written
 for Qt 4.6.3 to work with Qt 4.7.2.
 I also added a menu entry to the qt4.in to give the user the choise
 which version of Qt to build (4.6 or 4.7) and I modified the makefile to
 recognize this choise.

 Is their any interest to adopt this changes to PTXdist? In this caise, I
 would clean up my patches a little bit and would send them afterwards to
 this mailinglist.

 I for one would be interested in your changes.


 +1.


 Okay, sent my patches to the ML. Hope the format of the patches is okay.
 Best Regards

 Marius


 --
 ptxdist mailing list
 ptxdist@pengutronix.de

-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Qt 4.7

2011-06-09 Thread Marius Brehler

On 06/08/11 18:09, Bernhard Walle wrote:

* Tim Sandertim.san...@hbm.com  [2011-06-08 16:39]:

Hi Marius

because we have to use Qt 4.7, I have ported most of the patches written
for Qt 4.6.3 to work with Qt 4.7.2.
I also added a menu entry to the qt4.in to give the user the choise
which version of Qt to build (4.6 or 4.7) and I modified the makefile to
recognize this choise.

Is their any interest to adopt this changes to PTXdist? In this caise, I
would clean up my patches a little bit and would send them afterwards to
this mailinglist.

I for one would be interested in your changes.


+1.


Okay, sent my patches to the ML. Hope the format of the patches is okay.
Best Regards

Marius

--
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Qt 4.7

2011-06-08 Thread Tim Sander
Hi Marius
 because we have to use Qt 4.7, I have ported most of the patches written
 for Qt 4.6.3 to work with Qt 4.7.2.
 I also added a menu entry to the qt4.in to give the user the choise
 which version of Qt to build (4.6 or 4.7) and I modified the makefile to
 recognize this choise.
 
 Is their any interest to adopt this changes to PTXdist? In this caise, I
 would clean up my patches a little bit and would send them afterwards to
 this mailinglist.
I for one would be interested in your changes.

Best regards
Tim

Hottinger Baldwin Messtechnik GmbH, Im Tiefen See 45, 64293 Darmstadt, Germany 
| www.hbm.com 

Registered as GmbH (German limited liability corporation) in the commercial 
register at the local court of Darmstadt, HRB 1147  
Company domiciled in Darmstadt | CEO: Andreas Huellhorst | Chairman of the 
board: James Charles Webster

Als Gesellschaft mit beschraenkter Haftung eingetragen im Handelsregister des 
Amtsgerichts Darmstadt unter HRB 1147 
Sitz der Gesellschaft: Darmstadt | Geschaeftsfuehrung: Andreas Huellhorst | 
Aufsichtsratsvorsitzender: James Charles Webster

The information in this email is confidential. It is intended solely for the 
addressee. If you are not the intended recipient, please let me know and delete 
this email.

Die in dieser E-Mail enthaltene Information ist vertraulich und lediglich für 
den Empfaenger bestimmt. Sollten Sie nicht der eigentliche Empfaenger sein, 
informieren Sie mich bitte kurz und loeschen diese E-Mail.


-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Qt 4.7

2011-06-08 Thread Bernhard Walle
* Tim Sander tim.san...@hbm.com [2011-06-08 16:39]:
 Hi Marius
  because we have to use Qt 4.7, I have ported most of the patches written
  for Qt 4.6.3 to work with Qt 4.7.2.
  I also added a menu entry to the qt4.in to give the user the choise
  which version of Qt to build (4.6 or 4.7) and I modified the makefile to
  recognize this choise.
  
  Is their any interest to adopt this changes to PTXdist? In this caise, I
  would clean up my patches a little bit and would send them afterwards to
  this mailinglist.
 I for one would be interested in your changes.

+1.

Regards,
Bernhard

-- 
ptxdist mailing list
ptxdist@pengutronix.de