Build fails on Fedora 8 (unpackaged file)
Just downloaded it and tried to build it with:
$ sh ati-driver-installer-8-01-x86.x86_64.run --buildpkg Fedora/F8
All goes well except that the spec file is missing an installed package:
RPM build errors:
Installed (but unpackaged) file(s) found:
/usr/sbin/amdnotifyui
Anyone have an idea how to fix this?
Update:
Here's a little bit of progress
1) extract the files from ati-driver-installer-8-01-x86.x86_64.run to a directory
$ sh ./ati-driver-installer-8-01-x86.x86_64.run --extract tmp
$ cd tmp
2) go to the Fedora dir in the packages dir
$ cd packages/Fedora
3) open ATI-fglrx.spec-tmpl with an editor, go to the section that starts with %files (line 259) and add %{_sbindir}/amdnotifyui below %{_sbindir}/atieventsd
Now when I go to the root directory (tmp) and try ./ati-installer.sh --buildpkg Fedora/F8 it always returns some help information instead of building the packages.
Anyone know how to make ati-installer.sh build packages?
Just downloaded it and tried to build it with:
$ sh ati-driver-installer-8-01-x86.x86_64.run --buildpkg Fedora/F8
All goes well except that the spec file is missing an installed package:
RPM build errors:
Installed (but unpackaged) file(s) found:
/usr/sbin/amdnotifyui
Anyone have an idea how to fix this?
Update:
Here's a little bit of progress
1) extract the files from ati-driver-installer-8-01-x86.x86_64.run to a directory
$ sh ./ati-driver-installer-8-01-x86.x86_64.run --extract tmp
$ cd tmp
2) go to the Fedora dir in the packages dir
$ cd packages/Fedora
3) open ATI-fglrx.spec-tmpl with an editor, go to the section that starts with %files (line 259) and add %{_sbindir}/amdnotifyui below %{_sbindir}/atieventsd
Now when I go to the root directory (tmp) and try ./ati-installer.sh --buildpkg Fedora/F8 it always returns some help information instead of building the packages.
Anyone know how to make ati-installer.sh build packages?
Comment