Search found 34 matches
- Wed Mar 12, 2008 6:37 pm
- Forum: Compile
- Topic: building rpm-package of gigi fails
- Replies: 8
- Views: 1213
Re: building rpm-package of gigi fails
I have to try that. The question is, if the given prefix doesn't get compiled in some kind of path... But I have found a workarround, I did install gigi into an empty directory using this as prefix, then I looked which files where copied by "scons install". In my spec-file I wrote a bunch of copy-co...
- Wed Mar 12, 2008 12:45 pm
- Forum: Compile
- Topic: building rpm-package of gigi fails
- Replies: 8
- Views: 1213
Re: building rpm-package of gigi fails
I already tried, most things work now, but there are still problems witch some pkgconfig-Files, scons tries to write directly to /usr...
Oliver
Oliver
- Wed Mar 12, 2008 12:20 pm
- Forum: Compile
- Topic: building rpm-package of gigi fails
- Replies: 8
- Views: 1213
Re: building rpm-package of gigi fails
"scons prefix=%{buildroot} install". Why doesn't it work? It's not, what I want to do, I have a prefix set, it's /usr, where the files shell be installed to, when the package is installed. During the creation of an rpm-package, the system has to install the packages into a fake root-Filesystem, the...
- Wed Mar 12, 2008 9:09 am
- Forum: Compile
- Topic: building rpm-package of gigi fails
- Replies: 8
- Views: 1213
building rpm-package of gigi fails
Hi, I'm trying to use an RPM of freeorion for Mandrivalinux but I have some problems with gigi. The compilation of gigi does work flawlessly after some initial problems due to some mistakes I made in my spec-File. But the "scons install"-step doesn't work. The problem is, that rpmbuild does install ...