Giter VIP home page Giter VIP logo

void-linux / void-packages Goto Github PK

View Code? Open in Web Editor NEW
2.5K 2.5K 2.1K 552.81 MB

The Void source packages collection

Home Page: https://voidlinux.org

License: Other

Shell 93.53% Roff 1.25% C 2.76% M4 0.10% Isabelle 0.01% CMake 0.17% JavaScript 0.01% Makefile 0.80% C++ 0.66% Perl 0.09% Lua 0.08% QMake 0.07% Python 0.32% J 0.01% HTML 0.14% Awk 0.01% Vim Script 0.01% Dockerfile 0.01% HCL 0.01%
hacktoberfest voidlinux

void-packages's People

Contributors

abenson avatar ahesford avatar asergi avatar chocimier avatar cinerea0 avatar classabbyamp avatar darch6 avatar duncaen avatar ebfe avatar ericonr avatar gottox avatar hoshpak avatar icp1994 avatar jnbr avatar johnnynator avatar leahneukirchen avatar maxice8 avatar mobinmob avatar ndowens avatar oreo639 avatar paper42 avatar piraty avatar pullmoll avatar q66 avatar sgn avatar the-maldridge avatar thypon avatar triallax avatar uggedal avatar vaelatern avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

void-packages's Issues

libinput-1.11.1_1 broken

System

  • xuname:
    Void 4.16.12_2 x86_64 AuthenticAMD uptodate rFFFFFFFFFFFFFFFFF
  • package:
    libinput-1.11.1_1

Actual behavior

  • libinput list-devices segfaults,
  • basic events like tap are not recognized via libinput debug-events

Steps to fix

downgrade to the last known working version, for example
xdowngrade /var/cache/xbps/libinput-1.11.0_1.x86_64.xbps

Khal requires older python-dateutil version

System

  • Void 4.17.3_1 x86_64 GenuineIntel notuptodate rrm
  • khal-0.9.9_1

Expected behavior

Khal should start

Actual behavior

Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 570, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 888, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 779, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (python-dateutil 2.7.3 (/usr/lib/python3.6/site-packages), Requirement.parse('python-dateutil<=2.6.1'), {'khal'})

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/khal", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3095, in <module>
    @_call_aside
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3079, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3108, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 572, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 585, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 774, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'python-dateutil<=2.6.1' distribution was not found and is required by khal

Steps to reproduce the behavior

Install khal and try to execute it.

Staging repo keeps all packages on wait

Just commited a reubild of wkhtmltopdf that unstages a lot of stuff from aarch64* 6ff7661 , is it by design for it to keep all packages, even ones with no relation to the shlib, on hold while the shlib inconsistency is not fixed ?

Create a specific package for OpenLDAP tools

System

  • xuname:
    Void 4.14.49_1 x86_64 GenuineIntel notuptodate rr
  • package:
    ii openldap-2.4.45_4 OpenLDAP (Lightweight Directory Access Protocol)

Expected behavior

Could you create a separate package for all ldap* tools included in OpenLDAP packages?

Actual behavior

Installing the full OpenLDAP suite, only to be able to use tools like ldapsearch or ldapadd is kinda annoying.

Thanks for you help, folks!
Regards 💋

sddm: shutdown, suspend and restart not working

System

  • xuname:
    Void 4.16.14_1 x86_64 GenuineIntel uptodate rF
  • package:
    sddm-0.15.0_2
    elogind-238.1_1
    dbus-1.12.8_1

Expected behavior

The buttons to shutdown, suspend and restart should work after booting.

Actual behavior

After booting, the buttons are not shown or they are disabled (depending on the theme). When sddm service is restarted, the buttons work.

Steps to reproduce the behavior

sudo xbps-install -R sddm dbus elogind polkit-elogind
sudo ln -s /etc/sv/sddm /var/service/
sudo ln -s /etc/sv/dbus /var/service/
reboot
try to click the shutdown/suspend/restart buttons in sddm
sudo sv restart sddm
try to click the shutdown/suspend/restart buttons in sddm again

I think this is a race condition with elogind. This has also been reported upstream: sddm/sddm#978

I think the sddm service should wait for elogind to start. But I do not know how to add a check for elogind, because there are no service files for elogind. It seems to be started by some other mechanism than runit.

Bug in package xf86-video-ati-18.0.1_2

System

  • xuname: Void 4.16.12_1 x86_64 AuthenticAMD notuptodate rrDF

  • package:
    xf86-video-ati-18.0.1_2
    xf86-video-amdgpu-18.0.1_2
    xorg-server-1.20.0_1

Expected behavior

The xf86-video-ati-18.0.1_2 package is bugged, it was downgrade to xf86-video-ati-18.0.1_1 and the error is in the new package!

Actual behavior

I uploaded my dmesg log here

Steps to reproduce the behavior

This is the bug, is a part of the log!

99.088369] radeon 0000:00:01.0: GPU lockup (current fence id 0x000000000000000d last fence id 0x000000000000006c on ring 0)
[ 99.592349] radeon 0000:00:01.0: ring 0 stalled for more than 71996msec
[ 99.592371] radeon 0000:00:01.0: GPU lockup (current fence id 0x000000000000000d last fence id 0x000000000000006d on ring 0)
[ 99.910604] radeon 0000:00:01.0: Saved 3090 dwords of commands on ring 0.
[ 99.910619] radeon 0000:00:01.0: GPU softreset: 0x00000019
[ 99.910623] radeon 0000:00:01.0: GRBM_STATUS = 0xE5703CA0
[ 99.910626] radeon 0000:00:01.0: GRBM_STATUS_SE0 = 0xFC000007
[ 99.910629] radeon 0000:00:01.0: GRBM_STATUS_SE1 = 0x00000007
[ 99.910633] radeon 0000:00:01.0: SRBM_STATUS = 0x20000040
[ 99.910636] radeon 0000:00:01.0: SRBM_STATUS2 = 0x00000000
[ 99.910639] radeon 0000:00:01.0: R_008674_CP_STALLED_STAT1 = 0x01000000
[ 99.910642] radeon 0000:00:01.0: R_008678_CP_STALLED_STAT2 = 0x00011000
[ 99.910645] radeon 0000:00:01.0: R_00867C_CP_BUSY_STAT = 0x00068406
[ 99.910648] radeon 0000:00:01.0: R_008680_CP_STAT = 0x80878647
[ 99.910651] radeon 0000:00:01.0: R_00D034_DMA_STATUS_REG = 0x44C83D57
[ 99.922458] radeon 0000:00:01.0: GRBM_SOFT_RESET=0x00007F6B
[ 99.922513] radeon 0000:00:01.0: SRBM_SOFT_RESET=0x00000100
[ 99.923731] radeon 0000:00:01.0: GRBM_STATUS = 0x00003828
[ 99.923735] radeon 0000:00:01.0: GRBM_STATUS_SE0 = 0x00000007
[ 99.923738] radeon 0000:00:01.0: GRBM_STATUS_SE1 = 0x00000007
[ 99.923742] radeon 0000:00:01.0: SRBM_STATUS = 0x20000040
[ 99.923745] radeon 0000:00:01.0: SRBM_STATUS2 = 0x00000000
[ 99.923748] radeon 0000:00:01.0: R_008674_CP_STALLED_STAT1 = 0x00000000
[ 99.923751] radeon 0000:00:01.0: R_008678_CP_STALLED_STAT2 = 0x00000000
[ 99.923754] radeon 0000:00:01.0: R_00867C_CP_BUSY_STAT = 0x00000000
[ 99.923757] radeon 0000:00:01.0: R_008680_CP_STAT = 0x00000000
[ 99.923760] radeon 0000:00:01.0: R_00D034_DMA_STATUS_REG = 0x44C83D57
[ 99.923770] radeon 0000:00:01.0: GPU reset succeeded, trying to resume
[ 99.939184] [drm] Found smc ucode version: 0x00010200
[ 99.948175] [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
[ 99.948384] radeon 0000:00:01.0: WB enabled
[ 99.948392] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000018000c00 and cpu addr 0x00000000caa1e429
[ 99.948396] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000018000c0c and cpu addr 0x00000000172bcb9a
[ 99.948902] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0x00000000920878af
[ 99.965489] [drm] ring test on 0 succeeded in 1 usecs
[ 99.965500] [drm] ring test on 3 succeeded in 3 usecs
[ 100.011559] [drm] ring test on 5 succeeded in 1 usecs
[ 100.031682] [drm] UVD initialized successfully.
[ 102.048433] [drm:r600_ib_test [radeon]] ERROR radeon: fence wait timed out.
[ 102.048539] [drm:radeon_ib_ring_tests [radeon]] ERROR radeon: failed testing IB on GFX ring (-110).

runit-void template compiles, but does not package, vlogger(8)

System

  • xuname:
    Void 4.17.2_blackbox x86_64 GenuineIntel uptodate rFFFFF
  • package:
    runit-void-20180620_1

Expected behavior

% xls runit-void | grep vlogger
/usr/bin/vlogger

Actual behavior

% xls runit-void | grep vlogger

Steps to reproduce the behavior

  1. run xls runit-void
  2. Build runit-void with ./xbps-src. It compiles vlogger.c. Then xls it.

stellarium-0.18.0_1 dies with `free() invalid pointer`

System

  • xuname:
    Void 4.16.14_1 x86_64 AuthenticAMD uptodate rrrdFFFFFF
  • package:
    stellarium-0.18.0_1
    mesa-ati-dri-17.3.3_5

Expected behavior

Start up and display GUI.

Actual behavior

Exits during startup due to try to free() invalid pointer.

Steps to reproduce the behavior

Try to run stellarium on a Void x86_64 install with mesa-ati-dri for GL shader implementation. Here's a backtrace of a gdb run with debug libs installed.

I don't see where the problem arises from.

`slit` package is broken

System

  • xuname:
    Void 4.16.14_1 x86_64 GenuineIntel uptodate rF
  • package:
    slit-1.2.0_1

Expected behavior

slit binary is available

Actual behavior

slit package only contains the LICENSE and README.md files

Steps to reproduce the behavior

Install slit-1.2.0_1 package.

Info

tigrawap/slit@15b856f has refactored the repository: a library is in top level, and the command is moved to cmd/slit. The AUR package could be fixed by appending /cmd/slit to the _gourl variable.

Firefox-61.0_1 Spell Checking broken

System

  • xuname:
    xuname takes to long. x86_64-musl
  • package:
    firefox-61.0_1

Expected behavior

Having Working Spell checking

Actual behavior

Every word does get marked as wrong.

error: file:///usr/lib/firefox/dictionaries/en_GB.aff: cannot open
error: file:///usr/lib/firefox/dictionaries/en_GB.dic: cannot open
error: file:///usr/lib/firefox/dictionaries/en_GB.aff: cannot open

Steps to reproduce the behavior

Start Firefox and click into any text field with spell checking and start typing

mate-terminal fails to run

System

  • xuname:
    Void 4.16.14_1 x86_64 GenuineIntel uptodate rFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  • package:
    mate-terminal-1.20.1_2

Expected behavior

mate terminal runs

Actual behavior

$ mate-terminal ~

(mate-terminal:3562): GLib-GIO-ERROR **: 17:24:38.760: Settings schema 'org.mate.interface' is not installed

fish: “mate-terminal” terminated by signal SIGTRAP (Trace or breakpoint trap)

Steps to reproduce the behavior

  • Install mate-terminal
  • Run it

We should use constant uids and gids for system accounts.

The system_accounts variable in xbps templates does let you do this, but
nobody ever seems to use it. Really, we should. As things stand now,
uids and gids for system users are a bit random. This is both fragile
and possibly insecure, especially in the event of package uninstalls
or reinstalls.

grafana-5.1.3_1 build files missing, site not working

The grafana package missed some files, there for the website is not working. A local build brings:

$ xbps-query -f grafana | grep build\/
/usr/share/grafana/public/build/0.5c89ac3fc7a3e78b3629.js
/usr/share/grafana/public/build/0.5c89ac3fc7a3e78b3629.js.map
/usr/share/grafana/public/build/app.5372b9bbcb8c6d1c027e.js
/usr/share/grafana/public/build/app.5372b9bbcb8c6d1c027e.js.map
/usr/share/grafana/public/build/dark.8a5e2cbb18876b5f5777.js
/usr/share/grafana/public/build/dark.8a5e2cbb18876b5f5777.js.map
/usr/share/grafana/public/build/grafana.dark.css
/usr/share/grafana/public/build/grafana.dark.css.map
/usr/share/grafana/public/build/grafana.light.css
/usr/share/grafana/public/build/grafana.light.css.map
/usr/share/grafana/public/build/light.a1da10e009c5244e27d3.js
/usr/share/grafana/public/build/light.a1da10e009c5244e27d3.js.map
/usr/share/grafana/public/build/manifest.abf3d2e8075f2fc29334.js
/usr/share/grafana/public/build/manifest.abf3d2e8075f2fc29334.js.map
/usr/share/grafana/public/build/vendor.0cea50118711e7e6c839.js
/usr/share/grafana/public/build/vendor.0cea50118711e7e6c839.js.map

The package in the repo missed this files.

xbps-query -Rf grafana | grep build\/

apparmor: profile broke dhcpcd

System

CC: @olivier-mauras

  • xuname:
    Void 4.16.14_1 x86_64 GenuineIntel
  • package:
    • dhcpcd
    • apparmor

Expected behavior

dhcpcd should work

Actual behavior

dmesg with denials:

[  724.775214] audit: type=1400 audit(1529313941.992:7446): apparmor="DENIED" operation="open" profile="dhcpcd//dhcpcd_run_hooks" name="/etc/ntp.conf" pid=18788 comm="sed" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[  724.775745] audit: type=1400 audit(1529313941.992:7447): apparmor="DENIED" operation="open" profile="dhcpcd//dhcpcd_run_hooks" name="/etc/ntp.conf" pid=18789 comm="cmp" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[  724.775868] audit: type=1400 audit(1529313941.992:7448): apparmor="DENIED" operation="open" profile="dhcpcd//dhcpcd_run_hooks" name="/etc/ntp.conf" pid=18782 comm="dhcpcd-run-hook" requested_mask="wc" denied_mask="wc" fsuid=0 ouid=0
[  724.776548] audit: type=1400 audit(1529313941.993:7449): apparmor="DENIED" operation="exec" profile="dhcpcd//dhcpcd_run_hooks" name="/usr/bin/sv" pid=18791 comm="dhcpcd-run-hook" requested_mask="x" denied_mask="x" fsuid=0 ouid=0
[  724.781450] audit: type=1400 audit(1529313941.998:7450): apparmor="DENIED" operation="open" profile="dhcpcd//dhcpcd_run_hooks" name="/etc/ntp.conf" pid=18798 comm="sed" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[  724.781946] audit: type=1400 audit(1529313941.998:7451): apparmor="DENIED" operation="open" profile="dhcpcd//dhcpcd_run_hooks" name="/etc/ntp.conf" pid=18799 comm="cmp" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[  724.782056] audit: type=1400 audit(1529313941.999:7452): apparmor="DENIED" operation="open" profile="dhcpcd//dhcpcd_run_hooks" name="/etc/ntp.conf" pid=18792 comm="dhcpcd-run-hook" requested_mask="wc" denied_mask="wc" fsuid=0 ouid=0
[  724.782723] audit: type=1400 audit(1529313941.999:7453): apparmor="DENIED" operation="exec" profile="dhcpcd//dhcpcd_run_hooks" name="/usr/bin/sv" pid=18801 comm="dhcpcd-run-hook" requested_mask="x" denied_mask="x" fsuid=0 ouid=0
[  724.807101] audit: type=1400 audit(1529313942.024:7454): apparmor="DENIED" operation="open" profile="dhcpcd//dhcpcd_run_hooks" name="/etc/ntp.conf" pid=18809 comm="sed" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[  724.807756] audit: type=1400 audit(1529313942.024:7455): apparmor="DENIED" operation="open" profile="dhcpcd//dhcpcd_run_hooks" name="/etc/ntp.conf" pid=18810 comm="cmp" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

Steps to reproduce the behavior

  • install apparmor
  • enable apparmor in the kernel command line
  • put apparmor in enforce mode
  • enable dhcpcd service
  • reboot

Building fails on aarch64-musl: usbip

System

  • xuname:
    Void 4.14.48_1 aarch64-musl notuptodate rFF

  • package:
    usbip-4.16.2_1

Expected behavior

Build successful.

Actual behavior

Fails building:

=> usbip-4.16.2_1: installing target dependency 'slang-devel-2.3.2_2' ...
=> linux-tools-4.16.2_1: running pre-build hook: 02-script-wrapper ...
=> linux-tools-4.16.2_1: running do_build ...
[...]
BUILD: Doing 'make -j4' parallel build
SUBDIR Documentation
XMLTO perf-kallsyms.1
XMLTO perf-inject.1
XMLTO perf-mem.1
XMLTO perf-record.1
Assertion failed: !"sizeof lock obj" (posix-lock.c: get_lock_object: 118)
/usr/bin/xmlto: line 613: 9330 Aborted "/usr/bin/xsltproc" --nonet --xinclude --param passivetex.extensions '1' -o "/tmp/xmlto.sFxF9Y/perf-kallsyms.proc" "/tmp/xmlto-xsl.9gXrjN" "/builddir/linux-4.16.2/tools/perf/Documentation/perf-kallsyms.xml"
make[2]: *** [Makefile:272: perf-kallsyms.1] Error 134
make[2]: *** Waiting for unfinished jobs....
Assertion failed: !"sizeof lock obj" (posix-lock.c: get_lock_object: 118)
/usr/bin/xmlto: line 613: 9333 Aborted "/usr/bin/xsltproc" --nonet --xinclude --param passivetex.extensions '1' -o "/tmp/xmlto.Pyg8Yx/perf-mem.proc" "/tmp/xmlto-xsl.beZw8s" "/builddir/linux-4.16.2/tools/perf/Documentation/perf-mem.xml"
Assertion failed: !"sizeof lock obj" (posix-lock.c: get_lock_object: 118)
/usr/bin/xmlto: line 613: 9329 Aborted "/usr/bin/xsltproc" --nonet --xinclude --param passivetex.extensions '1' -o "/tmp/xmlto.4WFPvV/perf-inject.proc" "/tmp/xmlto-xsl.qbAZ6e" "/builddir/linux-4.16.2/tools/perf/Documentation/perf-inject.xml"
make[2]: *** [Makefile:272: perf-mem.1] Error 134
make[2]: *** [Makefile:272: perf-inject.1] Error 134
Assertion failed: !"sizeof lock obj" (posix-lock.c: get_lock_object: 118)
/usr/bin/xmlto: line 613: 9331 Aborted "/usr/bin/xsltproc" --nonet --xinclude --param passivetex.extensions '1' -o "/tmp/xmlto.2XMpFo/perf-record.proc" "/tmp/xmlto-xsl.E06OMd" "/builddir/linux-4.16.2/tools/perf/Documentation/perf-record.xml"
make[2]: *** [Makefile:272: perf-record.1] Error 134
make[1]: *** [Makefile.perf:704: man] Error 2
make: *** [Makefile:110: man] Error 2
=> ERROR: linux-tools-4.16.2_1: do_build: 'make ${makejobs} CC=$CC LD=$LD CFLAGS="$CFLAGS" EXTRA_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" WERROR=0 DESTDIR=${DESTDIR} prefix=/usr lib=lib/perf NO_GTK2=1 NO_SDT=1 PERF_VERSION=${version}_${revision} all man' exited with 2
=> ERROR: in do_build() at srcpkgs/linux-tools/template:39

Steps to reproduce the behavior

./xbps-src pkg usbip (on aarch64)

Version Bump: keepalived-2.0.5

keepalived-1.4 branch seems to be no longer maintained and all development and bug fixes go into 2.0 branch. keepalived-2.0 was released in May of this year and is receiving regular updates. If 2.0 is still too new for the repo maintainers to consider it stable, please update keepalived to 1.4.5.

Broken atom and nodejs-lts (xbps-create?)

I've finally found a reason why atom and nodejs-lts packages are broken for now.

When running xbps-src install <pkgname>, both applications works correctly from destdir. But somehow several files and directories are missing from .xbps package after packaging is done. This can be seen through diff -aurq destdir <extracted package dir>, I summarized output for both pkgs here: https://gist.github.com/solbjorn/38319acac00d932d301414e7d19847f8

As I understand, it happens inside xbps-create. Can't see any logics on skipping files, maybe it's because of too long filepaths or smth like this.
Both uunshare and uchroot styles are affected. I also don't understand why nodejs (stable version) doesn't suffer from that.

Elogind errors musl

Continuation from https://github.com/voidlinux/void-packages/issues/13281.

Reported by sstt011 on 8 Apr 2018.

System

  • xuname:
    Void 4.15.15_1 x86_64-musl GenuineIntel uptodate rF
  • package:
    elogind-253.3

Expected behavior

Computer should boot and start GDM through elogind on an musl system (only x86_64-musl tested).

Actual behavior

Expected behavior occurs on non-musl systems.

Almost exactly the same as #10997,

.... elogind[8822]: Cannot determine cgroup we are running in: No medium found
.... elogind[8822]: Out of memory.

is displayed just before login and again after login (command line). A delay of approx. 10 seconds occurs after the second message. This only occurs on musl systems. (only x86_64-musl tested).

Steps to reproduce the behavior

  • Install xorg-minimal and gnome.
  • Enable services dbus and gdm.
  • Reboot.

`ranger` requires `tmux` to be installed

System

  • xuname:
    Void 4.16.14_1 x86_64 GenuineIntel uptodate rF
  • package:
    ranger-1.9.1_1

Expected behavior

ranger starts correctly.

Actual behavior

ranger fails to start, the terminal is messed up, because the tmux binary is not found.

Steps to reproduce the behavior

Install ranger on a system that don't have tmux installed.

Nvidia fails to install, when installed, doesn't work

System

  • xuname:
    Void 4.16.14_1 x86_64 GenuineIntel uptodate rr
  • package:
    nvidia 390.67_1

Expected behavior

Installs smoothly. After installation, no driver issue/less issues that nouveau

Actual behavior

Package fails as documents here.
When using the work around proposed in at issue, xorg refuses to run with fatal error

(EE) no screens found(EE)

Sidenote, only one monitor prints the tty

Also of note, on unistall (i.e. returning to nouveau driver) no glx engine is installed (many programs returning glx_init() not found)

Steps to reproduce the behavior

Install nvidia package on non-free
Work around to actually install the package

xinit
# fails
sudo xbps-remove -RF nvidia # returning to free drivers
sudo init 6 
# anything that needs openGL to work

Sorry for the rambling issue, kinda was in the irc channel for about a day and didn't get too far (but ran into a lot of silly errors that should probably be fixed)

Compile fails inside xbps-src binary-bootstrap with "ld: unrecognized option '-Wl,-z,-relro'"

System

  • xuname:
    • Void 4.16.14_1 x86_64 GenuineIntel notuptodate rrm

I'm trying to build Slic3r using these instructions.

Running the first command perl Build.PL in my normal environment produces this output:
https://pastebin.com/hJyQjFmM

On the other hand, building it using ./xbps-src pkg Slic3r fails when the compilation starts.
https://pastebin.com/udJAxAkh

'-Wl,-z,-relro' seems to have something to do with cross-compiling, which I'm not trying to do.

You can find my template file here (ignore the clutter in dependencies, I've been throwing random things in hoping they would fix it)

ImageMagick issue

System

  • xuname:
    Void 4.15.15_3 x86_64 GenuineIntel notuptodate hold rrF

  • package:
    ImageMagick-6

Expected behavior

/

Actual behavior

/

Steps to reproduce the behavior

/

Hello everyone.
I have this problem:
I have created a Perl script (imagemagicktest.pl) with only this line:

use Image::Magick;

and if i run it with "perl imagemagicktest.pl" I receive these errors:

Invalid version format (non-numeric data) at /usr/lib/perl5/core_perl/DynaLoader.pm line 210.
Compilation failed in require at /usr/lib/perl5/core_perl/parent.pm line 16.
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/Image/Magick.pm line 22.
Compilation failed in require at /home/user/Desktop/imagemagicktest.pl line 1.
BEGIN failed--compilation aborted at /home/user/Desktop/imagemagicktest.pl line 1.
&Image::Magick::Q16::constant not defined. The required ImageMagick libraries are not installed or not installed properly.
END failed--call queue aborted at /home/user/Desktop/imagemagicktest.pl line 1.

Note that I uninstalled and reinstalled ImageMagick libmagick and libmagick-perl.

I realized the problem because the gscan2pdf program no longer works and produces the following similar error messages:

Invalid version format (non-numeric data) at /usr/lib/perl5/core_perl/DynaLoader.pm line 210.
Compilation failed in require at /usr/lib/perl5/core_perl/parent.pm line 16.
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/Image/Magick.pm line 22.
Compilation failed in require at /usr/share/perl5/vendor_perl/Gscan2pdf/Page.pm line 14.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Gscan2pdf/Page.pm line 14.
Compilation failed in require at /usr/share/perl5/vendor_perl/Gscan2pdf/Document.pm line 13.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Gscan2pdf/Document.pm line 13.
Compilation failed in require at /usr/bin/gscan2pdf line 49.
BEGIN failed--compilation aborted at /usr/bin/gscan2pdf line 49.
&Image::Magick::Q16::constant not defined. The required ImageMagick libraries are not installed or not installed properly.
END failed--call queue aborted at /usr/bin/gscan2pdf line 49.

How do I solve the issue?

Firefox sndio tips are hard to find

I just updated to FF 60, and my audio broke. I feel like we should have a single list of settings needed to make sound work on FF.

So here is the list! I know I'm missing things. Please comment to add.

media.cubeb.backend       sndio

Package Template for when out of Beta - Zig - Ziglang

Recommendation: this not be turned into a PR until such a time as the third stage works. That is to say, when the language gets out of absolute Beta quality software.

Recommendation: a build_option of 'bootstrap' be used to trigger a cmake build, else just rely on a preexisting zig package and run stage two and three to do the build (that means building the zig compiler twice, really necessary? Or just a stage 2 compiler will be adequate, since that has the same effect?)

# Template file for 'zig'
pkgname=zig
version=0.2.0
revision=1
build_style=cmake
makedepends="llvm clang zlib-devel libxml2-devel ncurses-devel"
short_desc="Robust, optimal, and clear programming language"
maintainer="Toyam Cox <[email protected]>"
license="MIT"
homepage="https://ziglang.org/"
distfiles="https://github.com/ziglang/zig/archive/${version}.tar.gz"
checksum=09843a3748bf8a5f1742fe93dbf45699f92051ecf479b23272b067dfc3837cc7

post_install() {
        vlicense LICENSE
}

do_check() {
        bin/zig build --build-file ../build.zig test
}

Bad signature in aarch64 xkeyboard package

System

# xuname
Void 4.14.48_1 aarch64  uptodate rF

package: xkeyboard-config-2.24_1

When installing xorg-minimal or xorg-server in a aarch64 system, the installation process aborts due to:

xkeyboard-config-2.24_1: verifying RSA signature...
ERROR: xkeyboard-config-2.24_1: the RSA signature is not valid!
ERROR: xkeyboard-config-2.24_1: removed pkg archive and its signature.

Tried both for repo and repo2 repositories.

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.