Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V search tool does not find modules #23966

Open
jorgeluismireles opened this issue Mar 17, 2025 · 2 comments
Open

V search tool does not find modules #23966

jorgeluismireles opened this issue Mar 17, 2025 · 2 comments
Labels
Bug This tag is applied to issues which reports bugs.

Comments

@jorgeluismireles
Copy link

jorgeluismireles commented Mar 17, 2025

Describe the bug

Seems v search does not find modules installed or not.

Reproduction Steps

Trying to list known modules like ui or markdown already installed.

$ v search help
Searches https://vpm.vlang.io/ for matching KEYWORDs and displays the details

Usage:
  v search KEYWORD[...]

Options:
  -v           Print more details about the performed operation.
  -server-url  When doing network operations, use this vpm server. Can be
               given multiple times.
$
$ v search -v
error: specify at least one keyword to search for.
$ v search -v ui
Trying server url: https://vpm.vlang.io
No module(s) found for `ui` .
$
$ v search -v markdown
Trying server url: https://vpm.vlang.io
No module(s) found for `markdown` .
$
$ v search -server-url http://github.com/vlang
No module(s) found for `http://github.com/vlang` .
$ 

Expected Behavior

Display modules

Current Behavior

No module(s) found for ui .

Possible Solution

No response

Additional Information/Context

After reading: #23939

V version

V 0.4.9 d970a8f

Environment details (OS name and version, etc.)

V full version V 0.4.9 8683e63.d970a8f
OS linux, Ubuntu 22.04.5 LTS
Processor 4 cpus, 64bit, little endian, Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz
Memory 0.78GB/3.7GB
V executable /home/jorge/v/v
V last modified time 2025-03-12 16:40:34
V home dir OK, value: /home/jorge/v
VMODULES OK, value: /home/jorge/.vmodules
VTMP OK, value: /tmp/v_1000
Current working dir OK, value: /home/jorge
Git version git version 2.34.1
V git status weekly.2025.08-149-gd970a8fc-dirty (39 commit(s) behind V master)
.git/config present true
cc version cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
gcc version gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
clang version Ubuntu clang version 14.0.0-1ubuntu1.1
tcc version tcc version 0.9.28rc 2024-07-31 HEAD@1cee0908 (x86_64 Linux)
tcc git status thirdparty-linux-amd64 0134e9b9
emcc version emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.5 ()
glibc version ldd (Ubuntu GLIBC 2.35-0ubuntu3.9) 2.35

Note

You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.

@jorgeluismireles jorgeluismireles added the Bug This tag is applied to issues which reports bugs. label Mar 17, 2025
Copy link

Connected to Huly®: V_0.6-22361

@jorgeluismireles
Copy link
Author

weekly.2025.08-149-gd970a8fc-dirty (39 commit(s) behind V master)

Sorry I had a git stash problem I solved, now have up ok and the problem is the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs.
Projects
None yet
Development

No branches or pull requests

1 participant