!pbdtvoHxUGLhcEvnlu:nixos.org

Exotic Nix Targets

324 Members
100 Servers

Load older messages


SenderMessageTime
30 Dec 2025
@Ericson2314:matrix.orgJohn Ericsonre the standard21:30:34
@Ericson2314:matrix.orgJohn Ericsonand bash assume they are in sync21:30:58
@Ericson2314:matrix.orgJohn Ericson
error: Cannot build '/nix/store/gm5win3imb4ira9xihqjgmkw6grwwz96-flex-x86_64-unknown-freebsd-2.6.4.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/2zahnxwrgj39cs2asrwgi0hm7bjilknw-flex-x86_64-unknown-freebsd-2.6.4
       Last 25 log lines:
       > gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/nix/store/2zahnxwrgj39cs2asrwgi0hm7bjilknw-flex-x86_64-unknown-freebsd-2.6.4/share/locale\"   -g -O2 -c -o stage1flex-sym.o `test -f 'sym.c' || echo './'`sym.c
       > gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/nix/store/2zahnxwrgj39cs2asrwgi0hm7bjilknw-flex-x86_64-unknown-freebsd-2.6.4/share/locale\"   -g -O2 -c -o stage1flex-tables.o `test -f 'tables.c' || echo './'`tables.c
       > gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/nix/store/2zahnxwrgj39cs2asrwgi0hm7bjilknw-flex-x86_64-unknown-freebsd-2.6.4/share/locale\"   -g -O2 -c -o stage1flex-tables_shared.o `test -f 'tables_shared.c' || echo './'`tables_shared.c
       > gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/nix/store/2zahnxwrgj39cs2asrwgi0hm7bjilknw-flex-x86_64-unknown-freebsd-2.6.4/share/locale\"   -g -O2 -c -o stage1flex-tblcmp.o `test -f 'tblcmp.c' || echo './'`tblcmp.c
       > gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/nix/store/2zahnxwrgj39cs2asrwgi0hm7bjilknw-flex-x86_64-unknown-freebsd-2.6.4/share/locale\"   -g -O2 -c -o stage1flex-yylex.o `test -f 'yylex.c' || echo './'`yylex.c
       > gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/nix/store/2zahnxwrgj39cs2asrwgi0hm7bjilknw-flex-x86_64-unknown-freebsd-2.6.4/share/locale\"   -g -O2 -c -o ../lib/stage1flex-malloc.o `test -f '../lib/malloc.c' || echo './'`../lib/malloc.c
       > ../lib/malloc.c:6:12: warning: conflicting types for built-in function 'malloc'; expected 'void *(long unsigned int)' [-Wbuiltin-declaration-mismatch]
       >     6 |      void *malloc ();
       >       |            ^~~~~~
       > ../lib/malloc.c:5:1: note: 'malloc' is declared in header '<stdlib.h>'
       >     4 |      #include <sys/types.h>
       >   +++ |+#include <stdlib.h>
       >     5 |
       > ../lib/malloc.c: In function 'rpl_malloc':
       > ../lib/malloc.c:16:15: error: too many arguments to function 'malloc'; expected 0, have 1
       >    16 |        return malloc (n);
       >       |               ^~~~~~  ~
       > ../lib/malloc.c:6:12: note: declared here
       >     6 |      void *malloc ();
       >       |            ^~~~~~
       > make[2]: *** [Makefile:1448: ../lib/stage1flex-malloc.o] Error 1
       > make[2]: Leaving directory '/build/flex-2.6.4/src'
       > make[1]: *** [Makefile:581: all] Error 2
       > make[1]: Leaving directory '/build/flex-2.6.4/src'
       > make: *** [Makefile:543: all-recursive] Error 1
21:49:24
@Ericson2314:matrix.orgJohn Ericsonhave fix also22:57:29
@Ericson2314:matrix.orgJohn Ericson

rhelmot: last one:

Loading lib/JSON.pm failed. No B module?
perl says : Can't load module B, dynamic loading not available in this perl.
  (You may need to build a new perl executable which either supports
  dynamic loading or has the B module statically linked into it.)
 at lib/JSON/backportPP.pm line 1527.
