Giter Site home page Giter Site logo

Comments (7)

nanonyme avatar nanonyme commented on August 31, 2024

Eg https://buildbot.flathub.org/#/builders/35/builds/5686

from com.valvesoftware.steam.

nanonyme avatar nanonyme commented on August 31, 2024

@gasinvein any clue what's going on here? Are we writing hwdb into wrong place?

from com.valvesoftware.steam.

nanonyme avatar nanonyme commented on August 31, 2024

Looks to me like the path comes from here https://github.com/eudev-project/eudev/blob/master/configure.ac#L175C27-L175C38

from com.valvesoftware.steam.

nanonyme avatar nanonyme commented on August 31, 2024

Full output attached
stdio.log

from com.valvesoftware.steam.

nanonyme avatar nanonyme commented on August 31, 2024
	prefix:                  /app
	exec_prefix:             ${prefix}
	sysconfdir:              ${prefix}/etc
	datadir:                 ${datarootdir}
	includedir:              ${prefix}/include
	bindir:                  ${exec_prefix}/bin
	libdir:                  ${exec_prefix}/lib

	rootprefix:              ${prefix}
	rootlibdir:              ${exec_prefix}/lib
	rootlibexecdir:          ${exec_prefix}/lib/udev
	datarootdir:             ${prefix}/share
	rootrundir:              /run

	udevconfdir:             ${prefix}/etc/udev
	udevconffile:            ${prefix}/etc/udev/udev.conf
	udevhwdbdir:             ${prefix}/etc/udev/hwdb.d
	udevhwdbbin:             ${prefix}/etc/udev/hwdb.bin

from com.valvesoftware.steam.

nanonyme avatar nanonyme commented on August 31, 2024

This looks to me like a bug in hwdb? Expected path is /app/etc/udev/hwdb.bin after string combining operations.

from com.valvesoftware.steam.

nanonyme avatar nanonyme commented on August 31, 2024

I think we might be able to trick it to write to right place by using --usr which in our case writes to /app.

from com.valvesoftware.steam.

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.