ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] rebuild apache on Master 2.0 --> trubles
@ 2003-02-17 12:45 Denis G. Samsonenko
  2003-02-17 14:44 ` [sisyphus] " Michael Shigorin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Denis G. Samsonenko @ 2003-02-17 12:45 UTC (permalink / raw)
  To: Sisyphus

Hi, All!

Не подскажете, можно ли собрать апач-1.3.27 из текущего сизифа на
мастере? А то я попробовал и у меня не получилось. Вот окончание
вывода rpm -bb apache.spec:

+ install -d -m755 /var/tmp/apache-buildroot//var/www/html/addon-modules/
+ install -m644 /usr/src/RPM/BUILD/apache-1.3.27rusPL30.16-alt13/EAPI-2.8.10/pkg.addon/mod_define.html /var/tmp/apache-buildroot//var/www/html/manual/mod/mod_define.html
+ perl -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|g;' /var/tmp/apache-buildroot//var/www/html/manual/misc/howto.html
+ perl -pi -e 's|/path/to/bin/perl|/usr/bin/perl|g;' /var/tmp/apache-buildroot//var/www/html/manual/mod/mod_rewrite.html
+ perl -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|g;' /var/tmp/apache-buildroot//var/www/html/manual/search/manual-index.cgi
+ cd /usr/src/RPM/BUILD/apache-1.3.27rusPL30.16-alt13/mod_perl-1.27
+ %perl_vendor_install
/var/tmp/rpm-tmp.39709: fg: no job control
error: Bad exit status from /var/tmp/rpm-tmp.39709 (%install)

RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.39709 (%install) 

Можно ли что-нибудь с этим сделать. А то нас наши институтские админы
не пускают во нешний мир, пока мы апач не проапдейтим до 1.3.27, а в
апдейтах мастера лежит только 1.3.23.

Тянуть весь сизиф для нас очень геморно, поэтому хотел пересобрать, а
не из бинарей ставить.

Best regards,

Denis

----------
earthsea@ngs.ru




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

* [sisyphus] Re: rebuild apache on Master 2.0 --> trubles
  2003-02-17 12:45 [sisyphus] rebuild apache on Master 2.0 --> trubles Denis G. Samsonenko
@ 2003-02-17 14:44 ` Michael Shigorin
  2003-02-18  8:03   ` Denis G. Samsonenko
  2003-02-17 14:52 ` [sisyphus] " Dmitry V. Levin
  2003-02-18 13:08 ` [sisyphus] " Alexey Tourbin
  2 siblings, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2003-02-17 14:44 UTC (permalink / raw)
  To: Sisyphus

On Mon, Feb 17, 2003 at 06:45:15PM +0600, Denis G. Samsonenko wrote:
> Можно ли что-нибудь с этим сделать. А то нас наши институтские
> админы не пускают во нешний мир, пока мы апач не проапдейтим до
> 1.3.27, а в апдейтах мастера лежит только 1.3.23.

Можете тонко намекнуть институтским админам, что это не простой
1.3.23, и показать changelog пакета из updates.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [sisyphus] rebuild apache on Master 2.0 --> trubles
  2003-02-17 12:45 [sisyphus] rebuild apache on Master 2.0 --> trubles Denis G. Samsonenko
  2003-02-17 14:44 ` [sisyphus] " Michael Shigorin
@ 2003-02-17 14:52 ` Dmitry V. Levin
  2003-02-18 13:08 ` [sisyphus] " Alexey Tourbin
  2 siblings, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2003-02-17 14:52 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list


