* [ptxdist] ptxdist: warning: more than one ipkg per package detected:
@ 2011-11-06 2:24 muntaqa
2011-11-06 9:58 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: muntaqa @ 2011-11-06 2:24 UTC (permalink / raw)
To: ptxdist
Anybody has any idea why I am getting this error during "ptxdist go":
Packaged contents of /home/muntaqa/OSELAS.BSP-Pengutronix-Mini2440-2011.10.0
/platform-mini2440/packages/qt4.tmp/ipkg into /home/muntaqa/OSELAS.BSP-Pengut
ronix-Mini2440-2011.10.0/platform-mini2440/packages/qt4_4.7.4_armel.ipk
done.
finished target qt4.targetinstall
--------------------------
target: qt4.targetinstall3
--------------------------
install_init: preparing for image creation of 'qt4-demos'...
install_init: @ARCH@ -> armel
install_init: @PACKAGE@ -> qt4-demos
install_init: @VERSION@ -> 4.7.4
install_init: @DEPENDS@ -> tslib, zlib, freetype, libpng, libjpeg, sqlite
install_init: preinst not available
install_init: postinst not available
install_init: prerm not available
install_init: postrm not available
install_fixup: @PRIORITY@ -> optional ... done.
install_fixup: @SECTION@ -> base ... done.
install_fixup: @AUTHOR@ -> "Christian Hemp <c.hemp\@phytec.de" ... done.
install_fixup: @DESCRIPTION@ -> missing ... done.
ptxdist: warning: more than one ipkg per package detected:
package: 'qt-everywhere-opensource-src-4.7.4'
ipkg: 'qt4-demos' and 'qt4'
xpkg_finish: collecting license (GPL3, LGPLv2.1) ... done.
xpkg_finish: creating ipkg package ...
install file:
src=OSELAS.BSP-Pengutronix-Mini2440-2011.10.0/platform-mini2440/build-target/
qt-everywhere-opensource-src-4.7.4-build/demos/embedded/flickable/flickable
dst=/usr/bin/qt4-demos/embedded/flickable/flickable
owner=0
group=0
permissions=0755
install file:
src=OSELAS.BSP-Pengutronix-Mini2440-2011.10.0/platform-mini2440/build-target/
qt-everywhere-opensource-src-4.7.4-build/demos/embedded/fluidlauncher/
fluidlauncher
dst=/usr/bin/qt4-demos/embedded/fluidlauncher/fluidlauncher
owner=0
group=0
permissions=0755
Error: install_tree failed!
make: *** [/home/muntaqa/OSELAS.BSP-Pengutronix-Mini2440-2011.10.0/platform-
mini2440
/state/qt4.targetinstall3] Error 1
failed
Below is my selected_ptxconfig excerpt for qt:
Could it that it does not like qt4-demos turned on at the same time as
qt4-demos-embedded?
PTXCONF_QT4_DEMOS=m
PTXCONF_QT4_DEMOS_INSTALL_DIR="/usr/bin/qt4-demos"
I have just turned those off and it is re-building
the whole package again.
#
# qt
#
# PTXCONF_ARORA is not set
# PTXCONF_PYSIDE is not set
# PTXCONF_QT4_DEMO is not set
PTXCONF_QT4_DEMOS=m
PTXCONF_QT4_DEMOS_INSTALL_DIR="/usr/bin/qt4-demos"
# PTXCONF_QT4_DEMOS_AFFINE is not set
# PTXCONF_QT4_DEMOS_BOOKS is not set
# PTXCONF_QT4_DEMOS_CHIP is not set
# PTXCONF_QT4_DEMOS_COMPOSITION is not set
# PTXCONF_QT4_DEMOS_DECLARATIVE is not set
# PTXCONF_QT4_DEMOS_DEFORM is not set
PTXCONF_QT4_DEMOS_EMBEDDED=y
# PTXCONF_QT4_DEMOS_EMBEDDED_DESKTOPSERVICES is not set
# PTXCONF_QT4_DEMOS_EMBEDDED_DIGIFLIP is not set
# PTXCONF_QT4_DEMOS_EMBEDDED_EMBEDDEDSVGVIEWER is not set
PTXCONF_QT4_DEMOS_EMBEDDED_FLICKABLE=y
# PTXCONF_QT4_DEMOS_EMBEDDED_FLIGHTINFO is not set
PTXCONF_QT4_DEMOS_EMBEDDED_FLUIDLAUNCHER=y
PTXCONF_QT4_DEMOS_EMBEDDED_FLUIDLAUNCHER_LOCALCONFIG=y
# PTXCONF_QT4_DEMOS_EMBEDDED_LIGHTMAPS is not set
# PTXCONF_QT4_DEMOS_EMBEDDED_RAYCASTING is not set
# PTXCONF_QT4_DEMOS_EMBEDDED_STYLEDEMO is not set
# PTXCONF_QT4_DEMOS_EMBEDDED_WEATHERINFO is not set
# PTXCONF_QT4_DEMOS_EMBEDDEDDIALOGS is not set
# PTXCONF_QT4_DEMOS_GRADIENTS is not set
# PTXCONF_QT4_DEMOS_INTERVIEW is not set
# PTXCONF_QT4_DEMOS_MAINWINDOW is not set
# PTXCONF_QT4_DEMOS_PATHSTROKE is not set
# PTXCONF_QT4_DEMOS_SPREADSHEET is not set
# PTXCONF_QT4_DEMOS_SUB_ATTAQ is not set
# PTXCONF_QT4_DEMOS_TEXTEDIT is not set
# PTXCONF_QT4_DEMOS_UNDO is not set
# PTXCONF_QT4_EXAMPLES is not set
PTXCONF_QT4=y
#
# build options
#
PTXCONF_QT4_SHARED=y
PTXCONF_QT4_PLATFORM_EMBEDDED=y
# PTXCONF_QT4_PLATFORM_X11 is not set
#
# graphics driver
#
PTXCONF_QT4_GFX_AHI_NULL=y
PTXCONF_QT4_GFX_DIRECTFB_NONE=y
# PTXCONF_QT4_GFX_DIRECTFB_PLUGIN is not set
# PTXCONF_QT4_GFX_LINUXFB_NONE is not set
PTXCONF_QT4_GFX_LINUXFB_BUILTIN=y
# PTXCONF_QT4_GFX_LINUXFB_PLUGIN is not set
PTXCONF_QT4_GFX_POWERVR_NULL=y
# PTXCONF_QT4_GFX_POWERVR_PLUGIN is not set
PTXCONF_QT4_GFX_QVFB_NONE=y
# PTXCONF_QT4_GFX_QVFB_BUILTIN is not set
# PTXCONF_QT4_GFX_QVFB_PLUGIN is not set
PTXCONF_QT4_GFX_VNC_NONE=y
# PTXCONF_QT4_GFX_VNC_BUILTIN is not set
# PTXCONF_QT4_GFX_VNC_PLUGIN is not set
PTXCONF_QT4_GFX_TRANSFORMED_NONE=y
# PTXCONF_QT4_GFX_TRANSFORMED_BUILTIN is not set
# PTXCONF_QT4_GFX_TRANSFORMED_PLUGIN is not set
PTXCONF_QT4_GFX_MULTISCREEN_NONE=y
# PTXCONF_QT4_GFX_MULTISCREEN_BUILTIN is not set
PTXCONF_QT4_GFX_HYBRID_NULL=y
#
# keyboard drivers
#
PTXCONF_QT4_KBD_TTY=y
PTXCONF_QT4_KBD_INPUT=y
# PTXCONF_QT4_KBD_QVFB is not set
#
# mouse drivers
#
PTXCONF_QT4_MOUSE_PC=y
PTXCONF_QT4_MOUSE_INPUT=y
# PTXCONF_QT4_MOUSE_LINUXTP is not set
PTXCONF_QT4_MOUSE_TSLIB=y
# PTXCONF_QT4_MOUSE_QVFB is not set
PTXCONF_QT4_PREPARE_EXAMPLES=y
#
# feature options
#
# PTXCONF_QT4_ZLIB_INTERNAL is not set
PTXCONF_QT4_ZLIB_SYSTEM=y
# PTXCONF_QT4_FREETYPE_NONE is not set
# PTXCONF_QT4_FREETYPE_INTERNAL is not set
PTXCONF_QT4_FREETYPE_SYSTEM=y
# PTXCONF_QT4_ICO_NONE is not set
PTXCONF_QT4_ICO_INTERNAL=y
# PTXCONF_QT4_PNG_NONE is not set
# PTXCONF_QT4_PNG_INTERNAL is not set
PTXCONF_QT4_PNG_SYSTEM=y
# PTXCONF_QT4_MNG_NONE is not set
PTXCONF_QT4_MNG_INTERNAL=y
# PTXCONF_QT4_TIFF_NONE is not set
PTXCONF_QT4_TIFF_INTERNAL=y
# PTXCONF_QT4_GIF_NONE is not set
PTXCONF_QT4_GIF_INTERNAL=y
# PTXCONF_QT4_JPG_NONE is not set
# PTXCONF_QT4_JPG_INTERNAL is not set
PTXCONF_QT4_JPG_SYSTEM=y
# PTXCONF_QT4_STL is not set
# PTXCONF_QT4_GLIB is not set
# PTXCONF_QT4_OPENSSL is not set
# PTXCONF_QT4_DBUS is not set
# PTXCONF_QT4_ACCESSIBILITY is not set
PTXCONF_QT4_OPENGL_NONE=y
# PTXCONF_QT4_OPENGL_ES1 is not set
# PTXCONF_QT4_OPENGL_ES2 is not set
#
# optional libraries
#
PTXCONF_QT4_BUILD_GUI=y
PTXCONF_QT4_BUILD_NETWORK=y
PTXCONF_QT4_BUILD_SQL=y
# PTXCONF_QT4_SQLITE_NULL is not set
PTXCONF_QT4_SQLITE_BUILTIN=y
# PTXCONF_QT4_SQLITE_PLUGIN is not set
PTXCONF_QT4_SQLITE_SYSTEM=y
# PTXCONF_QT4_SQLITE_NONE is not set
PTXCONF_QT4_BUILD_SCRIPT=y
PTXCONF_QT4_BUILD_SVG=y
PTXCONF_QT4_BUILD_XML=y
PTXCONF_QT4_BUILD_DESIGNERLIBS=y
# PTXCONF_QT4_BUILD_ASSISTANTLIB is not set
# PTXCONF_QT4_BUILD_QTESTLIB is not set
# PTXCONF_QT4_BUILD_QTXMLPATTERNS is not set
# PTXCONF_QT4_BUILD_MULTIMEDIA is not set
# PTXCONF_QT4_BUILD_PHONON is not set
# PTXCONF_QT4_BUILD_WEBKIT is not set
PTXCONF_QT4_BUILD_SCRIPTTOOLS=y
PTXCONF_QT4_BUILD_DECLARATIVE=y
PTXCONF_QT4_INSTALL_QMLVIEWER=y
PTXCONF_QT4_BUILD_TOOLS=y
#
# Install Fonts
#
PTXCONF_QT4_FONT_DEJAVU=y
# PTXCONF_QT4_FONT_UT is not set
PTXCONF_QT4_FONT_VERA=y
# PTXCONF_QT4_FONT_C0 is not set
# PTXCONF_QT4_FONT_COUR is not set
PTXCONF_QT4_FONT_CURSOR=y
PTXCONF_QT4_FONT_FIXED=y
PTXCONF_QT4_FONT_HELVETICA=y
# PTXCONF_QT4_FONT_JAPANESE is not set
# PTXCONF_QT4_FONT_L04 is not set
PTXCONF_QWT=y
PTXCONF_QWT_SVG=y
# PTXCONF_SHIBOKEN is not set
#
# sdl
#
# PTXCONF_SDL_GFX is not set
# PTXCONF_SDL_TTF is not set
# PTXCONF_SDL is not set
# PTXCONF_SDL_IMAGE is not set
# PTXCONF_SDL_MIXER is not set
#
# sound
#
PTXCONF_ALSA_UTILS=y
PTXCONF_ALSA_UTILS_STARTSCRIPT=y
PTXCONF_ALSA_UTILS_ASOUND_STATE=y
PTXCONF_ALSA_UTILS_ALSAMIXER=y
PTXCONF_LIBID3TAG=y
PTXCONF_LIBMAD=y
PTXCONF_LIBMAD__OPT_SPEED=y
# PTXCONF_LIBMAD__OPT_ACCURACY is not set
PTXCONF_MADPLAY=y
# PTXCONF_MPG123 is not set
# PTXCONF_RAWREC is not set
# PTXCONF_SETMIXER is not set
# PTXCONF_TK is not set
#
# tools
#
# PTXCONF_FONTCONFIG is not set
# PTXCONF_I915RESOLUTION is not set
# PTXCONF_MEDIA_CTL is not set
# PTXCONF_XAWTV is not set
#
# libs
#
# PTXCONF_FLAC is not set
PTXCONF_FREETYPE=y
# PTXCONF_LIBCACA is not set
# PTXCONF_LIBDMTX is not set
# PTXCONF_LIBMPEG2 is not set
# PTXCONF_LIBOGG is not set
# PTXCONF_LIBTHEORA is not set
# PTXCONF_LIBV4L2_PYTHON is not set
# PTXCONF_LIBVORBIS is not set
# PTXCONF_ORC is not set
# PTXCONF_PIXMAN is not set
# PTXCONF_PYTHON_IMAGING is not set
# PTXCONF_SPEEX is not set
# PTXCONF_SVGALIB is not set
PTXCONF_TSLIB=y
PTXCONF_TSLIB_TS_CALIBRATE=y
PTXCONF_TSLIB_TS_TEST=y
# PTXCONF_V4L_UTILS is not set
# PTXCONF_WXWIDGETS is not set
# PTXCONF_XORG is not set
#
# ------------------------------------
#
#
# Bare Metal
#
# PTXCONF_STELLARIS is not set
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] ptxdist: warning: more than one ipkg per package detected:
2011-11-06 2:24 [ptxdist] ptxdist: warning: more than one ipkg per package detected: muntaqa
@ 2011-11-06 9:58 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2011-11-06 9:58 UTC (permalink / raw)
To: ptxdist
On Sun, Nov 06, 2011 at 02:24:51AM +0000, muntaqa wrote:
> Anybody has any idea why I am getting this error during "ptxdist go":
>
> Packaged contents of /home/muntaqa/OSELAS.BSP-Pengutronix-Mini2440-2011.10.0
> /platform-mini2440/packages/qt4.tmp/ipkg into /home/muntaqa/OSELAS.BSP-Pengut
> ronix-Mini2440-2011.10.0/platform-mini2440/packages/qt4_4.7.4_armel.ipk
> done.
> finished target qt4.targetinstall
>
> --------------------------
> target: qt4.targetinstall3
> --------------------------
>
> install_init: preparing for image creation of 'qt4-demos'...
> install_init: @ARCH@ -> armel
> install_init: @PACKAGE@ -> qt4-demos
> install_init: @VERSION@ -> 4.7.4
> install_init: @DEPENDS@ -> tslib, zlib, freetype, libpng, libjpeg, sqlite
> install_init: preinst not available
> install_init: postinst not available
> install_init: prerm not available
> install_init: postrm not available
> install_fixup: @PRIORITY@ -> optional ... done.
> install_fixup: @SECTION@ -> base ... done.
> install_fixup: @AUTHOR@ -> "Christian Hemp <c.hemp\@phytec.de" ... done.
> install_fixup: @DESCRIPTION@ -> missing ... done.
>
> ptxdist: warning: more than one ipkg per package detected:
>
> package: 'qt-everywhere-opensource-src-4.7.4'
> ipkg: 'qt4-demos' and 'qt4'
>
>
> xpkg_finish: collecting license (GPL3, LGPLv2.1) ... done.
> xpkg_finish: creating ipkg package ...
> install file:
> src=OSELAS.BSP-Pengutronix-Mini2440-2011.10.0/platform-mini2440/build-target/
> qt-everywhere-opensource-src-4.7.4-build/demos/embedded/flickable/flickable
> dst=/usr/bin/qt4-demos/embedded/flickable/flickable
> owner=0
> group=0
> permissions=0755
>
> install file:
> src=OSELAS.BSP-Pengutronix-Mini2440-2011.10.0/platform-mini2440/build-target/
>
> qt-everywhere-opensource-src-4.7.4-build/demos/embedded/fluidlauncher/
> fluidlauncher
> dst=/usr/bin/qt4-demos/embedded/fluidlauncher/fluidlauncher
> owner=0
> group=0
> permissions=0755
>
> Error: install_tree failed!
> make: *** [/home/muntaqa/OSELAS.BSP-Pengutronix-Mini2440-2011.10.0/platform-
> mini2440
> /state/qt4.targetinstall3] Error 1
> failed
You have QT4_DEMOS_EMBEDDED_FLUIDLAUNCHER_LOCALCONFIG but you don't have
the corresponding files in projectroot: From the help to this option:
"install config.xml, slides and screenshots from projectroot".
Don't select the option and it should work.
Michael
--
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-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-06 9:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-06 2:24 [ptxdist] ptxdist: warning: more than one ipkg per package detected: muntaqa
2011-11-06 9:58 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox