Ashish

Results 12 comments of Ashish

Hi @rui314, I maintain the FreeBSD port `devel/mold` and it seems to happen after the executable is stripped, e.g. on 13.1-RELEASE (amd64) with 1.3.0 (update commit diff: wahjava/freebsd-ports@ac3ce362d2e9eae66dbfc6f60e287de0e56c52bb also contains...

Sorry for lack of clarity on my part. The command-line I posted is the linking stage command-line and contains `-fuse-ld=/usr/local/bin/mold`.

@rui314, ofcourse not. Although, I tried a simple hello world program, and wasn't able to reproduce it with that. Anyways, which one would you like me to try ?

I tried the test again with binutils' strip (`GNU strip (GNU Binutils) 2.37`) this time, and that spared the executable, so indeed something with FreeBSD's strip (`strip (elftoolchain r3769)`): ```...

> Thank you for the report @wahjava. Do you consider proposing a fix for the issue? Maybe following would do (w.r.t. release-1.21 branch, d78036c23eb02b1ed3913736a7656e5bd615cdc8): ```diff diff --git a/pkg/config/config.go b/pkg/config/config.go index...

> If I understand correctly, if the environment (`home.sessionVariables`, etc.) is changed after it has been loaded (for instance before starting your window manager) then new shells won't see the...

`gns3-server`, and `gns3-gui` are also broken in similar fashion.

@ryantm --- ``` λ mysql_config Usage: /usr/local/bin/mysql_config [OPTIONS] Options: --cflags [-I/usr/local/include/mysql -I/usr/local/include/mysql/.. -pipe -fstack-protector -fno-strict-aliasing -g -DNDEBUG] --include [-I/usr/local/include/mysql -I/usr/local/include/mysql/..] --libs [-L/usr/local/lib/mysql -lmysqlclient -pthread -lz -lm -lexecinfo -L/usr/local/lib] --libs_r [-L/usr/local/lib/mysql...

> I found a similar issue today with Ctrl+R inside tmux with zsh. The easy workaround is to just not use the tmux integration, but I also can't find out...

> Won't this introduce duplicated entries in `PATH`-like variables? I think this might be a problem? I've been using it for an year on multiple systems, and haven't experienced what...