Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2008 13:07:21 +0300 (EEST)
From:      "Ion-Mihai IOnut" Tetcu"" <itetcu@FreeBSD.org>
To:        "Norikatsu Shigemura" <nork@FreeBSD.org>
Cc:        cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: cvs commit: ports/net/DarwinStreamingServer Makefile distinfo  pkg-descr pkg-plist ports/net/DarwinStreamingServer/files     patch-Buildit patch-CommonUtilitiesLib::OSHeaders.h  patch-DSS_MakeRoot          patch-Install  patch-MP3Broadcaster::BroadcasterMain.cpp  patch-PlaylistBroadcaster.tproj::PlaylistBroadcaster.cpp ...
Message-ID:  <4000.79.114.173.169.1212314841.squirrel@people.tecnik93.com>
In-Reply-To: <200806010946.m519kIVl005374@repoman.freebsd.org>
References:  <200806010946.m519kIVl005374@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, June 1, 2008 12:46, Norikatsu Shigemura wrote:
> nork        2008-06-01 09:46:18 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     net/DarwinStreamingServer Makefile distinfo pkg-descr
>                               pkg-plist
>     net/DarwinStreamingServer/files patch-Buildit
>                                     patch-DSS_MakeRoot
>                                     patch-Install
>                                     patch-MP3Broadcaster::BroadcasterMain.cpp
>                                     patch-PlaylistBroadcaster.tproj::PlaylistBroadcaster.cpp
>                                     patch-Server.tproj::main.cpp
>                                     patch-StreamingProxy.tproj-proxy.c
>                                     patch-WebAdmin::src::streamingadminserver.pl
>                                     patch-qtpasswd.tproj-QTSSPasswd.cpp
>   Added files:
>     net/DarwinStreamingServer/files
>                                     patch-StreamingLoadTool-StreamingLoadTool.cpp
>   Removed files:
>     net/DarwinStreamingServer/files
>                                     patch-CommonUtilitiesLib::OSHeaders.h
>   Log:
>   Update to 6.0.3.
>
>   Revision  Changes    Path
>   1.32      +46 -45    ports/net/DarwinStreamingServer/Makefile
>   1.12      +6 -3      ports/net/DarwinStreamingServer/distinfo
>   1.8       +64 -4
> ports/net/DarwinStreamingServer/files/patch-Buildit
>   1.2       +0 -49
> ports/net/DarwinStreamingServer/files/patch-CommonUtilitiesLib::OSHeaders.h
> (dead)
>   1.6       +2 -2
> ports/net/DarwinStreamingServer/files/patch-DSS_MakeRoot
>   1.6       +25 -24
> ports/net/DarwinStreamingServer/files/patch-Install
>   1.3       +4 -4
> ports/net/DarwinStreamingServer/files/patch-MP3Broadcaster::BroadcasterMain.cpp
>   1.3       +5 -8
> ports/net/DarwinStreamingServer/files/patch-PlaylistBroadcaster.tproj::PlaylistBroadcaster.cpp
>   1.3       +4 -4
> ports/net/DarwinStreamingServer/files/patch-Server.tproj::main.cpp
>   1.3       +11 -0
> ports/net/DarwinStreamingServer/files/patch-StreamingLoadTool-StreamingLoadTool.cpp
> (new)
>   1.2       +3 -3
> ports/net/DarwinStreamingServer/files/patch-StreamingProxy.tproj-proxy.c
>   1.6       +2 -2
> ports/net/DarwinStreamingServer/files/patch-WebAdmin::src::streamingadminserver.pl
>   1.2       +3 -3
> ports/net/DarwinStreamingServer/files/patch-qtpasswd.tproj-QTSSPasswd.cpp
>   1.2       +1 -0      ports/net/DarwinStreamingServer/pkg-descr
>   1.12      +5 -0      ports/net/DarwinStreamingServer/pkg-plist
>
>


Hi,


You receive this email if you are either the maintainer of the port or
if you
recently committed to it. If the error is already fixed please ignore
this
email; if you submit a PR to fix it CC me and I'll commit it ASAP.

These emails are generated in one of the following cases:
- an automated build was scheduled because the port was touched in CVS
- the periodic QA build has reached it.
- the port was scheduled because it is a dependency of a port from the
cases
above.
There is no fixed interval for this; if other ports depend on it you will
receive this emails more often since testing those other ports is made
impossible by this port being broken. Efforts are made to restrict the
number
of outgoing emails to one/port/week for QA or dependency builds (but
not for
commit-triggered builds).

The builds are done under tinderbox-2.4.2_2 , on 7-STABLE on amd64, with
tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with
the
official up-to-date Ports Tree, with the following vars set:
FORCE_PACKAGE=yes, NOPORTDOCS=yes,  NOPORTEXAMPLES=yes, NOPORTDATA=yes.
When you fix install/plist errors please bear in mind that each of the
3 NO*
vars controls the installation of different type of files, so
constructs like:
.ifndef NOPORTDOCS
        @${MKDIR} ${DATADIR}
        ...
.endif
        or
%%PORTDOCS%%%%EXAMPLESDIR%%/some_example_file
are wrong, WORNG, _WRONG_.

The error which triggered this email is bellow:


====================<phase 1: make checksum>====================
=> DarwinStreamingSrvr6.0.3-Source.tar doesn't seem to exist in
/tmp/distfiles/.
=> Attempting to fetch from file:///distcache//.
fetch: file:///distcache//DarwinStreamingSrvr6.0.3-Source.tar: No such
file or directory
=> Attempting to fetch from http://dss.macosforge.org/downloads/.
fetch:
http://dss.macosforge.org/downloads/DarwinStreamingSrvr6.0.3-Source.tar:
Operation timed out
=> Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/DarwinStreamingSrvr6.0.3-Source.tar:
File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /tmp/distfiles/ and try again.
*** Error code 1

Stop in /a/ports/net/DarwinStreamingServer.
================================================================
build of /usr/ports/net/DarwinStreamingServer ended at Sun Jun  1
09:59:47 UTC 2008

Thanks for your work on making FreeBSD better,

-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4000.79.114.173.169.1212314841.squirrel>