[-- Attachment #1.1: Type: text/plain, Size: 322 bytes --]

On Mon, Feb 17, 2003 at 06:45:15PM +0600, Denis G. Samsonenko wrote:
> Hi, All!
> 
> Не подскажете, можно ли собрать апач-1.3.27 из текущего сизифа на
> мастере? А то я попробовал и у меня не получилось. Вот окончание
> вывода rpm -bb apache.spec:

Попробуйте этот патч на apache.spec и напишите, что получилось.


--
ldv

[-- Attachment #1.2: apache_sisyphus_to_master.patch --]
[-- Type: text/plain, Size: 2299 bytes --]

--- apache.spec.sisyphus	2002-11-26 13:51:37 +0300
+++ apache.spec	2003-01-14 16:24:19 +0300
@@ -83,8 +83,7 @@
 
 BuildConflicts: bind-devel
 
-# Automatically added by buildreq on Fri Nov 01 2002
-BuildRequires: libdb1-devel libdb4-devel libgdbm-devel libmm-devel perl-HTML-Parser perl-URI perl-devel perl-libwww-perl
+BuildRequires: libdb4-devel gdbm-devel libmm-devel perl-HTML-Parser perl-URI perl-devel perl-libwww-perl
 
 %description
 Apache is a powerful, full-featured, efficient and freely-available
@@ -348,7 +347,7 @@
 PERL_CC="gcc" \
 PERL_CCFLAGS=`perl -V:ccflags|cut -f 2 -d\'` \
 perl -I$RPM_BUILD_DIR/mod_perl-%mod_perl_version/lib  Makefile.PL \
-    PREFIX=/usr INSTALLDIRS=vendor\
+    PREFIX=/usr \
     USE_APACI=1 \
     APACHE_SRC=../apache-mod_perl_%apache_vanilla_version/src \
     APACHE_HEADER_INSTALL=0 \
@@ -460,9 +459,8 @@
 
 # install mod_perl files
 cd $RPM_BUILD_DIR/mod_perl-%mod_perl_version
-#make pure_install PREFIX=$RPM_BUILD_ROOT%prefix
-%perl_vendor_install
-rm -f $RPM_BUILD_ROOT%perl_vendor_autolib/mod_perl/.packlist
+make pure_install PREFIX=$RPM_BUILD_ROOT%prefix
+rm -f $RPM_BUILD_ROOT%perl_sitearch/auto/mod_perl/.packlist
 install -d -m755 $RPM_BUILD_ROOT%apache_home/html/addon-modules/mod_perl/
 install -m644 htdocs/manual/mod/mod_perl.html \
 	$RPM_BUILD_ROOT%apache_home/html/addon-modules/mod_perl/mod_perl.html
@@ -479,7 +477,7 @@
 install -m644 eg/README \
 	$RPM_BUILD_ROOT%apache_home/html/addon-modules/mod_perl/README.eg
 perl -pi -e 's,/usr/local/bin/perl,%_bindir/perl,' \
-	$RPM_BUILD_ROOT%perl_vendor_archlib/Apache/Resource.pm
+	$RPM_BUILD_ROOT%perl_sitearch/Apache/Resource.pm
 mkdir -p $RPM_BUILD_ROOT%apache_home/perl
 
 # install the init script
@@ -615,11 +613,11 @@
 %config(noreplace) %_sysconfdir/httpd/conf/httpd-perl.conf
 %dir %_sysconfdir/httpd/conf/addon-modules
 %config(noreplace) %_sysconfdir/httpd/conf/addon-modules/proxied_handlers.pl
-%perl_vendor_archlib/Apache*
-%perl_vendor_archlib/Bundle*
-%perl_vendor_archlib/mod_perl*
-%perl_vendor_autolib/Apache*
-#%perl_vendor_man3dir/*
+%perl_sitearch/Apache*
+%perl_sitearch/Bundle*
+%perl_sitearch/mod_perl*
+%perl_sitearch/auto/Apache*
+#%perl_man3dir/*
 %attr(3771,root,%apache_group) %dir %apache_home/perl
 #%attr(755,root,%apache_group) %apache_home/perl/*
 

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [sisyphus] Re: rebuild apache on Master 2.0 --> trubles
  2003-02-17 14:44 ` [sisyphus] " Michael Shigorin
@ 2003-02-18  8:03   ` Denis G. Samsonenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denis G. Samsonenko @ 2003-02-18  8:03 UTC (permalink / raw)
  To: Michael Shigorin

Hi!

Monday, February 17, 2003, 8:44:33 PM, you wrote:
>> Можно ли что-нибудь с этим сделать. А то нас наши институтские
>> админы не пускают во нешний мир, пока мы апач не проапдейтим до
>> 1.3.27, а в апдейтах мастера лежит только 1.3.23.

> Можете тонко намекнуть институтским админам, что это не простой
> 1.3.23, и показать changelog пакета из updates.

Ну, чтобы наш сервак работал надо нам, а не им. Они XSpider 6.5
прогнали и выдали её вывод, мол действуйте. Как в выводе ругани не
будет, так выпустят наружу.

А с пересборкой апача всё хорошо получилось, благодаря патчу от
Дмитрия Левина.


Best regards,

Denis

----------
earthsea@ngs.ru




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

* [sisyphus] Re: rebuild apache on Master 2.0 --> trubles
  2003-02-17 12:45 [sisyphus] rebuild apache on Master 2.0 --> trubles Denis G. Samsonenko
  2003-02-17 14:44 ` [sisyphus] " Michael Shigorin
  2003-02-17 14:52 ` [sisyphus] " Dmitry V. Levin
@ 2003-02-18 13:08 ` Alexey Tourbin
  2 siblings, 0 replies; 5+ messages in thread
From: Alexey Tourbin @ 2003-02-18 13:08 UTC (permalink / raw)
  To: Sisyphus

[-- Attachment #1: Type: text/plain, Size: 458 bytes --]

On Mon, Feb 17, 2003 at 06:45:15PM +0600, Denis G. Samsonenko wrote:
> Можно ли что-нибудь с этим сделать. А то нас наши институтские админы
> не пускают во нешний мир, пока мы апач не проапдейтим до 1.3.27, а в
> апдейтах мастера лежит только 1.3.23.

Пересоберите 1.3.23 следующим образом:

 %build
 %configure ...
+find -type f -print0 | xargs -r0 -- perl -pi -e 's/\b1\.3\.23\b/1.3.27/g'
 %make_build ...

:)

-- 
WBR, Alexey Tourbin
BIOZAK Ltd., Russia

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2003-02-18 13:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-17 12:45 [sisyphus] rebuild apache on Master 2.0 --> trubles Denis G. Samsonenko
2003-02-17 14:44 ` [sisyphus] " Michael Shigorin
2003-02-18  8:03   ` Denis G. Samsonenko
2003-02-17 14:52 ` [sisyphus] " Dmitry V. Levin
2003-02-18 13:08 ` [sisyphus] " Alexey Tourbin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git