Git Product home page Git Product logo

Comments (5)

blueness avatar blueness commented on August 16, 2024

Fluxer, can you test this issue with eudev-1.0.

from eudev.

fluxer avatar fluxer commented on August 16, 2024

It still is, even with a newer kernel - 3.9.6. But previously I've experienced that with 3.4.35 too.

from eudev.

fluxer avatar fluxer commented on August 16, 2024

I just compiled it with the configure options you provided in #60 (except that I added "--enable-libkmod") and it works fine now. However, it seems strange to me that the convention you mention at #60 seems legit and the right thing to do but it's not done by default, so I have to specify exec_prefix, libdir, with-rootlibdir, with-rootprefix and whatnot to achieve this (and I'm not entirely sure what all these do) and once you change something it breaks for me (and probably others). Can you make eudev install in /lib, /bin and /sbin by default (omitting the header, manual pages, pkgconfig files, basicly everything not so essential for the boot process) so we don't have to specify all of these prefixes and such? If it is just me, I can handle it but due to #60 it doesn't seem that way.

from eudev.

blueness avatar blueness commented on August 16, 2024

You're right and cleaning up the install directory structure needs to be a priority. We had a lot of different needs pulling us in different directions.

For the records, can you give the ./configure options you were using? It might provide a clue as to what to avoid.

At some point I close this bug and open up a QA bug referencing these two.

from eudev.

fluxer avatar fluxer commented on August 16, 2024

Here you go:

./configure --prefix=/usr \
            --sysconfdir=/etc \
            --libdir=/usr/lib \
            --with-rootprefix= \
            --with-rootlibdir=/lib \
            --libexecdir=/lib \
            --sbindir=/sbin \
            --enable-libkmod \
            --enable-modules \
            --enable-gudev

from eudev.

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.