Author Topic: Checkinstall problem  (Read 1064 times)

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10688
  • MLUs Forever!
Checkinstall problem
« on: June 29, 2011, 05:08:05 AM »
I attempted to build Grub 2 for some testing this morning, and as is my usual for such things tried to use checkinstall to generate an RPM. Unfortunately it failed .....  the first time in many years ......  the output .....

Code: [Select]
Building target platforms: i386
Building for target i386
Processing files: grub2-1.99-1.i386
error: File not found: /root/rpmbuild/BUILDROOT/grub2-1.99-1.i386/usr
error: File not found: /root/rpmbuild/BUILDROOT/grub2-1.99-1.i386/usr/local
error: File not found: /root/rpmbuild/BUILDROOT/grub2-1.99-1.i386/usr/local/bin
error: File not found: /root/rpmbuild/BUILDROOT/grub2-1.99-1.i386/usr/local/bin/grub-bin2h

Anyone got ideas what I might need to do?  Thanks.



regards.
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10688
  • MLUs Forever!
Re: Checkinstall problem
« Reply #1 on: June 29, 2011, 01:40:30 PM »
I tried a different app build, just in case there was anything about the Grub 2 source or something that affected the checkinstall working. I tried building this
http://www.pclinuxos.com/forum/index.php/topic,93480.0.html
and had similar results.

Is it possible this has something to do with the update to the RPM version?
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Checkinstall problem
« Reply #2 on: June 29, 2011, 03:47:23 PM »
when I try to install checkinstall:
Quote
checkinstall:
 Depends: rpm-build

if I try to install rpm-build:

Quote
rpm-build:
 Depends: rpm (= 4.4.6-18pclos2007)
 Depends: rpm-mandriva-setup-build

rpm actually installed is rpm-4.8.1 ...

look like an update of rpm-build checkinstall is needed ...

AS
« Last Edit: June 29, 2011, 03:57:47 PM by as »

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10688
  • MLUs Forever!
Re: Checkinstall problem
« Reply #3 on: June 29, 2011, 04:07:31 PM »
when I try to install checkinstall:
Quote
checkinstall:
 Depends: rpm-build

if I try to install rpm-build:

Quote
rpm-build:
 Depends: rpm (= 4.4.6-18pclos2007)
 Depends: rpm-mandriva-setup-build

rpm actually installed is rpm-4.8.1 ...

look like an update of rpm-build checkinstall is needed ...

AS


rpm-build is the latest and is new in the repository .......  it seems that checkinstall needs to be updated to use it?

MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Checkinstall problem
« Reply #4 on: June 29, 2011, 04:16:42 PM »
when I try to install checkinstall:
Quote
checkinstall:
 Depends: rpm-build

if I try to install rpm-build:

Quote
rpm-build:
 Depends: rpm (= 4.4.6-18pclos2007)
 Depends: rpm-mandriva-setup-build

rpm actually installed is rpm-4.8.1 ...

look like an update of rpm-build checkinstall is needed ...

AS


rpm-build is the latest and is new in the repository .......  it seems that checkinstall needs to be updated to use it?



Glad to see I'm not the only one "out of sync" this evening  ;D
It's rpm-build that has a dependency to rpm (= 4.4.6-18pclos2007)

AS

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10688
  • MLUs Forever!
Re: Checkinstall problem
« Reply #5 on: June 29, 2011, 04:23:48 PM »
when I try to install checkinstall:
Quote
checkinstall:
 Depends: rpm-build

if I try to install rpm-build:

Quote
rpm-build:
 Depends: rpm (= 4.4.6-18pclos2007)
 Depends: rpm-mandriva-setup-build

rpm actually installed is rpm-4.8.1 ...

look like an update of rpm-build checkinstall is needed ...

AS


rpm-build is the latest and is new in the repository .......  it seems that checkinstall needs to be updated to use it?



Glad to see I'm not the only one "out of sync" this evening  ;D
It's rpm-build that has a dependency to rpm (= 4.4.6-18pclos2007)

AS

We are seeing different things  :D

rpm-build here has rpm (=4.8.1-4pclos2011)

I do notice though that it also has a dependency

rpm-pclinuxos-setup-build (>=1.34)   whereas that package in this install is at  1.134-2pclos2011

Have you run aptupgrade?  I have ......
« Last Edit: June 29, 2011, 04:28:02 PM by Just19 »
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Checkinstall problem
« Reply #6 on: June 29, 2011, 05:21:06 PM »
yes ... different view ... PM sent.  ;)

AS