Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

./va/va_vpp.h file still has execute bit set

オープン 初心者向け
#560 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
1/5
見積もり時間
1時間未満
初心者へのやさしさ
65/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
停滞
技術スタック
c
領域
ci-cd

調査の方向性

va/va_vpp.h のモードと、issue に記載されている Travis のチェックを確認してください。ファイルの実行ビットを修正し、その後、提供されている find コマンドをローカルで実行して、C またはヘッダーのソースファイルが実行可能でないことを確認してください。

索引モデルが issue の本文から書いたものです。

説明

There is travis check added by #419 but currently on master there is ./va/va_vpp.h that has execute bit set
if I run script manually in my work tree error is raised:

$ if [[ -n "$(find -name '*.[ch]' -executable)" ]]; then echo "Error, a source code file(s) has the execute bit set:" >&2; find -name '*.[ch]' -executable; exit 1; fi
Error, a source code file(s) has the execute bit set:
./va/va_vpp.h

but on travis error is not triggered, dont know why maybe umask or exit handle, not sure

commit that introduce execute bit on ./va/va_vpp.h is https://github.com/intel/libva/commit/30c751f7b74c43021f33361c1baf2aa92acd0317 100644 → 100755

I will send PR with fix for mode on file ./va/va_vpp.h but don't know how to debug travis locally without spamming your build with adding ls -l va/va_vpp.h or stat va/va_vpp.h lines

主要言語
C
スター
786
フォーク
314
PR マージ指標
30日以内にマージされた PR はありません

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

intel/libva のほかの issue

intel/libva の issue をすべて見る

似ている issue

C の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。