BEGIN failed--compilation aborted at /nix/store/rb2rzqpypp3rfv35v9fiy9sja0zr92lp-perl-x86_64-unknown-freebsd-5.42.0/lib/perl5/5.42.0/x86_64-linux/B.pm line 33.
Compilation failed in require at lib/JSON/backportPP.pm line 1527.
BEGIN failed--compilation aborted at lib/JSON/backportPP.pm line 1567.
Compilation failed in require at (eval 9) line 1.
BEGIN failed--compilation aborted at (eval 9) line 1.
 at (eval 8) line 1.
Compilation failed in require at (eval 8) line 1.
Setting environmental variable 'PERL_DL_NONLAZY' to 0 may help.
No Makefile created.
Welcome to JSON (v.4.10)
=============================

 ** BACKWARD INCOMPATIBILITY **

Since version 2.90, stringification (and string comparison) for
JSON::true and JSON::false has not been overloaded. It shouldn't
matter as long as you treat them as boolean values, but a code that
expects they are stringified as "true" or "false" doesn't work as
you have expected any more.

    if (JSON::true eq 'true') {  # now fails

    print "The result is  now."; # => The result is 1 now.

And now these boolean values don't inherit JSON::Boolean, either.
When you need to test a value is a JSON boolean value or not, use
JSON::is_bool function, instead of testing the value inherits
a particular boolean class or not.

Checking if your kit is complete...
Looks good
JSON 2.5 is required for $ENV{PERL_JSON_BACKEND} = 'JSON::backportPP'
 at /nix/store/rb2rzqpypp3rfv35v9fiy9sja0zr92lp-perl-x86_64-unknown-freebsd-5.42.0/lib/perl5/5.42.0/CPAN/Meta.pm line 616.
23:02:58
@Ericson2314:matrix.orgJohn Ericson I pushed fix-freebsd-no-mass-rebuild-2025-12 to your repo so we can both work on it 23:03:56
@zimward:zimward.moezimward changed their display name from zimward @ 39c3 ☎️ 75947 to zimward.23:39:14
31 Dec 2025
@rhelmot:matrix.orgrhelmot John Ericson: cherry picking these two commits from an old dev branch of mine seems to fix it... https://github.com/NixOS/nixpkgs/compare/master...rhelmot:nixpkgs:hounds-perl 07:31:33
@rhelmot:matrix.orgrhelmotyeah build finishes with that07:48:21
@rhelmot:matrix.orgrhelmotpushed07:50:45
23 May 2021
@grahamc:nixos.org@grahamc:nixos.org set the history visibility to "world_readable".12:23:31
@grahamc:nixos.org@grahamc:nixos.org changed the room name to "" from "".12:23:31
@grahamc:nixos.org@grahamc:nixos.org invited @qyliss:fairydust.spaceAlyssa Ross.12:31:10
@qyliss:fairydust.spaceAlyssa Ross joined the room.13:20:51
@server_stats:nordgedanken.devServer Stats Discoverer (traveler bot) joined the room.13:28:40
@abbe:badti.meabbe joined the room.13:29:04
@andi:kack.itandi- joined the room.13:30:12
@lukegb:zxcvbnm.ninjalukegb (he/him) joined the room.13:34:50
@cleverca22:matrix.orgcleverca22 joined the room.13:36:59
@sternenseemann:systemli.orgsterni joined the room.13:39:02
@thefloweringash:matrix.orgthefloweringash joined the room.14:03:26
@7c6f434c:nitro.chat7c6f434c joined the room.14:04:39
@h4rdstyl3z:matrix.orgh4rdstyl3z joined the room.14:13:50
@milan:petabyte.devMilan (they/them) 🏳️‍⚧️ joined the room.14:51:55
@cyplo:cyplo.devcyplo joined the room.16:41:42
@aaronjanse:matrix.orgaaronjanse joined the room.18:25:03
@milan:petabyte.devMilan (they/them) 🏳️‍⚧️ changed their profile picture.18:30:38
@Drakonis:matrix.orgDrakonis joined the room.19:30:25
@colemickens:matrix.orgcolemickens 🏳️‍🌈 joined the room.21:49:59
24 May 2021
@kunrooted:matrix.orgkunrooted joined the room.05:17:21

Show newer messages


Back to Room ListRoom Version: 6