2018年5月12日土曜日

GIMP Bug Report Note On GNOME

GIMP でバグを報告したりする時の 覚書 です。
環境を報告する時の 情報の取り出し方 を書きます。
バグ報告 は 基本、英語! なので、
拙い英語で書いて見ましょう。  稚拙な英語なのでご勘弁を。


It was taught from sylvie.alexandre.
Thanks for Dear sylvie.alexandre!      ;)      ;)      ;)


How To Get Your GIMP Environment !
Beginning !!!


On OS, Microsoft Windows.
                         Case : GIMP Installed into "c:\program files\gimp 2"
                                     Executable Name is "gimp-2.10.exe"
Open notepad.exe  as an Administrator.
Create a new File  In "c:\program files\gimp 2\bin".
Save File  As "gimp_environment.txt".

Open cmd.exe as an Administrator.
Type like this.
> c:
> cd "c:\program files\gimp 2\bin"
> gimp-2.10.exe --version --verbose > gimp_environment.txt

GIMP Console Popup.
Close the console.

Select Command Prompt (cmd.exe window).
Type like this.
> start gimp_environment.txt

Notepad.exe Popup.
Be shown GIMP environment information.
 (If need, after you copied, delete text in file and save it.)

 Result Sample

GIMP (GNU Image Manipulation Program) ver.2.10.0
git-describe: GIMP_2_10_0
C compiler:
    Using built-in specs.
    COLLECT_GCC=x86_64-w64-mingw32-gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/lto-wrapper
    Target: x86_64-w64-mingw32
    Configured with: ../../src/configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/include' --mandir='/usr/share/man' --infodir='/usr/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --enable-shared --enable-static --disable-multilib --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --libdir=/usr/lib --enable-libstdcxx-time=yes --with-tune=generic --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libgomp --enable-languages=c,c++,fortran,objc,obj-c++ --enable-lto --with-plugin-ld --enable-threads=win32 --program-suffix=-win32 --program-prefix=x86_64-w64-mingw32- --target=x86_64-w64-mingw32 --with-as=/usr/bin/x86_64-w64-mingw32-as --with-ld=/usr/bin/x86_64-w64-mingw32-ld --enable-libatomic
    Thread model: win32
    gcc version 6.3.0 20170415 (GCC)
   
GEGL ver.0.4.1 を使用 (ver.0.4.1 上でコンパイル)
GLib ver.2.54.2 を使用 (ver.2.54.2 上でコンパイル)
GdkPixbuf ver.2.36.11 を使用 (ver.2.36.11 上でコンパイル)
GTK+ ver.2.24.31 を使用 (ver.2.24.31 上でコンパイル)
Pango ver.1.40.11 を使用 (ver.1.40.11 上でコンパイル)
Fontconfig ver.2.12.6 を使用 (ver.2.12.6 上でコンパイル)
Cairo ver.1.15.10 を使用 (ver.1.15.10 上でコンパイル)


Thanks.      ;)


[追記]

実は、GIMP 2.10.0 になって 3つのインストーラが公開されたのですが (2018/05/12 現在) 、
これらは構成するライブラリに相違があり、
x64 専用であった古いバージョンでは問題ないものの、
現行インストーラでは 別ドライブの情報を上手にハンドリング出来ない と言うバグが報告されています。
GLib ライブラリ の更新で トラブル発生 とも報告されています。.

早期に解決されるものと想像していますが、
こう言ったケースでは、GIMP のバグ報告で、環境を提示する報告が多々見られます。

もし、似た様なケースに遭遇したら、是非、覚えて置きたい手段ですね。



[追記 #2]  個人的覚書

bugzilla.gnome.org への Bug Report での記述では、
Comment nn と投稿番号を記述すると、自動で ページ内移動の リンク が生成されます。
  この様な 見た目 になって、 Jump 可 ですね。  Comment nn



[追記 #3]  個人的目標

Let's try as they say that ...
"Hint: a properly filed bug report was instrumental :)"
!. ... :)



[追記 #4]  個人的メモ on cmd.exe  sample command

echo Install by "gimp-2.10.0-x64-setup.exe" > gimp_environment.txt
echo . >> gimp_environment.txt
gimp-2.10.exe --version --verbose >> gimp_environment.txt
echo . >> gimp_environment.txt
echo  Python Console work Correctly >> gimp_environment.txt
echo . verbose >> gimp_environment.txt
echo . >> gimp_environment.txt
gimp-2.10.exe --verbose >> gimp_environment.txt
echo ------------------------------------ >> gimp_environment.txt



[追記 #5]  Information!  2018/05/28.

From 'Bugzilla' To 'GitLab'

Already Existed Bug Reports Migrated!

A New Link :  https://gitlab.gnome.org/GNOME/gimp/issues  (Sorted by Created)
One More Link :  https://gitlab.gnome.org/GNOME/gimp/issues?sort=updated_desc&state=opene  (Sorted by Updated)

On My Case,
Because OF Existing My Bugzilla Account Not Migrated To 'LDAP' Account, Then, I Created A Same Name Account  By Myself As 'Standard' Account.

I Don't Know IF This Is The Right Way... .


0 件のコメント:

コメントを投稿