Re: [Slackbuilds-users] Graphviz Build Error

2011-06-17 Thread Rich Shepard

On Thu, 16 Jun 2011, B Watson wrote:


Well, no, I was saying to make sure /usr/lib/pkgconfig is *not* listed in
your PKG_CONFIG_PATH (and make sure /usr/lib64/pkgconfig *is* in there).


  Darn! I changed PKG_CONFIG_PATH in both ~/.bash_profile and
/root/.bash_profile, sourced the latter, and still get the same fatal build
error that /usr/lib/libstdc++.la has moved. With the path change to
/usr/lib64/ I expected this error to be fixed.

  What else have I missed?

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Graphviz Build Error

2011-06-17 Thread Audrius Kažukauskas
On Fri, 2011-06-17 at 06:38:11 -0700, Rich Shepard wrote:
 On Thu, 16 Jun 2011, B Watson wrote:
 
 Well, no, I was saying to make sure /usr/lib/pkgconfig is *not* listed in
 your PKG_CONFIG_PATH (and make sure /usr/lib64/pkgconfig *is* in there).
 
   Darn! I changed PKG_CONFIG_PATH in both ~/.bash_profile and
 /root/.bash_profile, sourced the latter, and still get the same fatal build
 error that /usr/lib/libstdc++.la has moved. With the path change to
 /usr/lib64/ I expected this error to be fixed.
 
   What else have I missed?

Rich,

Have you tried what Greg suggested?  He was successful at compiling
graphviz on a multilib system.

Unfortunately, I can't help with this issue as I'm using pure 64-bit
system myself.

-- 
Audrius Kažukauskas


pgpyQ6F8LImJh.pgp
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Graphviz Build Error

2011-06-17 Thread Rich Shepard

On Fri, 17 Jun 2011, Audrius Ka?ukauskas wrote:


Have you tried what Greg suggested?  He was successful at compiling
graphviz on a multilib system.


  Yes, I have. /etc/profile.d/32dev.sh is not executable. All references to
'lib' are now 'lib64' in the package and library paths.

  The three applications that won't build or run properly are graphviz (low
priority as I've not used it before), acroread (builds but does not properly
display menu fonts), and epdfview (which won't build). The latter two are
rather critical and I need to get them working.

Thanks,

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Graphviz Build Error

2011-06-17 Thread Rich Shepard

On Fri, 17 Jun 2011, Rich Shepard wrote:


 The three applications that won't build or run properly are graphviz (low
priority as I've not used it before), acroread (builds but does not
properly display menu fonts), and epdfview (which won't build). The latter
two are rather critical and I need to get them working.


  Well! This has been a valuable lesson for me. Changing references in
LD_LIBRARY_PATH from 'lib' to 'lib64' made the difference for graphviz and
epdfview.

  Acroread (after re-installing) still does not display any readable text on
menus, the open file dialog, or other views. Suggestions?

Thanks,

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Graphviz Build Error

2011-06-17 Thread Greg' Ar Tourter
For acroread (which I maintain) you need to run the
/usr/bin/update-pango-querymodules script so that the module file is
created for 32bit as well as 64bit. It should do this automatically at
the next reboot but running it manually should get you going.

Hope this helps

Cheers

Greg

On 17 June 2011 17:27, Rich Shepard rshep...@appl-ecosys.com wrote:
 On Fri, 17 Jun 2011, Rich Shepard wrote:

  The three applications that won't build or run properly are graphviz (low
 priority as I've not used it before), acroread (builds but does not
 properly display menu fonts), and epdfview (which won't build). The latter
 two are rather critical and I need to get them working.

  Well! This has been a valuable lesson for me. Changing references in
 LD_LIBRARY_PATH from 'lib' to 'lib64' made the difference for graphviz and
 epdfview.

  Acroread (after re-installing) still does not display any readable text on
 menus, the open file dialog, or other views. Suggestions?

 Thanks,

 Rich
 ___
 SlackBuilds-users mailing list
 SlackBuilds-users@slackbuilds.org
 http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
 Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
 FAQ - http://slackbuilds.org/faq/


___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Graphviz Build Error -- [ALL FIXED]

2011-06-17 Thread Rich Shepard

On Fri, 17 Jun 2011, Greg' Ar Tourter wrote:


I wouldn't worry too much about xulrunner.


Greg,

  Then I won't, either. Stopped the download and removed the directory.


as for the name change, adobe renamed it adobe-reader so it was decided to
follow upstream in the naming convention. I should probably add acroread
to the tags to help the search.


  I've known it as acroread for years and hadn't thought to look for a
SlackBuild for it. However, ... that makes all the difference! Using your
magical script it displays all fonts as it should. Whew!

  I don't know if I want to try to upgrade the BIOS with the SlackBuild
scripts now or wait until I return from my trip. It's been an intense 2+
days getting the multilib portable up and running.

  Those of us who are not linux/slackware professionals (nor hobbyists,
either) really appreciate the dedication and quality work donated by you
package creators and maintainers. I won't be presumptuous by claiming that I
lead this list, but I'm confident that I'm near the top of appreciative
users.

Much thanks,

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Graphviz Build Error

2011-06-16 Thread B Watson
On 6/16/11, Rich Shepard rshep...@appl-ecosys.com wrote:

Graphviz tells me it cannot find a library which is in /usr/lib64; it's
 looking in /usr/lib. Is this a build script error?

Nope. The build scripts are tested  supported only on non-multilib
(pure 64-bit). This gets mentioned pretty often on this mailing list...

However, a lot of builds that have this problem (looking for libs in
/usr/lib) can be made to work by adding 'LDFLAGS=-L/usr/lib64' to the
configure command (right before the CFLAGS and CXXFLAGS stuff).

Another thing to check is PKG_CONFIG_PATH in the environment. It shouldn't
include /usr/lib/pkgconfig (if it's not set, set it to something like
/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig:/usr/local/lib64/pkgconfig
in your .bash_profile or whatever).

Worst-case scenario, you might have to hack up the Makefile or whatever
the source uses for building. Not really difficult, most of the time.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Graphviz Build Error

2011-06-16 Thread Rich Shepard

On Thu, 16 Jun 2011, Slacker build user wrote:


On the other hand, I have used Graphviz quite a bit for several years and
do in fact find it very useful. I would encourage you to grit your teeth
and get it running - it is worth some effort, and then you will know what
you might have missed!


Robert,

  As time permits. Right now I'm focused on using GRASS, R, and advanced
statistical models for biologic data.


If I get access to a 64 bit build platform I'll try to build it an post
back to the list.


  Apparently it builds and runs on pure 64-bit systems, but not on multilib
systems.

Regards,

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Graphviz Build Error

2011-06-16 Thread B Watson
On 6/16/11, Rich Shepard rshep...@appl-ecosys.com wrote:

 Another thing to check is PKG_CONFIG_PATH in the environment. It shouldn't
 include /usr/lib/pkgconfig (if it's not set, set it to something like
 /usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig:/usr/local/lib64/pkgconfig
 in your .bash_profile or whatever).

I don't follow you here. /usr/lib/pkgconfig contains 208 files. Are you
 suggesting that I add the additional paths in ~/.bash_profile?

Well, no, I was saying to make sure /usr/lib/pkgconfig is *not* listed in
your PKG_CONFIG_PATH (and make sure /usr/lib64/pkgconfig *is* in there).

You don't have to list 200-something .pc files, the PKG_CONFIG_PATH
just contains the director(y|ies) where the .pc files are located. The
ones in /usr/lib/pkgconfig (if you even have them) are 32-bit, and will
specify things like -L/usr/lib, which you don't want.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/