[Bug 65721] New: when running make install as root, run make as user before.

Pupeno pupeno at kde.org
Wed Oct 8 23:53:05 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=65721     
           Summary: when running make install as root, run make as user
                    before.
           Product: kdevelop
           Version: 3.0.0a5
          Platform: Gentoo Packages
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: pupeno at kde.org


Version:           3.0.0a5 (using KDE 3.1.4)
Installed from:    Gentoo
Compiler:          gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)
OS:          Linux (i686) release 2.4.22-openmosix

When you "Install as root" it just goes root and run makes install, if a file had been change it, that will make the compilation of the project, but as root, that would make the objects file created with root as their owners which means, the user won't be able to just run make, he has to delete by hand those object files (as root user) to be able to just make, or run install as root always.
A simple solution to this would be to run make, then go root and then make install.
Thank you.




More information about the KDevelop-devel mailing list