Code Monkey home page Code Monkey logo

Comments (7)

tigerfoot avatar tigerfoot commented on July 17, 2024

pfu tabs disappear, it's in issue/patch 4791 for mapserver 6.4.0

from sfcgal.

mhugo avatar mhugo commented on July 17, 2024

Hi Bruno.
Thanks for your comment.
The script seems fine. Your patch is welcome :)

from sfcgal.

tigerfoot avatar tigerfoot commented on July 17, 2024

On Monday 04 November 2013 05.24:27 Hugo Mercier wrote:

Hi Bruno.
Thanks for your comment.
The script seems fine. Your patch is welcome :)


Reply to this email directly or view it on GitHub:
#37 (comment)

Hi Hugo, I've create a patch see attachment. but unfortunately it does do the job I want
the .so is still installed in /usr/lib :-(

Being far from a C++ Expert, I've also another trouble with the packaging of SFCGAL

At openSUSE, but other distributions like Fedora, or Debian share the same kind of policy the lib has to be
packaged and named following its soname.

I got those warnings, and I need to get ride of them
[ 477s] libsfcgal1.x86_64: W: shlib-unversioned-lib libSFCGAL.so
[ 477s] Your package matches the Shared Library Policy Naming Scheme but contains an
[ 477s] unversioned library. Therefore it is very unlikely that your package can be
[ 477s] installed in parallel to another version of this library package. Consider
[ 477s] moving unversioned parts into a runtime package.
[ 477s]
[ 477s] libsfcgal1.x86_64: W: shlib-policy-missing-lib
[ 477s] Your package starts with 'lib' as part of its name, but does not provide any
[ 477s] libraries. It must not be called a lib-package then. Give it a more sensible
[ 477s] name.

I'm a bit stuck at this step.
objdump -p libSFCGAL.so | awk '/SONAME/ {print $2}' returning only libSFCGAL.so

I should normally got something similar at what CGAL offer
(I've those for example on my system)
libCGAL.so.10 libCGAL_Core.so.10 libCGAL_ImageIO.so.10 libCGAL_Qt4.so.10
libCGAL.so.10.0.2 libCGAL_Core.so.10.0.2 libCGAL_ImageIO.so.10.0.2 libCGAL_Qt4.so.10.0.2

Location where the build occurs
https://build.opensuse.org/package/show/home:bruno_friedmann:mapserver64/sfcgal

Complete build log
https://build.opensuse.org/build/home:bruno_friedmann:mapserver64/openSUSE_13.1/x86_64/sfcgal/_log

I wish you all at Oslandia an excellent 2014 year, and hope you could help me too :-)

Bruno Friedmann
Ioda-Net Sàrl www.ioda-net.ch

openSUSE Member
GPG KEY : D5C9B751C4653227
irc: tigerfoot

from sfcgal.

mhugo avatar mhugo commented on July 17, 2024

Hi.
Thanks for your feedback, and happy new year :)
I've created a branch named "issue_37" for tests on this issue.
I've added something to set VERSION and SOVERSION properties of the library. That should resolve your second issue.
For the lib64 thing, it is hard for me to test (working mainly with Ubuntu). And I am not sure to understand the problem. Apparently Debian-based distro decided to put x64 libs under /lib and x32 libs (on a 64bits architecture) under /lib32 and OpenSuse does the opposite ?

from sfcgal.

mhugo avatar mhugo commented on July 17, 2024

Ok, I've just pushed another change on the branch in src/CMakeLists.txt replacing 'lib' by ${CMAKE_INSTALL_LIBDIR} which should be "lib64" instead of "lib" in your case.
Tell me if it helps.

And by the way : using "pull requests" on github is a convenient way to send patches :)

from sfcgal.

tigerfoot avatar tigerfoot commented on July 17, 2024

On Friday 03 January 2014 00.38:08 Hugo Mercier wrote:

Ok, I've just pushed another change on the branch in src/CMakeLists.txt replacing 'lib' by ${CMAKE_INSTALL_LIBDIR} which should be "lib64" instead of "lib" in your case.
Tell me if it helps.
Okay I will test all of that this week-end.

And by the way : using "pull requests" on github is a convenient way to send patches :)

Yeap, but only when you know what you're doing :-)

btw : I've also packaged PDAL and this project also have nice CMAKE macros and way of doing the soversion soname etc.
perhaps you could have a look.

Bruno Friedmann
Ioda-Net Sàrl www.ioda-net.ch

openSUSE Member
GPG KEY : D5C9B751C4653227
irc: tigerfoot

from sfcgal.

tigerfoot avatar tigerfoot commented on July 17, 2024

Long time I didn't add a comment. From what I've checked yesterday in master, sound like this issue is fixed.

from sfcgal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.