unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: 07/07: gnu: samba: Update to 4.3.2.
       [not found] ` <E1a9kpL-0006OC-Ne@vcs.savannah.gnu.org>
@ 2015-12-18 17:28   ` Mark H Weaver
  2015-12-18 19:37     ` Alex Kost
  0 siblings, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2015-12-18 17:28 UTC (permalink / raw)
  To: guix-devel; +Cc: iyzsong

宋文武 <iyzsong@gmail.com> writes:

> iyzsong pushed a commit to branch master
> in repository guix.
>
> commit 710964d1790e6e583a9564f398ac57d635225cb2
> Author: 宋文武 <iyzsong@gmail.com>
> Date:   Tue Dec 15 12:20:26 2015 +0800
>
>     gnu: samba: Update to 4.3.2.
>     
>     * gnu/packages/samba.scm (samba): Update to 4.3.2.  Add more inputs.
>     [arguments]: Remove #:modules and #:imported-modules.  Remove 'chdir'
>     and 'add-lib-to-runpath' from #:phases.  Use 'modify-phases' syntax.

This update seems to have broken the 'mpv' builds with the following
error:

--8<---------------cut here---------------start------------->8---
[149/231] Compiling osdep/semaphore_osx.c
../stream/stream_smb.c:22:26: fatal error: libsmbclient.h: No such file or directory
 #include <libsmbclient.h>
                          ^
compilation terminated.
--8<---------------cut here---------------end--------------->8---

See <http://hydra.gnu.org/eval/108485#tabs-now-fail>.  The full set of
commits between evaluations 108480 (where mpv builds successfully) and
108485 (where it fails) are:

--8<---------------cut here---------------start------------->8---
* 6a51e95..: David Thompson 2015-12-17 gnu: sdl-image: Add libwebp input.
* d3f6a1d..: David Thompson 2015-12-15 gnu: Add sdl2-ttf.
* 855e293..: David Thompson 2015-12-15 gnu: Add sdl2-mixer.
* 6813f70..: David Thompson 2015-12-15 gnu: Add sdl2-image.
* 710964d..: 宋文武 2015-12-15 gnu: samba: Update to 4.3.2.
* 5251359..: 宋文武 2015-12-15 gnu: Add ldb.
* 0674b3c..: 宋文武 2015-12-15 gnu: Add tevent.
* 095da02..: 宋文武 2015-12-18 gnu: talloc: Update to 2.1.5.
* 960ae0c..: 宋文武 2015-12-15 gnu: talloc: Use 'modify-phases' syntax.
* c2fb207..: 宋文武 2015-12-15 gnu: Add libpwquality.
* 72029c8..: 宋文武 2015-12-15 gnu: Add cracklib.
* f464016..: David Thompson 2015-12-17 gnu: Add obs.
--8<---------------cut here---------------end--------------->8---

This problem seems unlikely to have been caused by any of those other
commits.

Could you take a look?

     Regards,
       Mark

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 07/07: gnu: samba: Update to 4.3.2.
  2015-12-18 17:28   ` 07/07: gnu: samba: Update to 4.3.2 Mark H Weaver
@ 2015-12-18 19:37     ` Alex Kost
  2015-12-19  0:02       ` Mark H Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Kost @ 2015-12-18 19:37 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: guix-devel, iyzsong

Mark H Weaver (2015-12-18 20:28 +0300) wrote:

> 宋文武 <iyzsong@gmail.com> writes:
>
>> iyzsong pushed a commit to branch master
>> in repository guix.
>>
>> commit 710964d1790e6e583a9564f398ac57d635225cb2
>> Author: 宋文武 <iyzsong@gmail.com>
>> Date:   Tue Dec 15 12:20:26 2015 +0800
>>
>>     gnu: samba: Update to 4.3.2.
>>     
>>     * gnu/packages/samba.scm (samba): Update to 4.3.2.  Add more inputs.
>>     [arguments]: Remove #:modules and #:imported-modules.  Remove 'chdir'
>>     and 'add-lib-to-runpath' from #:phases.  Use 'modify-phases' syntax.
>
> This update seems to have broken the 'mpv' builds with the following
> error:
[...]
> Could you take a look?

