[Bug 61471] New: gideon freezes on checking the rpmmacros file

tnagy tnagy at eleve.emn.fr
Sun Jul 20 20:37:04 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=61471     
           Summary: gideon freezes on checking the rpmmacros file
           Product: kdevelop
           Version: unspecified
          Platform: RedHat RPMs
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: tnagy at eleve.emn.fr


Version:           gideon cvs snapshot 30718 (using KDE KDE 3.1.2KDE 1.2)
Installed from:    RedHat RPMsRedHat RPMs
Compiler:          gcc g++
OS:          I Don't Know

gideon does not like my ~/.rpmmacro file ! it freezes if i try to open a project or create a new one. The command "strace gideon" stops on this :

open("/home/tnagy/.rpmmacros", O_RDONLY|O_LARGEFILE) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=308, ...}) = 0
fstat64(12, {st_mode=S_IFREG|0644, st_size=308, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4254d000
read(12, "%_topdir               /home/tna"..., 4096) = 308

If I remove my ~/.rpmmacros file, gideon works as expected (no freeze).

My ~/.rpmmacros file contains the following text :

%_topdir               /home/tnagy/rpm
%_tmppath              /home/tnagy/rpm/tmp

%_signature            gpg
%_gpg_name             tnagy
%_gpg_path             ~/.gnupg
%distribution          redhat
%vendor                tnagy

%__find_requires        /home/tnagy/rpm/script.sh %{?buildroot:%{buildroot}}




More information about the KDevelop-devel mailing list