From crux at crux.nu Wed Nov 1 09:27:44 2006 From: crux at crux.nu (crux at crux.nu) Date: Wed, 01 Nov 2006 10:27:44 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <45486890.EowMKtN6W0Oz1sUI%crux@crux.nu> Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/openntpd Url: ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/openntpd-3.9p1.tar.gz Reason: curl: (8) This doesn't seem like a nice ftp-server response State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Wed Nov 1 09:31:27 2006 From: crux at crux.nu (crux at crux.nu) Date: Wed, 01 Nov 2006 10:31:27 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <4548696f.aAOlMMTczQiHAvou%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Thu Nov 2 09:25:14 2006 From: crux at crux.nu (crux at crux.nu) Date: Thu, 02 Nov 2006 10:25:14 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <4549b97a.WbdT6xK+SfRFf0Z/%crux@crux.nu> Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/cups Url: http://ftp.easysw.com/pub/cups/1.2.5/cups-1.2.5-source.tar.bz2 Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/spamprobe Url: http://mission-base.com/peter/source/pbl_1_03.tar.gz Reason: curl: (7) couldn't connect to host State: Changed reason Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Thu Nov 2 09:31:28 2006 From: crux at crux.nu (crux at crux.nu) Date: Thu, 02 Nov 2006 10:31:28 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <4549baf0.N09N+M/6bKArjSbQ%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Fri Nov 3 09:31:25 2006 From: crux at crux.nu (crux at crux.nu) Date: Fri, 03 Nov 2006 10:31:25 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <454b0c6d.rtagEr2HDs4ESB+l%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Sat Nov 4 09:31:24 2006 From: crux at crux.nu (crux at crux.nu) Date: Sat, 04 Nov 2006 10:31:24 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <454c5dec.ojPsdqON19xka0eO%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Sun Nov 5 09:31:30 2006 From: crux at crux.nu (crux at crux.nu) Date: Sun, 05 Nov 2006 10:31:30 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <454daf72.cmDAYVpvpPV8N7j5%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Sun Nov 5 09:33:48 2006 From: crux at crux.nu (crux at crux.nu) Date: Sun, 05 Nov 2006 10:33:48 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <454daffc.s0UCLiSJHzoOOGE3%crux@crux.nu> Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/core/jfsutils Url: http://jfs.sourceforge.net/project/pub/jfsutils-1.1.11.tar.gz Reason: curl: (7) couldn't connect to host State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/mpeg2dec Url: http://libmpeg2.sourceforge.net/files/mpeg2dec-0.4.1.tar.gz Reason: curl: (7) couldn't connect to host State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/wireless-tools Url: http://pcmcia-cs.sf.net/ftp/contrib/wireless_tools.28.tar.gz Reason: curl: (7) couldn't connect to host State: New Full report: http://crux.nu/files/check_urls.html From jue at jue.li Sun Nov 5 14:09:12 2006 From: jue at jue.li (Juergen Daubert) Date: Sun, 5 Nov 2006 15:09:12 +0100 Subject: [crux-devel] git usage Message-ID: <20061105140912.GA22390@jue.netz> Hi all, I'm not really satisfied about the our usage [1] of git. The biggest problem I see is, that after a 'git pull' and local modifications a 'git push' could fail if someone other has modified the "master"-repo on crux.nu in the meantime. The only solution I found is a 'git pull -f' which will undo the local changes. Maybe we can solve this issue by using a special branch at our local boxes in a way like this: git pull origin # update local repo git checkout -b jue 2.2 # create local branch jue from 2.2 ... add/change/commit # do the usual changes in branch jue ... git checkout -f 2.2 # switch back to our main branch git pull origin # update local repo git pull . jue # merge changes from branch jue git push origin # update repo on crux.nu If something goes wrong with the last step we can just do a 'git pull -f' and do the merge again. If everything is fine delete the local branch: git branch -d jue The only drawback I can see so far is the additional commit message in the log about the merge. Sound this reasonable or is there a better way ? Greetings Juergen [1] http://crux.nu/Main/ContribHowTo -- Juergen Daubert | mailto:jue at jue.li Korb, Germany | http://jue.li/crux From tilman at crux.nu Sun Nov 5 14:56:05 2006 From: tilman at crux.nu (Tilman Sauerbeck) Date: Sun, 5 Nov 2006 15:56:05 +0100 Subject: [crux-devel] git usage In-Reply-To: <20061105140912.GA22390@jue.netz> References: <20061105140912.GA22390@jue.netz> Message-ID: <20061105145604.GA19478@code-monkey.de> Juergen Daubert [2006-11-05 15:09]: > The biggest problem I see is, that after a 'git pull' and > local modifications a 'git push' could fail if someone other > has modified the "master"-repo on crux.nu in the meantime. > The only solution I found is a 'git pull -f' which will undo > the local changes. Just run "git pull", which will merge the origin repo's branch into your current one (generating a "foo merged into bar" commit). Afterwards, just "git push" as usual. These "merge commits" are a bit ugly, and I think I've heard you can get rid of them if you use "git fetch" followed by "git rebase", but I'm not sure on that. I'll look into the latter. Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From tilman at crux.nu Sun Nov 5 15:06:21 2006 From: tilman at crux.nu (Tilman Sauerbeck) Date: Sun, 5 Nov 2006 16:06:21 +0100 Subject: [crux-devel] git usage In-Reply-To: <20061105145604.GA19478@code-monkey.de> References: <20061105140912.GA22390@jue.netz> <20061105145604.GA19478@code-monkey.de> Message-ID: <20061105150621.GA21087@code-monkey.de> Tilman Sauerbeck [2006-11-05 15:56]: > These "merge commits" are a bit ugly, and I think I've heard you can get > rid of them if you use "git fetch" followed by "git rebase", but I'm not > sure on that. I'll look into the latter. git fetch git rebase origin Seems to do the trick. This is only necessary if a "git push" failed though. If you don't have pending commits, you can just run "git pull". Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From jue at jue.li Sun Nov 5 16:24:41 2006 From: jue at jue.li (Juergen Daubert) Date: Sun, 5 Nov 2006 17:24:41 +0100 Subject: [crux-devel] git usage In-Reply-To: <20061105150621.GA21087@code-monkey.de> References: <20061105140912.GA22390@jue.netz> <20061105145604.GA19478@code-monkey.de> <20061105150621.GA21087@code-monkey.de> Message-ID: <20061105162441.GA25683@jue.netz> On Sun, Nov 05, 2006 at 04:06:21PM +0100, Tilman Sauerbeck wrote: > Tilman Sauerbeck [2006-11-05 15:56]: > > These "merge commits" are a bit ugly, and I think I've heard you can get > > rid of them if you use "git fetch" followed by "git rebase", but I'm not > > sure on that. I'll look into the latter. > > git fetch > git rebase origin > > Seems to do the trick. This is only necessary if a "git push" failed > though. If you don't have pending commits, you can just run "git pull". Cool, that's much better, thanks Tilman. I've added this to our wiki-page [1]. regards Juergen [1] http://crux.nu/Main/ContribHowTo -- Juergen Daubert | mailto:jue at jue.li Korb, Germany | http://jue.li/crux From crux at crux.nu Mon Nov 6 09:31:23 2006 From: crux at crux.nu (crux at crux.nu) Date: Mon, 06 Nov 2006 10:31:23 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <454f00eb.Jfsi7YpfDIH2BpjT%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Mon Nov 6 09:33:27 2006 From: crux at crux.nu (crux at crux.nu) Date: Mon, 06 Nov 2006 10:33:27 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <454f0167.okNceTrx+FCciJPl%crux@crux.nu> Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/gtk-chtheme Url: http://plasmasturm.org/programs/gtk-chtheme/gtk-chtheme-0.3.1.tar.bz2 Reason: curl: (7) couldn't connect to host State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/subversion Url: http://subversion.tigris.org/downloads/subversion-1.4.0.tar.bz2 Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-src-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-texmf-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-texmfsrc-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Tue Nov 7 09:24:25 2006 From: crux at crux.nu (crux at crux.nu) Date: Tue, 07 Nov 2006 10:24:25 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <455050c9.x/RFd5p/o/XTE497%crux@crux.nu> Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/core/netkit-base Url: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-base-0.17.tar.gz Reason: curl: (7) couldn't connect to host State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/core/netkit-ftp Url: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-ftp-0.17.tar.gz Reason: curl: (7) couldn't connect to host State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/core/netkit-telnet Url: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-telnet-0.17.tar.gz Reason: curl: (7) couldn't connect to host State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/mathopd Url: http://www.mathopd.org/dist/mathopd-1.5p5.tar.gz Reason: curl: (6) Couldn't resolve host 'www.mathopd.org' State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/mathopd Url: http://www.mathopd.org/doc/mathopd.8.gz Reason: curl: (6) Couldn't resolve host 'www.mathopd.org' State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/mathopd Url: http://www.mathopd.org/doc/mathopd.conf.5.gz Reason: curl: (6) Couldn't resolve host 'www.mathopd.org' State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Tue Nov 7 09:31:24 2006 From: crux at crux.nu (crux at crux.nu) Date: Tue, 07 Nov 2006 10:31:24 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <4550526c.WjTMlrQ1WTeMlxvW%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From jw at smts.ch Wed Nov 8 09:17:11 2006 From: jw at smts.ch (Johannes Winkelmann) Date: Wed, 8 Nov 2006 10:17:11 +0100 Subject: [crux-devel] binary incompatible updates for curl and neon Message-ID: <20061108091710.GA3143@titanium.smts.lan> Hey, I plan to update curl to 7.16, and neon to 0.26.x (as subversion finally supports it) soonish. Just as a little reminder for those of you maintaining ports depending on those. Also, I was wondering whether we should have a "[binincompat]" flag similar to the "[security]" one, to automatically trigger informations for other maintainers; this message could contain information (or a link to it) how to deal with that; typically that would be simply test and update the release to enforce a rebuild. Comments? Best wishes, Johannes -- Johannes Winkelmann mailto:jw at smts.ch Zurich, Switzerland http://jw.smts.ch From crux at crux.nu Wed Nov 8 09:28:16 2006 From: crux at crux.nu (crux at crux.nu) Date: Wed, 08 Nov 2006 10:28:16 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <4551a330.8Qld3pHUIU5P8nyN%crux@crux.nu> Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/uw-imap Url: ftp://ftp.cac.washington.edu/imap/imap-2006b.tar.Z Reason: curl: (19) Given file does not exist State: Reminder Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Wed Nov 8 09:31:30 2006 From: crux at crux.nu (crux at crux.nu) Date: Wed, 08 Nov 2006 10:31:30 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <4551a3f2.xI/JnrPgxdWgmETx%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From sip at varlock.com Wed Nov 8 10:42:55 2006 From: sip at varlock.com (Simone Rota) Date: Wed, 08 Nov 2006 11:42:55 +0100 Subject: [crux-devel] binary incompatible updates for curl and neon In-Reply-To: <20061108091710.GA3143@titanium.smts.lan> References: <20061108091710.GA3143@titanium.smts.lan> Message-ID: <4551B4AF.8040008@varlock.com> Johannes Winkelmann wrote: Hi, > Also, I was wondering whether we should have a "[binincompat]" flag > similar to the "[security]" one, to automatically trigger informations > for other maintainers; this message could contain information (or a link > to it) how to deal with that; typically that would be simply test and > update the release to enforce a rebuild. Good idea. I think we could even expand it to something like a generic [notify] or [important] flag so we have a way to inform people of relevant updates (ie the j2re > jre rename), and put directions in the commit message. On a related note, the notify script needs some rewriting since it actually does not understand pushes with more commits. Will look into it this week. Regards, Simone From jdolan at jdolan.dyndns.org Wed Nov 8 14:49:13 2006 From: jdolan at jdolan.dyndns.org (Jay Dolan) Date: Wed, 08 Nov 2006 09:49:13 -0500 Subject: [crux-devel] binary incompatible updates for curl and neon In-Reply-To: <4551B4AF.8040008@varlock.com> References: <20061108091710.GA3143@titanium.smts.lan> <4551B4AF.8040008@varlock.com> Message-ID: <4551EE69.1000308@jdolan.dyndns.org> Simone Rota wrote: > Johannes Winkelmann wrote: > > Hi, > > >> Also, I was wondering whether we should have a "[binincompat]" flag >> similar to the "[security]" one, to automatically trigger informations >> for other maintainers; this message could contain information (or a link >> to it) how to deal with that; typically that would be simply test and >> update the release to enforce a rebuild. >> > > Good idea. I think we could even expand it to something like > a generic [notify] or [important] flag so we have a way to > inform people of relevant updates (ie the j2re > jre rename), > and put directions in the commit message. > > On a related note, the notify script needs some rewriting since > it actually does not understand pushes with more commits. Will look > into it this week. > > Good idea, Johannes. I also agree with Simone that a generic flag could be used to encompass incompatibilities, renames, structural changes (/home/www -> /var/www), etc. I anticipate these occurances would be relatively sparse, so users would not mind subscribing to one list to see all of them. +1 -- Jay Dolan jdolan.dyndns.org A: Because it's annoying to read. Q: Why is top-posting bad? A: Top posting. Q: What's the most annoying thing about usenet? From aon at iki.fi Wed Nov 8 14:59:01 2006 From: aon at iki.fi (Antti =?iso-8859-1?Q?Nyk=E4nen?=) Date: Wed, 8 Nov 2006 16:59:01 +0200 Subject: [crux-devel] binary incompatible updates for curl and neon In-Reply-To: <4551B4AF.8040008@varlock.com> References: <20061108091710.GA3143@titanium.smts.lan> <4551B4AF.8040008@varlock.com> Message-ID: <20061108145901.GA26403@poplar.aon.iki.fi> Hello, On 2006-11-08 at 11:42, Simone Rota wrote: > Johannes Winkelmann wrote: > > Also, I was wondering whether we should have a "[binincompat]" flag > > similar to the "[security]" one, to automatically trigger informations > > for other maintainers; this message could contain information (or a link > > to it) how to deal with that; typically that would be simply test and > > update the release to enforce a rebuild. > > Good idea. I think we could even expand it to something like > a generic [notify] or [important] flag so we have a way to > inform people of relevant updates (ie the j2re > jre rename), > and put directions in the commit message. +1 -- Antti Nyk?nen | aon at iki.fi | http://aon.iki.fi/ From sip at varlock.com Wed Nov 8 18:12:03 2006 From: sip at varlock.com (Simone Rota) Date: Wed, 08 Nov 2006 19:12:03 +0100 Subject: [crux-devel] binary incompatible updates for curl and neon In-Reply-To: <4551EE69.1000308@jdolan.dyndns.org> References: <20061108091710.GA3143@titanium.smts.lan> <4551B4AF.8040008@varlock.com> <4551EE69.1000308@jdolan.dyndns.org> Message-ID: <45521DF3.3010304@varlock.com> Jay Dolan wrote: Hi, > Good idea, Johannes. I also agree with Simone that a generic flag could > be used to encompass incompatibilities, renames, structural changes > (/home/www -> /var/www), etc. I anticipate these occurances would be > relatively sparse, so users would not mind subscribing to one list to > see all of them. I've written a new script which properly splits up the commits in a git push. I added a single [notify] flag that will be used for important notifications, being them security related or not. I don't think it's worth having different flags right now, because we don't distinguish recipients, additionally a single tag is easier to remember ;-) Regards, Simone From crux at crux.nu Thu Nov 9 09:31:31 2006 From: crux at crux.nu (crux at crux.nu) Date: Thu, 09 Nov 2006 10:31:31 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <4552f573./UiWNhR/4gvMtEhS%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Thu Nov 9 11:19:15 2006 From: crux at crux.nu (crux at crux.nu) Date: Thu, 09 Nov 2006 12:19:15 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <45530eb3.58QMsQQvKWdxih1y%crux@crux.nu> Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/dialog Url: ftp://dickey.his.com/dialog/dialog-1.0-20060221.tgz Reason: curl: (67) Access denied: 530 State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/diffstat Url: ftp://invisible-island.net/diffstat/diffstat-1.43.tgz Reason: curl: (67) Access denied: 530 State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/gtk-xfce-engine Url: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/gtk-xfce-engine-2.2.8.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/libao Url: http://downloads.xiph.org/releases/ao/libao-0.8.6.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/libogg Url: http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/libtheora Url: http://downloads.xiph.org/releases/theora/libtheora-1.0alpha7.tar.bz2 Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/libxfce4mcs Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/libxfce4mcs-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/libxfce4util Url: http://www.us.xfce.org/archive/xfce-4.2.3.2/src/libxfce4util-4.2.3.2.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/libxfcegui4 Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/libxfcegui4-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/vorbis-tools Url: http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.1.1.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfcalendar Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfcalendar-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfce-mcs-manager Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce-mcs-manager-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfce-mcs-plugins Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce-mcs-plugins-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfce-utils Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce-utils-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfce4-appfinder Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-appfinder-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfce4-icon-theme Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-icon-theme-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfce4-iconbox Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-iconbox-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfce4-mixer Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-mixer-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfce4-panel Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-panel-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfce4-session Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-session-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfce4-systray Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-systray-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfce4-toys Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-toys-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfce4-trigger-launcher Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-trigger-launcher-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfdesktop Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfdesktop-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xffm Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xffm-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfprint Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfprint-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfwm4 Url: http://www.us.xfce.org/archive/xfce-4.2.3.2/src/xfwm4-4.2.3.2.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/xfwm4-themes Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfwm4-themes-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Fri Nov 10 09:25:54 2006 From: crux at crux.nu (crux at crux.nu) Date: Fri, 10 Nov 2006 10:25:54 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <455445a2.2As/V54J134YKJ4x%crux@crux.nu> Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/sitecopy Url: http://www.lyra.org/sitecopy/sitecopy-0.16.3.tar.gz Reason: curl: (7) couldn't connect to host State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Fri Nov 10 09:31:29 2006 From: crux at crux.nu (crux at crux.nu) Date: Fri, 10 Nov 2006 10:31:29 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <455446f1.aGp1LxqGJJwYCLal%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Sat Nov 11 09:31:31 2006 From: crux at crux.nu (crux at crux.nu) Date: Sat, 11 Nov 2006 10:31:31 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <45559873.n0H3H95D2QfrPRI1%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Sat Nov 11 09:46:14 2006 From: crux at crux.nu (crux at crux.nu) Date: Sat, 11 Nov 2006 10:46:14 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <45559be6.Q/YfudwuVndnyV+E%crux@crux.nu> Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/core/bzip2 Url: http://www.bzip.org/1.0.3/bzip2-1.0.3.tar.gz Reason: curl: (7) couldn't connect to host State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/libvorbis Url: http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/valgrind Url: http://valgrind.org/downloads/valgrind-3.2.1.tar.bz2 Reason: curl: (7) couldn't connect to host State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Sun Nov 12 09:27:14 2006 From: crux at crux.nu (crux at crux.nu) Date: Sun, 12 Nov 2006 10:27:14 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <4556e8f2.bV7qy5QcULL8ujkP%crux@crux.nu> Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/win32-essential-codecs Url: http://www4.mplayerhq.hu/MPlayer/releases/codecs/essential-20060611.tar.bz2 Reason: curl: (52) Empty reply from server State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Sun Nov 12 09:31:30 2006 From: crux at crux.nu (crux at crux.nu) Date: Sun, 12 Nov 2006 10:31:30 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <4556e9f2.oVrHR9XWfrmHJw28%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Mon Nov 13 09:25:12 2006 From: crux at crux.nu (crux at crux.nu) Date: Mon, 13 Nov 2006 10:25:12 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <455839f8.dDifE98tqQnwOrQh%crux@crux.nu> Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/chrony Url: http://chrony.sunsite.dk/download/chrony-1.21.tar.gz Reason: curl: (7) couldn't connect to host State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Mon Nov 13 09:31:29 2006 From: crux at crux.nu (crux at crux.nu) Date: Mon, 13 Nov 2006 10:31:29 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <45583b71.KdTnqGpFxU6ROftZ%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Tue Nov 14 09:24:15 2006 From: crux at crux.nu (crux at crux.nu) Date: Tue, 14 Nov 2006 10:24:15 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <45598b3f.8OmBIOPewU7nwS8W%crux@crux.nu> Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/core/unzip Url: ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz Reason: curl: (9) Server denied you to change to the given directory State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/core/zip Url: ftp://ftp.info-zip.org/pub/infozip/src/zip232.tar.gz Reason: curl: (9) Server denied you to change to the given directory State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/postgresql Url: ftp://ftp2.de.postgresql.org/pub/postgresql/v8.1.5/postgresql-8.1.5.tar.bz2 Reason: curl: (9) Server denied you to change to the given directory State: New Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-src-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: Reminder Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-texmf-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: Reminder Port: /home/crux/svn-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-texmfsrc-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: Reminder Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Tue Nov 14 09:31:46 2006 From: crux at crux.nu (crux at crux.nu) Date: Tue, 14 Nov 2006 10:31:46 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <45598d02.PQatVAPLKXJU+1Je%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Tue Nov 14 10:29:07 2006 From: crux at crux.nu (crux at crux.nu) Date: Tue, 14 Nov 2006 11:29:07 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <45599a73.i52D8tOfGChDUjN1%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/core/unzip Url: ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz Reason: curl: (9) Server denied you to change to the given directory State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/core/zip Url: ftp://ftp.info-zip.org/pub/infozip/src/zip232.tar.gz Reason: curl: (9) Server denied you to change to the given directory State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-src-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-texmf-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-texmfsrc-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/x11-fonts-corefonts Url: http://www.kyz.uklinux.net/downloads/cabextract-1.1.tar.gz Reason: curl: (7) couldn't connect to host State: New Full report: http://crux.nu/files/check_urls.html From jdolan at jdolan.dyndns.org Wed Nov 15 04:37:40 2006 From: jdolan at jdolan.dyndns.org (Jay Dolan) Date: Tue, 14 Nov 2006 23:37:40 -0500 Subject: [crux-devel] My story.. Message-ID: <455A9994.403@jdolan.dyndns.org> So yea, I've been pretty much missing in action lately. I apologize. I took on a new position at my current place of employment that ate away most of my free time (and soul, but that's another story). I'm happy to say that I've recently accepted a job offer at an open source friendly firm in Boston, and that I will be moving January 1st to start my new job. Perhaps one of the best parts of this change is that the new job _requires_ that I contribute back to the open source community -- and they budget time for that into my work week. So basically I'll have no excuse to let my ports gather dust once I'm settled in there. In the meantime, I'll probably be a ghost. I have a cruise to go on, and I have to find a new place and a new car and move and I guess there's Christmas too.. yikes. -- Jay Dolan jdolan.dyndns.org A: Because it's difficult to read. Q: Why is top-posting bad? A: Top posting. Q: What's the most annoying thing about usenet? From mark at borkware.net Wed Nov 15 09:00:16 2006 From: mark at borkware.net (Mark Rosenstand) Date: Wed, 15 Nov 2006 10:00:16 +0100 Subject: [crux-devel] [crux-commits] ports/core (2.2): httpup: bump revision for curl binary incompatible update In-Reply-To: <455ac887.UR6/iJ1jnE5ja4Nk%crux@crux.nu> References: <455ac887.UR6/iJ1jnE5ja4Nk%crux@crux.nu> Message-ID: <1163581216.8380.32.camel@mjollnir.borkware.net> On Wed, 2006-11-15 at 08:57 +0100, crux at crux.nu wrote: > commit 9d8229d51864f05b8ba1abd135365dd00f75eaba > Author: Johannes Winkelmann > Date: Wed Nov 15 08:57:22 2006 +0100 > > httpup: bump revision for curl binary incompatible update > > diff --git a/httpup/Pkgfile b/httpup/Pkgfile > index ebec817..dd1aea6 100644 > --- a/httpup/Pkgfile > +++ b/httpup/Pkgfile > @@ -5,7 +5,7 @@ > > name=httpup > version=0.4.0i > -release=1 > +release=2 > source=(http://jw.tks6.net/files/crux/${name}-$version.tar.gz httpup) > > build() { Bumping revisions for changes to dependencies will be an endless task. Using (your :)) revdep script from prt-utils (or something similar) and then rebuild the affected packages is IMO the only maintainable solution to SONAME changes for a source distro. If there's known ABI breakage without changing SONAMES (or anything else that would require rebuilds in a non-detectable way) this could be written in the mail to the crux list. From crux at crux.nu Wed Nov 15 09:31:30 2006 From: crux at crux.nu (crux at crux.nu) Date: Wed, 15 Nov 2006 10:31:30 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <455ade72.5ZHCsmrg1X4KRW4K%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Wed Nov 15 11:00:30 2006 From: crux at crux.nu (crux at crux.nu) Date: Wed, 15 Nov 2006 12:00:30 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <455af34e.hf7Qpbm3W5AVCclu%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/gtk-chtheme Url: http://plasmasturm.org/programs/gtk-chtheme/gtk-chtheme-0.3.1.tar.bz2 Reason: curl: (7) couldn't connect to host State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/gtk-xfce-engine Url: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/gtk-xfce-engine-2.2.8.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/libpng Url: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.2.12.tar.bz2 Reason: curl: (7) couldn't connect to host State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/libxfce4mcs Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/libxfce4mcs-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/libxfce4util Url: http://www.us.xfce.org/archive/xfce-4.2.3.2/src/libxfce4util-4.2.3.2.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/libxfcegui4 Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/libxfcegui4-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfcalendar Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfcalendar-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfce-mcs-manager Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce-mcs-manager-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfce-mcs-plugins Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce-mcs-plugins-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfce-utils Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce-utils-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfce4-appfinder Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-appfinder-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfce4-icon-theme Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-icon-theme-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfce4-iconbox Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-iconbox-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfce4-mixer Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-mixer-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfce4-panel Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-panel-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfce4-session Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-session-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfce4-systray Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-systray-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfce4-toys Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-toys-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfce4-trigger-launcher Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfce4-trigger-launcher-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfdesktop Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfdesktop-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xffm Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xffm-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfprint Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfprint-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfwm4 Url: http://www.us.xfce.org/archive/xfce-4.2.3.2/src/xfwm4-4.2.3.2.tar.gz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xfwm4-themes Url: http://www.us.xfce.org/archive/xfce-4.2.3/src/xfwm4-themes-4.2.3.tar.gz Reason: curl: (52) Empty reply from server State: New Full report: http://crux.nu/files/check_urls.html From tilman at crux.nu Wed Nov 15 20:29:55 2006 From: tilman at crux.nu (Tilman Sauerbeck) Date: Wed, 15 Nov 2006 21:29:55 +0100 Subject: [crux-devel] 2.3 branching Message-ID: <20061115202942.GA1359@code-monkey.de> Hi, I just created "2.3" branches in both core.git and opt.git. Please add the following line to the respective .git/remotes/origin files to get that new branch: Pull: refs/heads/2.3:refs/heads/2.3 Feel free to commit 2.3 material to these branches. I already removed the x11 and mesa3d ports from opt. As everyone probably knows by now, you'll have to use the "xorg" repo to get your beloved X ports. Note that xorg.git has no 2.3 branch yet, so use 2.2 for the time being. Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From sip at varlock.com Thu Nov 16 08:22:28 2006 From: sip at varlock.com (Simone Rota) Date: Thu, 16 Nov 2006 09:22:28 +0100 Subject: [crux-devel] My story.. In-Reply-To: <455A9994.403@jdolan.dyndns.org> References: <455A9994.403@jdolan.dyndns.org> Message-ID: <455C1FC4.9080107@varlock.com> Jay Dolan wrote: > I've recently accepted a job offer at an open source friendly > firm in Boston, and that I will be moving January 1st to start my new > job. Perhaps one of the best parts of this change is that the new job > _requires_ that I contribute back to the open source community -- and > they budget time for that into my work week. So basically I'll have no > excuse to let my ports gather dust once I'm settled in there. Congratulations for the new job; looking forward to see you active again. > In the meantime, I'll probably be a ghost. I have a cruise to go on, > and I have to find a new place and a new car and move and I guess > there's Christmas too.. yikes. Eek! Good luck with that :-) Regards, Simone From crux at crux.nu Thu Nov 16 09:31:36 2006 From: crux at crux.nu (crux at crux.nu) Date: Thu, 16 Nov 2006 10:31:36 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <455c2ff8.2/4zaSpXxJybU2vg%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Thu Nov 16 09:37:44 2006 From: crux at crux.nu (crux at crux.nu) Date: Thu, 16 Nov 2006 10:37:44 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <455c3168.SBbeKt3OVjp0WzHk%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/libpng Url: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.2.12.tar.bz2 Reason: curl: (19) Given file does not exist State: Changed reason Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/qcad Url: http://www.ribbonsoft.com/archives/qcad/qcad-2.0.5.0-1-community.src.tar.gz Reason: curl: (7) couldn't connect to host State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/rake Url: http://rubyforge.org/frs/download.php/9499/rake-0.7.1.tgz Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/sqlite-ruby Url: http://rubyforge.org/frs/download.php/2819/sqlite-ruby-2.2.3.tar.bz2 Reason: curl: (52) Empty reply from server State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/sqlite3-ruby Url: http://rubyforge.org/frs/download.php/3089/sqlite3-ruby-1.1.0.tar.bz2 Reason: curl: (7) couldn't connect to host State: New Full report: http://crux.nu/files/check_urls.html From jue at jue.li Thu Nov 16 18:47:26 2006 From: jue at jue.li (Juergen Daubert) Date: Thu, 16 Nov 2006 19:47:26 +0100 Subject: [crux-devel] sourceforge/ck4up issue Message-ID: <20061116184726.GA2431@jue.netz> [ ignore if you don't use ck4up ] Hi all, once again sourceforge changed it's stuff, this time the "normal" directory listings has gone. As a result the ck4up configuration for sourceforge projects is more complicate and kinda ugly, because the group_id, which is a number, is needed. Till now the only way I found is to use a setting like this: @TAR@ @NAME at -.*?\.tar\.[bg]z2? @SFid@ http://sourceforge.net/project/showfiles.php?group_id= msmtp md5 @SFid at 86651 @TAR@ where 86651 is the group_id of msmtp obtained from [1]. Note that the @TAR@ macro is slightly different to the one described in ck4up(1), but even better, because the regexp match the shortest possible string. If someone find a better way to solve this, please let me know. Greetings Juergen [1] http://sourceforge.net/projects/msmtp -- Juergen Daubert | mailto:jue at jue.li Korb, Germany | http://jue.li/crux From crux at crux.nu Fri Nov 17 09:31:36 2006 From: crux at crux.nu (crux at crux.nu) Date: Fri, 17 Nov 2006 10:31:36 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <455d8178.n24fnhsqkRzTNPtb%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Sat Nov 18 09:31:36 2006 From: crux at crux.nu (crux at crux.nu) Date: Sat, 18 Nov 2006 10:31:36 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <455ed2f8.NUc4+Y4s6pKujkud%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Sat Nov 18 09:38:54 2006 From: crux at crux.nu (crux at crux.nu) Date: Sat, 18 Nov 2006 10:38:54 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <455ed4ae.QxeULbT7U50x0Bdp%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/gtk-chtheme Url: http://plasmasturm.org/programs/gtk-chtheme/gtk-chtheme-0.3.1.tar.bz2 Reason: curl: (7) couldn't connect to host State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/rake Url: http://rubyforge.org/frs/download.php/9499/rake-0.7.1.tgz Reason: curl: (7) couldn't connect to host State: Changed reason Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/sqlite-ruby Url: http://rubyforge.org/frs/download.php/2819/sqlite-ruby-2.2.3.tar.bz2 Reason: curl: (7) couldn't connect to host State: Changed reason Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/sqlite3-ruby Url: http://rubyforge.org/frs/download.php/3089/sqlite3-ruby-1.1.0.tar.bz2 Reason: curl: (52) Empty reply from server State: Changed reason Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Sun Nov 19 09:23:54 2006 From: crux at crux.nu (crux at crux.nu) Date: Sun, 19 Nov 2006 10:23:54 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <456022aa.FINSYLS3/9u6otfp%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/wireshark Url: http://www.wireshark.org/download/src/wireshark-0.99.4.tar.bz2 Reason: curl: (7) couldn't connect to host State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Sun Nov 19 09:31:33 2006 From: crux at crux.nu (crux at crux.nu) Date: Sun, 19 Nov 2006 10:31:33 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <45602475.K8dj8Amje2xEuMgl%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From jue at jue.li Sun Nov 19 13:27:25 2006 From: jue at jue.li (Juergen Daubert) Date: Sun, 19 Nov 2006 14:27:25 +0100 Subject: [crux-devel] status report for 2.3 Message-ID: <20061119132725.GA7294@jue.netz> Hi all, as you might have already seen, I've commited some updates for core-ports to our 2.3 branch. I'm using glibc 2.5 and gcc 4.1.1 from Johnannes' httpup-repo and made some bootstrap runs for all core-ports on a fresh partition, without any problems so far. Greetings Juergen -- Juergen Daubert | mailto:jue at jue.li Korb, Germany | http://jue.li/crux From tilman at crux.nu Sun Nov 19 13:41:13 2006 From: tilman at crux.nu (Tilman Sauerbeck) Date: Sun, 19 Nov 2006 14:41:13 +0100 Subject: [crux-devel] status report for 2.3 In-Reply-To: <20061119132725.GA7294@jue.netz> References: <20061119132725.GA7294@jue.netz> Message-ID: <20061119134111.GB28021@code-monkey.de> Juergen Daubert [2006-11-19 14:27]: > as you might have already seen, I've commited some updates for > core-ports to our 2.3 branch. Did you forget to push these commits? They don't show up here ;) Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From jue at jue.li Sun Nov 19 14:05:28 2006 From: jue at jue.li (Juergen Daubert) Date: Sun, 19 Nov 2006 15:05:28 +0100 Subject: [crux-devel] status report for 2.3 In-Reply-To: <20061119134111.GB28021@code-monkey.de> References: <20061119132725.GA7294@jue.netz> <20061119134111.GB28021@code-monkey.de> Message-ID: <20061119140528.GB7294@jue.netz> On Sun, Nov 19, 2006 at 02:41:13PM +0100, Tilman Sauerbeck wrote: > Juergen Daubert [2006-11-19 14:27]: > > as you might have already seen, I've commited some updates for > > core-ports to our 2.3 branch. > > Did you forget to push these commits? They don't show up here ;) Not that I'm aware of, see http://crux.nu/gitweb/?p=ports/core.git;a=shortlog;h=2.3 regards Juergen -- Juergen Daubert | mailto:jue at jue.li Korb, Germany | http://jue.li/crux From sip at varlock.com Sun Nov 19 14:06:21 2006 From: sip at varlock.com (Simone Rota) Date: Sun, 19 Nov 2006 15:06:21 +0100 Subject: [crux-devel] status report for 2.3 In-Reply-To: <20061119132725.GA7294@jue.netz> References: <20061119132725.GA7294@jue.netz> Message-ID: <20061119150621.30d0de36.sip@varlock.com> On Sun, 19 Nov 2006 14:27:25 +0100 Juergen Daubert wrote: > Hi all, Hey, > as you might have already seen, I've commited some updates for > core-ports to our 2.3 branch. Good. Meanwhile I tested a bit branch merging (one of the reasons we moved to git); so far so good. To ease up maintainance of the branches I suggest we commit to 2.2 generic port updates, touching 2.3 only for specific, 2.3-related changes. This way we can periodically merge 2.2 updates with 2.3 with virtually no conflicts. > I'm using glibc 2.5 and gcc 4.1.1 from Johnannes' httpup-repo > and made some bootstrap runs for all core-ports on a fresh > partition, without any problems so far. Sounds good. Just to recap, leaving out ports & kernel updates, these adjustements are needed for producing a working iso: - Add new setup script (groups+dependencies+xorg) - Adjust Makefile: - ports are no longer in the same dir and must be ckecked out from git repos - add a filter for opt ports to be included in the iso - setup-helper: x11-> xorg Not sure about the plan for merging with matt's livecd. If somebody - cough...system team...cough ;) - is interested in adjusting the Makefile please speak up, I see it as a top priority. As a relevant note, we created a 2.3 version on flyspray, so we can track to-do items in a more organized way[1] if I forgot something in the above list please add it to flyspray and set the 'Due in version' field to 2.3. [1] https://crux.nu/bugs/index.php?tasks=all&project=1&string=&type=&sev=&due=5&dev=&cat=&status=&date=0 From tilman at crux.nu Sun Nov 19 14:10:51 2006 From: tilman at crux.nu (Tilman Sauerbeck) Date: Sun, 19 Nov 2006 15:10:51 +0100 Subject: [crux-devel] status report for 2.3 In-Reply-To: <20061119140528.GB7294@jue.netz> References: <20061119132725.GA7294@jue.netz> <20061119134111.GB28021@code-monkey.de> <20061119140528.GB7294@jue.netz> Message-ID: <20061119141045.GA28271@code-monkey.de> Juergen Daubert [2006-11-19 15:05]: > On Sun, Nov 19, 2006 at 02:41:13PM +0100, Tilman Sauerbeck wrote: > > Juergen Daubert [2006-11-19 14:27]: > > > as you might have already seen, I've commited some updates for > > > core-ports to our 2.3 branch. > > > > Did you forget to push these commits? They don't show up here ;) > > Not that I'm aware of, see > http://crux.nu/gitweb/?p=ports/core.git;a=shortlog;h=2.3 Nevermind, I'm an idiot. I read into your original mail that you had committed the gcc and glibc updates. Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From jue at jue.li Sun Nov 19 14:32:04 2006 From: jue at jue.li (Juergen Daubert) Date: Sun, 19 Nov 2006 15:32:04 +0100 Subject: [crux-devel] status report for 2.3 In-Reply-To: <20061119150621.30d0de36.sip@varlock.com> References: <20061119132725.GA7294@jue.netz> <20061119150621.30d0de36.sip@varlock.com> Message-ID: <20061119143204.GA6366@jue.netz> On Sun, Nov 19, 2006 at 03:06:21PM +0100, Simone Rota wrote: > On Sun, 19 Nov 2006 14:27:25 +0100 > Juergen Daubert wrote: > > > Hi all, > > Hey, > > > as you might have already seen, I've commited some updates for > > core-ports to our 2.3 branch. > > Good. Meanwhile I tested a bit branch merging (one of the > reasons we moved to git); so far so good. > > To ease up maintainance of the branches I suggest we commit > to 2.2 generic port updates, touching 2.3 only for specific, > 2.3-related changes. > This way we can periodically merge 2.2 updates with 2.3 with > virtually no conflicts. Yep, fine idea. I thought the same as I saw your first merge yesterday. All my commits till now are of that kind, meaning I wouldn't see them as candidates for 2.2, because they are incompatible like db and expat or need further testing like bash, automake or gettext. regards Juergen -- Juergen Daubert | mailto:jue at jue.li Korb, Germany | http://jue.li/crux From jue at jue.li Sun Nov 19 17:18:50 2006 From: jue at jue.li (Juergen Daubert) Date: Sun, 19 Nov 2006 18:18:50 +0100 Subject: [crux-devel] status report for 2.3 In-Reply-To: <20061119132725.GA7294@jue.netz> References: <20061119132725.GA7294@jue.netz> Message-ID: <20061119171850.GA30737@jue.netz> On Sun, Nov 19, 2006 at 02:27:25PM +0100, Juergen Daubert wrote: > Hi all, > > as you might have already seen, I've commited some updates for > core-ports to our 2.3 branch. > > I'm using glibc 2.5 and gcc 4.1.1 from Johnannes' httpup-repo > and made some bootstrap runs for all core-ports on a fresh > partition, without any problems so far. Sorry, forgot to mention strace and util-linux, which I got from Johannes' repo as well. regards J?rgen -- Juergen Daubert | mailto:jue at jue.li Korb, Germany | http://jue.li/crux From mark at borkware.net Sun Nov 19 22:31:51 2006 From: mark at borkware.net (Mark Rosenstand) Date: Sun, 19 Nov 2006 23:31:51 +0100 Subject: [crux-devel] status report for 2.3 In-Reply-To: <20061119132725.GA7294@jue.netz> References: <20061119132725.GA7294@jue.netz> Message-ID: <1163975511.9899.7.camel@mjollnir.borkware.net> On Sun, 2006-11-19 at 14:27 +0100, Juergen Daubert wrote: > Hi all, > > as you might have already seen, I've commited some updates for > core-ports to our 2.3 branch. > > I'm using glibc 2.5 and gcc 4.1.1 from Johnannes' httpup-repo > and made some bootstrap runs for all core-ports on a fresh > partition, without any problems so far. fakeroot doesn't yet wrap the openat syscalls which coreutils will use if built against glibc >= 2.5. Debian is stuck at 2.3.6, so it will probably be a while before we see this fixed upstream. This means that (at least) chgrp and chown won't work under fakeroot. From crux at crux.nu Mon Nov 20 09:26:05 2006 From: crux at crux.nu (crux at crux.nu) Date: Mon, 20 Nov 2006 10:26:05 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <456174ad.sgAr5lJdeWhuRLz8%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/sqlite3-ruby Url: http://rubyforge.org/frs/download.php/3089/sqlite3-ruby-1.1.0.tar.bz2 Reason: curl: (7) couldn't connect to host State: Changed reason Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/zsh Url: http://www.grml.org/zsh/zsh-lovers.1 Reason: curl: (6) Couldn't resolve host 'www.grml.org' State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Mon Nov 20 09:31:32 2006 From: crux at crux.nu (crux at crux.nu) Date: Mon, 20 Nov 2006 10:31:32 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <456175f4.g5reODvS3L/KnKzX%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From tilman at crux.nu Mon Nov 20 17:50:49 2006 From: tilman at crux.nu (Tilman Sauerbeck) Date: Mon, 20 Nov 2006 18:50:49 +0100 Subject: [crux-devel] status report for 2.3 In-Reply-To: <1163975511.9899.7.camel@mjollnir.borkware.net> References: <20061119132725.GA7294@jue.netz> <1163975511.9899.7.camel@mjollnir.borkware.net> Message-ID: <20061120175047.GA880@code-monkey.de> Mark Rosenstand [2006-11-19 23:31]: > On Sun, 2006-11-19 at 14:27 +0100, Juergen Daubert wrote: > > as you might have already seen, I've commited some updates for > > core-ports to our 2.3 branch. > > > > I'm using glibc 2.5 and gcc 4.1.1 from Johnannes' httpup-repo > > and made some bootstrap runs for all core-ports on a fresh > > partition, without any problems so far. > > fakeroot doesn't yet wrap the openat syscalls which coreutils will use > if built against glibc >= 2.5. Debian is stuck at 2.3.6, so it will > probably be a while before we see this fixed upstream. Although I have never looked at fakeroot code I'd guess this is fairly easy to implement :) Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From sip at varlock.com Mon Nov 20 17:51:28 2006 From: sip at varlock.com (Simone Rota) Date: Mon, 20 Nov 2006 18:51:28 +0100 Subject: [crux-devel] trimming the core collection Message-ID: <4561EB20.6070408@varlock.com> Hi, I propose we move the following ports from core to opt, while keeping them on the cd: curl grub hdparm httpup netkit-telnet nfs-utils portmap ppp rdate Any thoughts ? (or perhaps some hidden dep I'm missing?) Regards, Simone From tilman at crux.nu Mon Nov 20 18:58:36 2006 From: tilman at crux.nu (Tilman Sauerbeck) Date: Mon, 20 Nov 2006 19:58:36 +0100 Subject: [crux-devel] trimming the core collection In-Reply-To: <4561EB20.6070408@varlock.com> References: <4561EB20.6070408@varlock.com> Message-ID: <20061120185835.GA1032@code-monkey.de> Simone Rota [2006-11-20 18:51]: > I propose we move the following ports from core to opt, > while keeping them on the cd: > > curl grub hdparm httpup netkit-telnet nfs-utils portmap > ppp rdate > > Any thoughts ? (or perhaps some hidden dep I'm missing?) No objections, if you know of someone who'd like to maintain these ports :P Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From crux at crux.nu Tue Nov 21 09:29:26 2006 From: crux at crux.nu (crux at crux.nu) Date: Tue, 21 Nov 2006 10:29:26 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <4562c6f6.swkee1ll7CC5VboX%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/gnupg Url: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.5.tar.bz2 Reason: curl: (56) FTP response reading failed State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Tue Nov 21 09:31:33 2006 From: crux at crux.nu (crux at crux.nu) Date: Tue, 21 Nov 2006 10:31:33 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <4562c775.+A8fE5AELH69b+hb%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From mike at openbunker.org Tue Nov 21 13:34:51 2006 From: mike at openbunker.org (Mikhail Kolesnik) Date: Tue, 21 Nov 2006 15:34:51 +0200 Subject: [crux-devel] status report for 2.3 In-Reply-To: <20061119150621.30d0de36.sip@varlock.com> References: <20061119132725.GA7294@jue.netz> <20061119150621.30d0de36.sip@varlock.com> Message-ID: <20061121153451.412dcbb5@mike.staff.sky> On Sun, 19 Nov 2006 15:06:21 +0100 Simone Rota wrote: > Just to recap, leaving out ports & kernel updates, these > adjustements are needed for producing a working iso: > > - Add new setup script (groups+dependencies+xorg) > - Adjust Makefile: > - ports are no longer in the same dir and must > be ckecked out from git repos > - add a filter for opt ports to be included in the iso > - setup-helper: x11-> xorg > > Not sure about the plan for merging with matt's livecd. > > If somebody - cough...system team...cough ;) - is interested > in adjusting the Makefile please speak up, I see it as a top > priority. Regarding Makefile adjustment: can someone provide a tiny README file or a wiki page, giving some details on how to build up-to-date 2.2 and bleeding edge 2.3 pre-release install iso? And by the way, what is the status of utilization of "make headers_install" feature in the 2.3 Makefile? (I am interested because it should be possible to backport (cut-n-paste) such a thing to get current 2.2 iso with the latest kernel/headers.) -- Mikhail Kolesnik ICQ: 260259143 IRC: mike_k at freenode/#crux, rusnet/#yalta Jabber: mike_k at jabber.lafox.net NIC handle: MKK83-UANIC From jw at smts.ch Tue Nov 21 13:45:52 2006 From: jw at smts.ch (Johannes Winkelmann) Date: Tue, 21 Nov 2006 14:45:52 +0100 Subject: [crux-devel] status report for 2.3 In-Reply-To: <20061121153451.412dcbb5@mike.staff.sky> References: <20061119132725.GA7294@jue.netz> <20061119150621.30d0de36.sip@varlock.com> <20061121153451.412dcbb5@mike.staff.sky> Message-ID: <20061121134552.GA2439@titanium.smts.lan> On Tue, Nov 21, 2006 at 15:34:51 +0200, Mikhail Kolesnik wrote: [...] > And by the way, what is the status of utilization of "make > headers_install" feature in the 2.3 Makefile? (I am interested because > it should be possible to backport (cut-n-paste) such a thing to get > current 2.2 iso with the latest kernel/headers.) The kernel headers are part of the glibc port, not the ISO makefile, so getting updated headers on your 2.2 install should be easy. There are extracted headers for 2.6.18 available from http://crux.nu/files/dist/kernel-headers-2.6.18.tar.bz2 extracted using the following script (calling headers_install) http://crux.nu/gitweb/?p=misc/scripts.git;a=blob;f=gen-kernel-header-tarball The script will be simplified in the future, but 2.6.18 didn't include unifdef itself, so that's downloaded there as well. HTH, Johannes -- Johannes Winkelmann mailto:jw at smts.ch Zurich, Switzerland http://jw.smts.ch From mark at borkware.net Tue Nov 21 16:18:09 2006 From: mark at borkware.net (Mark Rosenstand) Date: Tue, 21 Nov 2006 17:18:09 +0100 Subject: [crux-devel] status report for 2.3 In-Reply-To: <20061121134552.GA2439@titanium.smts.lan> References: <20061119132725.GA7294@jue.netz> <20061119150621.30d0de36.sip@varlock.com> <20061121153451.412dcbb5@mike.staff.sky> <20061121134552.GA2439@titanium.smts.lan> Message-ID: <1164125889.6372.4.camel@mjollnir.borkware.net> On Tue, 2006-11-21 at 14:45 +0100, Johannes Winkelmann wrote: > On Tue, Nov 21, 2006 at 15:34:51 +0200, Mikhail Kolesnik wrote: > [...] > > And by the way, what is the status of utilization of "make > > headers_install" feature in the 2.3 Makefile? (I am interested because > > it should be possible to backport (cut-n-paste) such a thing to get > > current 2.2 iso with the latest kernel/headers.) > > The kernel headers are part of the glibc port, not the ISO makefile, so > getting updated headers on your 2.2 install should be easy. There are > extracted headers for 2.6.18 available from > http://crux.nu/files/dist/kernel-headers-2.6.18.tar.bz2 > extracted using the following script (calling headers_install) > http://crux.nu/gitweb/?p=misc/scripts.git;a=blob;f=gen-kernel-header-tarball > > The script will be simplified in the future, but 2.6.18 didn't include unifdef > itself, so that's downloaded there as well. There are patches floating on the net to include unifdef in the kernel source, Linux From Scratch being one of the users. It has been integrated in the 2.6.19-rc's, but glibc 2.5 (and other things using the headers) won't compile with those, probably because of netdev changes. From crux at crux.nu Wed Nov 22 09:31:35 2006 From: crux at crux.nu (crux at crux.nu) Date: Wed, 22 Nov 2006 10:31:35 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <456418f7.rNJ5ZfapM5xWQ/7b%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Wed Nov 22 09:33:41 2006 From: crux at crux.nu (crux at crux.nu) Date: Wed, 22 Nov 2006 10:33:41 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <45641975.4pdCZ+aE63TskfHV%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/apg Url: http://www.adel.nursat.kz/apg/download/apg-2.2.3.tar.gz Reason: curl: (7) couldn't connect to host State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xemacs Url: ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.4/xemacs-21.4.19.tar.gz Reason: curl: (6) Couldn't resolve host 'ftp.xemacs.org' State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xemacs-sumo Url: ftp://ftp.ch.xemacs.org/mirror/xemacs/packages/xemacs-sumo-2006-05-10.tar.bz2 Reason: curl: (6) Couldn't resolve host 'ftp.ch.xemacs.org' State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/xlockmore Url: ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/xlockmore-5.20.1.tar.bz2 Reason: curl: (7) couldn't connect to host State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Thu Nov 23 09:30:12 2006 From: crux at crux.nu (crux at crux.nu) Date: Thu, 23 Nov 2006 10:30:12 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <45656a24.eAR28JZkQr8RJX6u%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-src-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: Reminder Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-texmf-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: Reminder Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-texmfsrc-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: Reminder Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Thu Nov 23 09:31:34 2006 From: crux at crux.nu (crux at crux.nu) Date: Thu, 23 Nov 2006 10:31:34 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <45656a76.SXtTNl3o2ibN2xvW%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Fri Nov 24 09:31:36 2006 From: crux at crux.nu (crux at crux.nu) Date: Fri, 24 Nov 2006 10:31:36 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <4566bbf8.3hpSAq5nzyjBZJD9%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Fri Nov 24 09:33:43 2006 From: crux at crux.nu (crux at crux.nu) Date: Fri, 24 Nov 2006 10:33:43 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <4566bc77.Xk4DCKd1ve2S5hzD%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/minicom Url: http://alioth.debian.org/download.php/1806/minicom-2.2.tar.gz Reason: curl: (7) couldn't connect to host State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Sat Nov 25 09:28:45 2006 From: crux at crux.nu (crux at crux.nu) Date: Sat, 25 Nov 2006 10:28:45 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <45680ccd.DvLswn6EoHUoANJT%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/gtk-chtheme Url: http://plasmasturm.org/programs/gtk-chtheme/gtk-chtheme-0.3.1.tar.bz2 Reason: curl: (7) couldn't connect to host State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Sat Nov 25 09:31:30 2006 From: crux at crux.nu (crux at crux.nu) Date: Sat, 25 Nov 2006 10:31:30 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <45680d72.kGEfnDN6gpgwRlm3%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From flyspray at crux.nu Sat Nov 25 16:26:33 2006 From: flyspray at crux.nu (Flyspray) Date: Sat, 25 Nov 2006 17:26:33 +0100 Subject: [crux-devel] Notification from CRUX Message-ID: THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#46 - Small fixups to lilo.conf, rc.conf User who did this: - Juergen Daubert (jue) ---------- Changed lilo.conf as suggested, the second point isn't an issue with exim. ---------- More information can be found at the following URL: https://crux.nu/bugs/?do=details&id=46#comment205 You are receiving this message because you have requested it from the Flyspray bugtracking system. You can be removed from future notifications by visiting the URL shown above. From flyspray at crux.nu Sat Nov 25 16:26:46 2006 From: flyspray at crux.nu (Flyspray) Date: Sat, 25 Nov 2006 17:26:46 +0100 Subject: [crux-devel] Notification from CRUX Message-ID: THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task is now closed: FS#46 - Small fixups to lilo.conf, rc.conf User who did this: - Juergen Daubert (jue) Reason for closing: - Fixed More information can be found at the following URL: https://crux.nu/bugs/?do=details&id=46 You are receiving this message because you have requested it from the Flyspray bugtracking system. You can be removed from future notifications by visiting the URL shown above. From crux at crux.nu Sun Nov 26 09:31:34 2006 From: crux at crux.nu (crux at crux.nu) Date: Sun, 26 Nov 2006 10:31:34 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <45695ef6.9otMoKhXKO//bNGo%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Sun Nov 26 09:31:46 2006 From: crux at crux.nu (crux at crux.nu) Date: Sun, 26 Nov 2006 10:31:46 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <45695f02.62W9aDGrfmur2q9k%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/ocaml Url: http://caml.inria.fr/pub/distrib/ocaml-3.09/ocaml-3.09.3.tar.bz2 Reason: curl: (52) Empty reply from server State: New Full report: http://crux.nu/files/check_urls.html From tilman at crux.nu Sun Nov 26 17:49:21 2006 From: tilman at crux.nu (Tilman Sauerbeck) Date: Sun, 26 Nov 2006 18:49:21 +0100 Subject: [crux-devel] libarchive-fied pkgutils Message-ID: <20061126174921.GB16176@code-monkey.de> Hi guys, I'd like to ask for testers of pkgutils's master branch, which uses libarchive rather than libtar now. Get libarchive from contrib, and please let me know if you notice any oddities or problems. I've been running it for some weeks now without any trouble. If it works well for anyone, maybe we could even ship it with CRUX 2.3. Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From crux at crux.nu Mon Nov 27 09:31:31 2006 From: crux at crux.nu (crux at crux.nu) Date: Mon, 27 Nov 2006 10:31:31 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <456ab073.W+sHtIT6NvzaRfdE%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Tue Nov 28 09:26:51 2006 From: crux at crux.nu (crux at crux.nu) Date: Tue, 28 Nov 2006 10:26:51 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <456c00db.Hb1KShExxHNurEAx%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/libpng Url: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.2.13.tar.bz2 Reason: curl: (19) Given file does not exist State: New Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Tue Nov 28 09:31:29 2006 From: crux at crux.nu (crux at crux.nu) Date: Tue, 28 Nov 2006 10:31:29 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <456c01f1.kn8W9QgbrXtzK6Vb%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Wed Nov 29 09:27:33 2006 From: crux at crux.nu (crux at crux.nu) Date: Wed, 29 Nov 2006 10:27:33 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <456d5285.HQBpkF+CPyW02gPw%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-src-3.0.tar.gz Reason: curl: (7) couldn't connect to host State: Changed reason Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-texmf-3.0.tar.gz Reason: curl: (7) couldn't connect to host State: Changed reason Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-texmfsrc-3.0.tar.gz Reason: curl: (7) couldn't connect to host State: Changed reason Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Wed Nov 29 09:31:39 2006 From: crux at crux.nu (crux at crux.nu) Date: Wed, 29 Nov 2006 10:31:39 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <456d537b.voIdBFvJCoTPCL3t%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log From crux at crux.nu Thu Nov 30 09:29:28 2006 From: crux at crux.nu (crux at crux.nu) Date: Thu, 30 Nov 2006 10:29:28 +0100 Subject: [crux-devel] Potentially broken source downloads Message-ID: <456ea478.eRseQ81t8ossDAEk%crux@crux.nu> Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/apg Url: http://www.adel.nursat.kz/apg/download/apg-2.2.3.tar.gz Reason: curl: (7) couldn't connect to host State: Reminder Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/bash-completion Url: http://www.caliban.org/files/bash/bash-completion-20060301.tar.gz Reason: curl: (7) couldn't connect to host State: New Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-src-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: Changed reason Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-texmf-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: Changed reason Port: /home/crux/git-to-rsync-working-copy/crux-2.2/opt/tetex Url: ftp://dante.ctan.org/pub/tex/systems/unix/teTeX/current/distrib/tetex-texmfsrc-3.0.tar.gz Reason: curl: (67) Access denied: 530 State: Changed reason Full report: http://crux.nu/files/check_urls.html From crux at crux.nu Thu Nov 30 09:31:34 2006 From: crux at crux.nu (crux at crux.nu) Date: Thu, 30 Nov 2006 10:31:34 +0100 Subject: [crux-devel] prtverify daily results Message-ID: <456ea4f6.246DHn/IAJ9cdHbQ%crux@crux.nu> Differences since last check: (no differences) Full report: http://crux.nu/files/prtverify.log