GNU bug report logs -
#25537
gtksourceview-2 has xorg-server and shared-mime-info as inputs rather than native-inputs (they are just required for tests)
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 25537 in the body.
You can then email your comments to 25537 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#25537
; Package
guix
.
(Wed, 25 Jan 2017 22:22:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Danny Milosavljevic <dannym <at> scratchpost.org>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Wed, 25 Jan 2017 22:22:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
(define-public gtksourceview-2
(package
(name "gtksourceview")
(version "2.10.5") ; This is the last version which builds against gtk+2
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/"
name "-" version ".tar.bz2"))
(sha256
(base32
"07hrabhpl6n8ajz10s0d960jdwndxs87szxyn428mpxi8cvpg1f5"))))
(build-system gnu-build-system)
(inputs
`(("gtk" ,gtk+-2)
;; These two are needed only to allow the tests to run successfully.
("xorg-server" ,xorg-server) ; <====================== ?!
("shared-mime-info" ,shared-mime-info))) ; <====================== ?!
(native-inputs
`(("intltool" ,intltool)
("glib" ,glib "bin") ; for glib-genmarshal, etc.
("pkg-config" ,pkg-config)))
Why?
Also, gtksourceview (without -2) doesn't. Weird...
Reply sent
to
iyzsong <at> member.fsf.org (宋文武)
:
You have taken responsibility.
(Sat, 28 Jan 2017 03:38:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Danny Milosavljevic <dannym <at> scratchpost.org>
:
bug acknowledged by developer.
(Sat, 28 Jan 2017 03:38:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 25537-done <at> debbugs.gnu.org (full text, mbox):
Danny Milosavljevic <dannym <at> scratchpost.org> writes:
> (define-public gtksourceview-2
> (package
> (name "gtksourceview")
> (version "2.10.5") ; This is the last version which builds against gtk+2
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://gnome/sources/" name "/"
> (version-major+minor version) "/"
> name "-" version ".tar.bz2"))
> (sha256
> (base32
> "07hrabhpl6n8ajz10s0d960jdwndxs87szxyn428mpxi8cvpg1f5"))))
> (build-system gnu-build-system)
> (inputs
> `(("gtk" ,gtk+-2)
> ;; These two are needed only to allow the tests to run successfully.
> ("xorg-server" ,xorg-server) ; <====================== ?!
> ("shared-mime-info" ,shared-mime-info))) ; <====================== ?!
> (native-inputs
> `(("intltool" ,intltool)
> ("glib" ,glib "bin") ; for glib-genmarshal, etc.
> ("pkg-config" ,pkg-config)))
>
> Why?
>
> Also, gtksourceview (without -2) doesn't. Weird...
Well i guess it's just being unnoticed, fixed in commit bd05ea41b.
Thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 25 Feb 2017 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 277 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.