http://bugs.openembedded.org/show_bug.cgi?id=1242

           Summary: qt-x11-free-3.3.6-r0 fails with on do_package
           Product: Openembedded
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


NOTE: package qt-x11-free-3.3.6: started
NOTE: package qt-x11-free-3.3.6-r0: task do_fetch: started
NOTE: package qt-x11-free-3.3.6-r0: task do_fetch: completed
NOTE: package qt-x11-free-3.3.6-r0: task do_unpack: started
NOTE: Unpacking /data/distfiles/qt-x11-free-3.3.6.tar.bz2 to
/data/embedded3/build/tmp/work/qt-x11-free-3.3.6-r0/
NOTE: package qt-x11-free-3.3.6-r0: task do_unpack: completed
NOTE: package qt-x11-free-3.3.6-r0: task do_patch: started
NOTE: Applying patch 'configure.patch'
NOTE: Applying patch 'no-examples.patch'
NOTE: Applying patch 'gcc4_1-HACK.patch'
NOTE: package qt-x11-free-3.3.6-r0: task do_patch: completed
NOTE: package qt-x11-free-3.3.6-r0: task do_configure: started
NOTE: package qt-x11-free-3.3.6-r0: task do_configure: completed
NOTE: package qt-x11-free-3.3.6-r0: task do_compile: started
NOTE: package qt-x11-free-3.3.6-r0: task do_compile: completed
NOTE: package qt-x11-free-3.3.6-r0: task do_populate_staging: started
NOTE: package qt-x11-free-3.3.6-r0: task do_populate_staging: completed
NOTE: package qt-x11-free-3.3.6-r0: task do_package: started
ERROR: Error in executing:
/data/embedded3/org.openembedded.dev/packages/qt/qt-x11-free_3.3.6.bb
ERROR: Exception:exceptions.OSError Message:[Errno 40] Too many levels of
symbolic links:
'/data/embedded3/build/tmp/work/qt-x11-free-3.3.6-r0/install/qt-x11-free/usr/lib/libqt-mt.so.3.3.6'
ERROR: Printing the environment of the function
ERROR:  0124:                           path = os.path.join(root, f)
ERROR:  0125:                           rpath = path[len(inst_root):]
ERROR:  0126:                           pkg_files[pkg].append(rpath)
ERROR:  0127:                           try:
ERROR:  0128:                                   s = os.stat(path)
ERROR:  0129:                           except OSError, (err, strerror):
ERROR:  0130:                                   if err != errno.ENOENT:
ERROR:  0131:                                           raise
ERROR:  0132:                                   target = os.readlink(path)
ERROR: Error in executing:
/data/embedded3/org.openembedded.dev/packages/qt/qt-x11-free_3.3.6.bb
ERROR: Exception:exceptions.OSError Message:[Errno 40] Too many levels of
symbolic links:
'/data/embedded3/build/tmp/work/qt-x11-free-3.3.6-r0/install/qt-x11-free/usr/lib/libqt-mt.so.3.3.6'
ERROR: Printing the environment of the function
ERROR: Error in executing:
/data/embedded3/org.openembedded.dev/packages/qt/qt-x11-free_3.3.6.bb
ERROR: Exception:exceptions.OSError Message:[Errno 40] Too many levels of
symbolic links:
'/data/embedded3/build/tmp/work/qt-x11-free-3.3.6-r0/install/qt-x11-free/usr/lib/libqt-mt.so.3.3.6'
ERROR: Printing the environment of the function
ERROR: Error in executing:
/data/embedded3/org.openembedded.dev/packages/qt/qt-x11-free_3.3.6.bb
ERROR: Exception:exceptions.OSError Message:[Errno 40] Too many levels of
symbolic links:
'/data/embedded3/build/tmp/work/qt-x11-free-3.3.6-r0/install/qt-x11-free/usr/lib/libqt-mt.so.3.3.6'
ERROR: Printing the environment of the function
Traceback (most recent call last):
  File "/data/embedded3/bitbake-1.4.2/bin/bitbake", line 1111, in ?
    main()
  File "/data/embedded3/bitbake-1.4.2/bin/bitbake", line 1106, in main
    cooker.cook( BBConfiguration( options ), args[1:] )
  File "/data/embedded3/bitbake-1.4.2/bin/bitbake", line 929, in cook
    if self.buildProvider( k , False ) == 0:
  File "/data/embedded3/bitbake-1.4.2/bin/bitbake", line 566, in buildProvider
    if self.tryBuild(fn, item, buildAllDeps, build_depends + [fn]):
  File "/data/embedded3/bitbake-1.4.2/bin/bitbake", line 302, in tryBuild
    if self.buildProvider( dependency , buildAllDeps , build_depends ) == 0:
  File "/data/embedded3/bitbake-1.4.2/bin/bitbake", line 566, in buildProvider
    if self.tryBuild(fn, item, buildAllDeps, build_depends + [fn]):
  File "/data/embedded3/bitbake-1.4.2/bin/bitbake", line 322, in tryBuild
    return self.tryBuildPackage( fn, item, the_data )
  File "/data/embedded3/bitbake-1.4.2/bin/bitbake", line 227, in
