Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893916 - app-editors/vile, app-editors/xvile: possible configure breakage with clang 16
Summary: app-editors/vile, app-editors/xvile: possible configure breakage with clang 16
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 906027
  Show dependency tree
 
Reported: 2023-02-11 05:21 UTC by Sam James
Modified: 2024-01-26 12:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-02-11 05:21:34 UTC
```
-configure:8049:23: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'char *' [-Wint-conversion]
+configure:8049:23: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'char *' [-Wint-conversion]
   if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
                       ^~~~~~
 /usr/include/stdio.h:94:16: note: expanded from macro '_IOLBF'
@@ -135,13 +135,13 @@
 /usr/include/stdio.h:332:65: note: passing argument to parameter '__buf' here
 extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
                                                                 ^
```
Comment 1 Larry the Git Cow gentoo-dev 2024-01-26 12:56:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20bb09cc1c96d93fd13f0d2c968fc45a0d2e5b9

commit d20bb09cc1c96d93fd13f0d2c968fc45a0d2e5b9
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-01-26 12:55:54 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-26 12:55:54 +0000

    app-editors/xvile: add 9.8z
    
    Closes: https://bugs.gentoo.org/893916
    Closes: https://bugs.gentoo.org/906021
    Signed-off-by: Sam James <sam@gentoo.org>

 app-editors/xvile/Manifest          |  2 ++
 app-editors/xvile/xvile-9.8z.ebuild | 59 +++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bd7374a07681d978b4dfac129c8a20c38d323a

commit a4bd7374a07681d978b4dfac129c8a20c38d323a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-01-26 12:54:41 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-26 12:54:41 +0000

    app-editors/vile: add 9.8z
    
    Closes: https://bugs.gentoo.org/893916
    Closes: https://bugs.gentoo.org/906021
    Signed-off-by: Sam James <sam@gentoo.org>

 app-editors/vile/Manifest         |  2 ++
 app-editors/vile/vile-9.8z.ebuild | 58 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)