Author Topic: I need BMPX for 64-bit  (Read 547 times)

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8583
  • Aurum nostrum non est aurum vulgi.
I need BMPX for 64-bit
« on: October 01, 2011, 10:28:13 PM »
Hi.

I'm just wondering if any of the other packagers have successfully built BMPX for 64-bit. I've hit a wall with %{_lib}sexymm-devel and I can't seem to find it anywhere. I probably would need the SRPM so I can take a look at the specfile. Thanks in advance.

Archie
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: I need BMPX for 64-bit
« Reply #1 on: October 02, 2011, 02:29:10 AM »
Is that be included in gtkmm?

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8583
  • Aurum nostrum non est aurum vulgi.
Re: I need BMPX for 64-bit
« Reply #2 on: October 02, 2011, 03:56:31 AM »
I don't think so, Neal. I did a search on rpm.bone.net and checked out the provides. Neither %{_lib}sexymm nor bmpx is among the provides nor the require. If I can just find %{_lib}sexymm, then I could proceed with the build of bmpx and cross my fingers that it would be successfully packaged.
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: I need BMPX for 64-bit
« Reply #3 on: October 02, 2011, 04:18:11 AM »
I did a web search on it and libsexymm is said to be a gtkmm widget. At least that is my understanding of what I read.     

PBone:
http://rpm.pbone.net/index.php3/stat/4/idpl/3627310/dir/pld/com/libsexymm-devel-0.1.7-1.i586.rpm.html     

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8583
  • Aurum nostrum non est aurum vulgi.
Re: I need BMPX for 64-bit
« Reply #4 on: October 02, 2011, 05:01:41 AM »
You are absolutely right, Neal. How could I have missed that?? Found the lib but getting bad exit status.

The error is : /bin/sed: can't read /usr/lib64/libpangocairo-1.0.la: No such file or directory

Although I do have  /usr/lib64/libpangocairo-1.0.so and  /usr/lib64/libpangocairo-1.0.so.0 and another  /usr/lib64/libpangocairo-1.0.so.0.2903.0, this is most likely why I get a bad exit status. Normally, I'd just leave as that but since this is probably where I can learn, any ideas on how I can fix this?
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: I need BMPX for 64-bit
« Reply #5 on: October 02, 2011, 05:14:16 AM »
It seems like it is looking for libpangocairo-1.0.la specifically.

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12493
Re: I need BMPX for 64-bit
« Reply #6 on: October 02, 2011, 05:14:59 AM »
libsexymm is in the 64bit repo

lib64sexymm2-0.1.9-1pclos2011.x86_64.rpm
lib64sexymm2-devel-0.1.9-1pclos2011.x86_64.rpm

you need to run rm -rf /usr/lib64/*.la so they don't try to link against it. We are dropping the la files when appropriate.

Thanks to everyone who donates. You keep the servers running.

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8583
  • Aurum nostrum non est aurum vulgi.
Re: I need BMPX for 64-bit
« Reply #7 on: October 02, 2011, 05:52:56 AM »
Thanks, Tex. However, I failed to build both bmpx and conky with errors that are beyond me now. Conky errors on what seems to be on make. Well, as the Chinese proverb goes ... I still need to eat more rice...
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42