What about removing samba input instead as Andreas suggested:
<http://lists.gnu.org/archive/html/guix-devel/2015-12/msg00092.html>

-- 
Alex

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 07/07: gnu: samba: Update to 4.3.2.
  2015-12-18 19:37     ` Alex Kost
@ 2015-12-19  0:02       ` Mark H Weaver
  2015-12-19  4:59         ` 宋文武
  0 siblings, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2015-12-19  0:02 UTC (permalink / raw)
  To: Alex Kost; +Cc: guix-devel, iyzsong

Alex Kost <alezost@gmail.com> writes:

> Mark H Weaver (2015-12-18 20:28 +0300) wrote:
>
>> 宋文武 <iyzsong@gmail.com> writes:
>>
>>> iyzsong pushed a commit to branch master
>>> in repository guix.
>>>
>>> commit 710964d1790e6e583a9564f398ac57d635225cb2
>>> Author: 宋文武 <iyzsong@gmail.com>
>>> Date:   Tue Dec 15 12:20:26 2015 +0800
>>>
>>>     gnu: samba: Update to 4.3.2.
>>>     
>>>     * gnu/packages/samba.scm (samba): Update to 4.3.2.  Add more inputs.
>>>     [arguments]: Remove #:modules and #:imported-modules.  Remove 'chdir'
>>>     and 'add-lib-to-runpath' from #:phases.  Use 'modify-phases' syntax.
>>
>> This update seems to have broken the 'mpv' builds with the following
>> error:
> [...]
>> Could you take a look?
>
> What about removing samba input instead as Andreas suggested:
> <http://lists.gnu.org/archive/html/guix-devel/2015-12/msg00092.html>

I have no objection to this, but then I'm not an 'mpv' user and I don't
know what functionality would be lost.  I'll leave it to others to
decide.

     Thanks!
       Mark

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 07/07: gnu: samba: Update to 4.3.2.
  2015-12-19  0:02       ` Mark H Weaver
@ 2015-12-19  4:59         ` 宋文武
  0 siblings, 0 replies; 4+ messages in thread
From: 宋文武 @ 2015-12-19  4:59 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: guix-devel, Alex Kost

Mark H Weaver <mhw@netris.org> writes:

> Alex Kost <alezost@gmail.com> writes:
>
>> Mark H Weaver (2015-12-18 20:28 +0300) wrote:
>>
>>> 宋文武 <iyzsong@gmail.com> writes:
>>>
>>>> iyzsong pushed a commit to branch master
>>>> in repository guix.
>>>>
>>>> commit 710964d1790e6e583a9564f398ac57d635225cb2
>>>> Author: 宋文武 <iyzsong@gmail.com>
>>>> Date:   Tue Dec 15 12:20:26 2015 +0800
>>>>
>>>>     gnu: samba: Update to 4.3.2.
>>>>     
>>>>     * gnu/packages/samba.scm (samba): Update to 4.3.2.  Add more inputs.
>>>>     [arguments]: Remove #:modules and #:imported-modules.  Remove 'chdir'
>>>>     and 'add-lib-to-runpath' from #:phases.  Use 'modify-phases' syntax.
>>>
>>> This update seems to have broken the 'mpv' builds with the following
>>> error:
>> [...]
>>> Could you take a look?
Done, thanks you!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-19  5:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20151218023124.24425.48804@vcs.savannah.gnu.org>
     [not found] ` <E1a9kpL-0006OC-Ne@vcs.savannah.gnu.org>
2015-12-18 17:28   ` 07/07: gnu: samba: Update to 4.3.2 Mark H Weaver
2015-12-18 19:37     ` Alex Kost
2015-12-19  0:02       ` Mark H Weaver
2015-12-19  4:59         ` 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).