tryBuildPackage
    bb.build.exec_task('do_%s' % self.configuration.cmd, the_data)
  File "/data/embedded/bitbake-1.4.2/lib/bb/build.py", line 298, in exec_task
    task_graph.walkdown(task, execute)
  File "/data/embedded/bitbake-1.4.2/lib/bb/__init__.py", line 1200, in
walkdown
    ret = self.walkdown(p, callback, debug, usecache)
  File "/data/embedded/bitbake-1.4.2/lib/bb/__init__.py", line 1205, in
walkdown
    return callback(self, item)
  File "/data/embedded/bitbake-1.4.2/lib/bb/build.py", line 277, in execute
    exec_task(item, d)
  File "/data/embedded/bitbake-1.4.2/lib/bb/build.py", line 298, in exec_task
    task_graph.walkdown(task, execute)
  File "/data/embedded/bitbake-1.4.2/lib/bb/__init__.py", line 1205, in
walkdown
    return callback(self, item)
  File "/data/embedded/bitbake-1.4.2/lib/bb/build.py", line 287, in execute
    exec_func(item, localdata)
  File "/data/embedded/bitbake-1.4.2/lib/bb/build.py", line 114, in exec_func
    exec_func_python(func, d)
  File "/data/embedded/bitbake-1.4.2/lib/bb/build.py", line 133, in
exec_func_python
    utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
  File "/data/embedded/bitbake-1.4.2/lib/bb/utils.py", line 142, in better_exec
    exec code in context
  File "do_package", line 4, in ?
  File "do_package", line 2, in do_package
  File "/data/embedded/bitbake-1.4.2/lib/bb/build.py", line 114, in exec_func
    exec_func_python(func, d)
  File "/data/embedded/bitbake-1.4.2/lib/bb/build.py", line 133, in
exec_func_python
    utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
  File "/data/embedded/bitbake-1.4.2/lib/bb/utils.py", line 142, in better_exec
    exec code in context
  File "package_ipk_do_package", line 4, in ?
  File "package_ipk_do_package", line 2, in package_ipk_do_package
  File "/data/embedded/bitbake-1.4.2/lib/bb/build.py", line 114, in exec_func
    exec_func_python(func, d)
  File "/data/embedded/bitbake-1.4.2/lib/bb/build.py", line 133, in
exec_func_python
    utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
  File "/data/embedded/bitbake-1.4.2/lib/bb/utils.py", line 142, in better_exec
    exec code in context
  File "package_do_package", line 5, in ?
  File "package_do_package", line 3, in package_do_package
  File "/data/embedded/bitbake-1.4.2/lib/bb/build.py", line 114, in exec_func
    exec_func_python(func, d)
  File "/data/embedded/bitbake-1.4.2/lib/bb/build.py", line 133, in
exec_func_python
    utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
  File "/data/embedded/bitbake-1.4.2/lib/bb/utils.py", line 142, in better_exec
    exec code in context
  File "populate_packages", line 184, in ?
  File "populate_packages", line 128, in populate_packages
OSError: [Errno 40] Too many levels of symbolic links:
'/data/embedded3/build/tmp/work/qt-x11-free-3.3.6-r0/install/qt-x11-free/usr/lib/libqt-mt.so.3.3.6'

-----------------------------------------------------


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to