From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QhFK2-0007JJ-VL for garchives@archives.gentoo.org; Thu, 14 Jul 2011 06:22:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E1AC21C127; Thu, 14 Jul 2011 06:22:34 +0000 (UTC) Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com [209.85.210.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 566FC21C127 for ; Thu, 14 Jul 2011 06:22:32 +0000 (UTC) Received: by pzk6 with SMTP id 6so8560382pzk.40 for ; Wed, 13 Jul 2011 23:22:32 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org MIME-Version: 1.0 Received: by 10.142.47.2 with SMTP id u2mr608799wfu.80.1310624552151; Wed, 13 Jul 2011 23:22:32 -0700 (PDT) Received: by 10.143.92.8 with HTTP; Wed, 13 Jul 2011 23:22:32 -0700 (PDT) Date: Thu, 14 Jul 2011 06:22:32 +0000 Message-ID: Subject: [gentoo-soc] Auto dependency builder progress report. Week 7. From: =?KOI8-R?B?4czFy9PBzsTSIOLF0tPFzsXX?= To: gentoo-soc@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: ff0733893546de337ee2e77828cdf096 What has been done this week: - exec* call handling: execl, execlp, execle, execv, execvp, execvpe, execve, system - tests for all exec* calls - fixed a bug with setenv and multithreading. I developed own setenv function to fix it - handling mmap call - a function get_deps(pkg) has been developed. It returns a list of installed dependencies for package, installed dependencies of dependencies, etc. - changes in file structure of my project What I plan to do next: - filter packages which are part of system profile in output - filter packages which having files accessed only, but not readed or writed or executed. - highlight packages, used during package building but not listed in dependency lists of any level - think about python versions in dependencies. - produce a log file with all events and data about environment to send it on central storage. Best, Alexander Bersenev