Re: [xwiki-users] install xWiki 3.3 M1 from apt

2011-11-03 Thread Thomas Mortagne
On Thu, Nov 3, 2011 at 11:03 AM, Arnaud bourree
 wrote:
> 2011/11/3 Arnaud bourree :
>> 2011/11/3 Thomas Mortagne :
>>> On Thu, Nov 3, 2011 at 9:58 AM, Thomas Mortagne
>>>  wrote:
 On Thu, Nov 3, 2011 at 9:22 AM, Thomas Mortagne
  wrote:
> On Thu, Nov 3, 2011 at 12:59 AM, Arnaud bourree
>  wrote:
>> Hello,
>>
>> Does anyone succeed to install XWiki 3.3 M1 with apt-get or aptitude?
>>
>> I run Ubuntu 11.10, wget 
>> http://maven.xwiki.org/stable/xwiki-releases.list
>> and aptitude update failed:
>> E: Malformed line 1 in source list
>> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
>> E: Malformed line 1 in source list
>> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
>> E: The list of sources could not be read.
>> E: Malformed line 1 in source list
>> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
>> E: The list of sources could not be read.
>> E: Malformed line 1 in source list
>> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
>> E: Couldn't read list of package sources
>>
>> I update xwiki-releases.list to
>> deb http://maven.xwiki.org releases/
>
> Sorry about that, it's fixed now.
>
>>
>> After this update, aptitude update looks working but aptitude search
>> xwiki return nothing !!
>
> Looks like I forgot to add a module in
> https://github.com/xwiki/xwiki-enterprise/blob/master/xwiki-enterprise-installers/pom.xml...
> fixing that and deploying the 3.3M1 packages.

 Done. Should be ok now, except that I just found a bug you can
 workaround by making sure /var/lib/xwiki/data folder exists before
 installing XWiki.
>>>
>>> Actually I cheated a bit and re-deployed a fixed version.
>>>
>>
>> I try both install xwiki-enterprise-tomcat-mysql and
>> xwiki-enterprise-tomcat-pgsql
>> I always get the following error (pgsql)
>>  * Starting Tomcat servlet engine tomcat6
>>
>>                                                      [ OK ]
>> Setting up xwiki-enterprise-common (3.3+milestone+1) ...
>> mkdir: invalid option -- 'f'
>> Try `mkdir --help' for more information.
>> dpkg: error processing xwiki-enterprise-common (--configure):
>>  subprocess installed post-installation script returned error exit status 1
>> No apport report written because MaxReports is reached already
>>                                                              dpkg:
>> dependency problems prevent configuration of
>> xwiki-enterprise-tomcat-pgsql:
>>  xwiki-enterprise-tomcat-pgsql depends on xwiki-enterprise-common (=
>> 3.3+milestone+1); however:
>>  Package xwiki-enterprise-common is not configured yet.
>> dpkg: error processing xwiki-enterprise-tomcat-pgsql (--configure):
>>  dependency problems - leaving unconfigured
>> No apport report written because MaxReports is reached already
>>
>> Processing triggers for libc-bin ...
>> ldconfig deferred processing now taking place
>> Errors were encountered while processing:
>>  xwiki-enterprise-common
>>  xwiki-enterprise-tomcat-pgsql
>> E: Sub-process /usr/bin/dpkg returned an error code (1)
>> A package failed to install.  Trying to recover:
>> Setting up xwiki-enterprise-common (3.3+milestone+1) ...
>> mkdir: invalid option -- 'f'
>> Try `mkdir --help' for more information.
>> dpkg: error processing xwiki-enterprise-common (--configure):
>>  subprocess installed post-installation script returned error exit status 1
>> dpkg: dependency problems prevent configuration of
>> xwiki-enterprise-tomcat-pgsql:
>>  xwiki-enterprise-tomcat-pgsql depends on xwiki-enterprise-common (=
>> 3.3+milestone+1); however:
>>  Package xwiki-enterprise-common is not configured yet.
>> dpkg: error processing xwiki-enterprise-tomcat-pgsql (--configure):
>>  dependency problems - leaving unconfigured
>> Errors were encountered while processing:
>>  xwiki-enterprise-common
>>  xwiki-enterprise-tomcat-pgsql
>>
>
> I just try with snapshots and get similar error:

snapshot repository is only synchronized once a day (I could force it
but I doubt it's absolutely needed)

> Get: 1 http://maven.xwiki.org/ snapshots/ xwiki-enterprise-common
> 3.3+2003.093025.406 [112 MB]
> Fetched 112 MB in 3min 8s (592 kB/s)
> Selecting previously deselected package xwiki-enterprise-common.
> (Reading database ... 181563 files and directories currently installed.)
> Unpacking xwiki-enterprise-common (from
> .../xwiki-enterprise-common_3.3+2003.093025.406_all.deb) ...
> Setting up xwiki-enterprise-common (3.3+2003.093025.406) ...
> mkdir: invalid option -- 'f'
> Try `mkdir --help' for more information.
> dpkg: error processing xwiki-enterprise-common (--configure):
>  subprocess installed post-installation script returned error exit status 1
> No apport report written because MaxReports is reached already
>                                                              Errors
> were encountered while processing:
>  xwiki-enterprise-com

Re: [xwiki-users] install xWiki 3.3 M1 from apt

2011-11-03 Thread Thomas Mortagne
On Thu, Nov 3, 2011 at 10:45 AM, Arnaud bourree
 wrote:
> 2011/11/3 Thomas Mortagne :
>> On Thu, Nov 3, 2011 at 9:58 AM, Thomas Mortagne
>>  wrote:
>>> On Thu, Nov 3, 2011 at 9:22 AM, Thomas Mortagne
>>>  wrote:
 On Thu, Nov 3, 2011 at 12:59 AM, Arnaud bourree
  wrote:
> Hello,
>
> Does anyone succeed to install XWiki 3.3 M1 with apt-get or aptitude?
>
> I run Ubuntu 11.10, wget http://maven.xwiki.org/stable/xwiki-releases.list
> and aptitude update failed:
> E: Malformed line 1 in source list
> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
> E: Malformed line 1 in source list
> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
> E: The list of sources could not be read.
> E: Malformed line 1 in source list
> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
> E: The list of sources could not be read.
> E: Malformed line 1 in source list
> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
> E: Couldn't read list of package sources
>
> I update xwiki-releases.list to
> deb http://maven.xwiki.org releases/

 Sorry about that, it's fixed now.

>
> After this update, aptitude update looks working but aptitude search
> xwiki return nothing !!

 Looks like I forgot to add a module in
 https://github.com/xwiki/xwiki-enterprise/blob/master/xwiki-enterprise-installers/pom.xml...
 fixing that and deploying the 3.3M1 packages.
>>>
>>> Done. Should be ok now, except that I just found a bug you can
>>> workaround by making sure /var/lib/xwiki/data folder exists before
>>> installing XWiki.
>>
>> Actually I cheated a bit and re-deployed a fixed version.
>>
>
> I try both install xwiki-enterprise-tomcat-mysql and
> xwiki-enterprise-tomcat-pgsql
> I always get the following error (pgsql)
>  * Starting Tomcat servlet engine tomcat6
>
>                                                      [ OK ]
> Setting up xwiki-enterprise-common (3.3+milestone+1) ...
> mkdir: invalid option -- 'f'
> Try `mkdir --help' for more information.
> dpkg: error processing xwiki-enterprise-common (--configure):
>  subprocess installed post-installation script returned error exit status 1
> No apport report written because MaxReports is reached already
>                                                              dpkg:
> dependency problems prevent configuration of
> xwiki-enterprise-tomcat-pgsql:
>  xwiki-enterprise-tomcat-pgsql depends on xwiki-enterprise-common (=
> 3.3+milestone+1); however:
>  Package xwiki-enterprise-common is not configured yet.
> dpkg: error processing xwiki-enterprise-tomcat-pgsql (--configure):
>  dependency problems - leaving unconfigured
> No apport report written because MaxReports is reached already
>
> Processing triggers for libc-bin ...
> ldconfig deferred processing now taking place
> Errors were encountered while processing:
>  xwiki-enterprise-common
>  xwiki-enterprise-tomcat-pgsql
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> A package failed to install.  Trying to recover:
> Setting up xwiki-enterprise-common (3.3+milestone+1) ...
> mkdir: invalid option -- 'f'
> Try `mkdir --help' for more information.
> dpkg: error processing xwiki-enterprise-common (--configure):
>  subprocess installed post-installation script returned error exit status 1
> dpkg: dependency problems prevent configuration of
> xwiki-enterprise-tomcat-pgsql:
>  xwiki-enterprise-tomcat-pgsql depends on xwiki-enterprise-common (=
> 3.3+milestone+1); however:
>  Package xwiki-enterprise-common is not configured yet.
> dpkg: error processing xwiki-enterprise-tomcat-pgsql (--configure):
>  dependency problems - leaving unconfigured
> Errors were encountered while processing:
>  xwiki-enterprise-common
>  xwiki-enterprise-tomcat-pgsql

Sorry, too much -f. Don't why I added it to mkdir. a reflex I guess. I
just removed it since it's not needed anyway.

>
>>>

>
> Arnaud
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



 --
 Thomas Mortagne

>>>
>>>
>>>
>>> --
>>> Thomas Mortagne
>>>
>>
>>
>>
>> --
>> Thomas Mortagne
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] install xWiki 3.3 M1 from apt

2011-11-03 Thread Arnaud bourree
2011/11/3 Arnaud bourree :
> 2011/11/3 Thomas Mortagne :
>> On Thu, Nov 3, 2011 at 9:58 AM, Thomas Mortagne
>>  wrote:
>>> On Thu, Nov 3, 2011 at 9:22 AM, Thomas Mortagne
>>>  wrote:
 On Thu, Nov 3, 2011 at 12:59 AM, Arnaud bourree
  wrote:
> Hello,
>
> Does anyone succeed to install XWiki 3.3 M1 with apt-get or aptitude?
>
> I run Ubuntu 11.10, wget http://maven.xwiki.org/stable/xwiki-releases.list
> and aptitude update failed:
> E: Malformed line 1 in source list
> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
> E: Malformed line 1 in source list
> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
> E: The list of sources could not be read.
> E: Malformed line 1 in source list
> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
> E: The list of sources could not be read.
> E: Malformed line 1 in source list
> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
> E: Couldn't read list of package sources
>
> I update xwiki-releases.list to
> deb http://maven.xwiki.org releases/

 Sorry about that, it's fixed now.

>
> After this update, aptitude update looks working but aptitude search
> xwiki return nothing !!

 Looks like I forgot to add a module in
 https://github.com/xwiki/xwiki-enterprise/blob/master/xwiki-enterprise-installers/pom.xml...
 fixing that and deploying the 3.3M1 packages.
>>>
>>> Done. Should be ok now, except that I just found a bug you can
>>> workaround by making sure /var/lib/xwiki/data folder exists before
>>> installing XWiki.
>>
>> Actually I cheated a bit and re-deployed a fixed version.
>>
>
> I try both install xwiki-enterprise-tomcat-mysql and
> xwiki-enterprise-tomcat-pgsql
> I always get the following error (pgsql)
>  * Starting Tomcat servlet engine tomcat6
>
>                                                      [ OK ]
> Setting up xwiki-enterprise-common (3.3+milestone+1) ...
> mkdir: invalid option -- 'f'
> Try `mkdir --help' for more information.
> dpkg: error processing xwiki-enterprise-common (--configure):
>  subprocess installed post-installation script returned error exit status 1
> No apport report written because MaxReports is reached already
>                                                              dpkg:
> dependency problems prevent configuration of
> xwiki-enterprise-tomcat-pgsql:
>  xwiki-enterprise-tomcat-pgsql depends on xwiki-enterprise-common (=
> 3.3+milestone+1); however:
>  Package xwiki-enterprise-common is not configured yet.
> dpkg: error processing xwiki-enterprise-tomcat-pgsql (--configure):
>  dependency problems - leaving unconfigured
> No apport report written because MaxReports is reached already
>
> Processing triggers for libc-bin ...
> ldconfig deferred processing now taking place
> Errors were encountered while processing:
>  xwiki-enterprise-common
>  xwiki-enterprise-tomcat-pgsql
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> A package failed to install.  Trying to recover:
> Setting up xwiki-enterprise-common (3.3+milestone+1) ...
> mkdir: invalid option -- 'f'
> Try `mkdir --help' for more information.
> dpkg: error processing xwiki-enterprise-common (--configure):
>  subprocess installed post-installation script returned error exit status 1
> dpkg: dependency problems prevent configuration of
> xwiki-enterprise-tomcat-pgsql:
>  xwiki-enterprise-tomcat-pgsql depends on xwiki-enterprise-common (=
> 3.3+milestone+1); however:
>  Package xwiki-enterprise-common is not configured yet.
> dpkg: error processing xwiki-enterprise-tomcat-pgsql (--configure):
>  dependency problems - leaving unconfigured
> Errors were encountered while processing:
>  xwiki-enterprise-common
>  xwiki-enterprise-tomcat-pgsql
>

I just try with snapshots and get similar error:
Get: 1 http://maven.xwiki.org/ snapshots/ xwiki-enterprise-common
3.3+2003.093025.406 [112 MB]
Fetched 112 MB in 3min 8s (592 kB/s)
Selecting previously deselected package xwiki-enterprise-common.
(Reading database ... 181563 files and directories currently installed.)
Unpacking xwiki-enterprise-common (from
.../xwiki-enterprise-common_3.3+2003.093025.406_all.deb) ...
Setting up xwiki-enterprise-common (3.3+2003.093025.406) ...
mkdir: invalid option -- 'f'
Try `mkdir --help' for more information.
dpkg: error processing xwiki-enterprise-common (--configure):
 subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
  Errors
were encountered while processing:
 xwiki-enterprise-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up xwiki-enterprise-common (3.3+2003.093025.406) ...
mkdir: invalid option -- 'f'
Try `mkdir --help' for more information.
dpkg: error processing xwiki-enterprise-common (--conf

Re: [xwiki-users] install xWiki 3.3 M1 from apt

2011-11-03 Thread Arnaud bourree
2011/11/3 Thomas Mortagne :
> On Thu, Nov 3, 2011 at 9:58 AM, Thomas Mortagne
>  wrote:
>> On Thu, Nov 3, 2011 at 9:22 AM, Thomas Mortagne
>>  wrote:
>>> On Thu, Nov 3, 2011 at 12:59 AM, Arnaud bourree
>>>  wrote:
 Hello,

 Does anyone succeed to install XWiki 3.3 M1 with apt-get or aptitude?

 I run Ubuntu 11.10, wget http://maven.xwiki.org/stable/xwiki-releases.list
 and aptitude update failed:
 E: Malformed line 1 in source list
 /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
 E: Malformed line 1 in source list
 /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
 E: The list of sources could not be read.
 E: Malformed line 1 in source list
 /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
 E: The list of sources could not be read.
 E: Malformed line 1 in source list
 /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
 E: Couldn't read list of package sources

 I update xwiki-releases.list to
 deb http://maven.xwiki.org releases/
>>>
>>> Sorry about that, it's fixed now.
>>>

 After this update, aptitude update looks working but aptitude search
 xwiki return nothing !!
>>>
>>> Looks like I forgot to add a module in
>>> https://github.com/xwiki/xwiki-enterprise/blob/master/xwiki-enterprise-installers/pom.xml...
>>> fixing that and deploying the 3.3M1 packages.
>>
>> Done. Should be ok now, except that I just found a bug you can
>> workaround by making sure /var/lib/xwiki/data folder exists before
>> installing XWiki.
>
> Actually I cheated a bit and re-deployed a fixed version.
>

I try both install xwiki-enterprise-tomcat-mysql and
xwiki-enterprise-tomcat-pgsql
I always get the following error (pgsql)
 * Starting Tomcat servlet engine tomcat6

  [ OK ]
Setting up xwiki-enterprise-common (3.3+milestone+1) ...
mkdir: invalid option -- 'f'
Try `mkdir --help' for more information.
dpkg: error processing xwiki-enterprise-common (--configure):
 subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
  dpkg:
dependency problems prevent configuration of
xwiki-enterprise-tomcat-pgsql:
 xwiki-enterprise-tomcat-pgsql depends on xwiki-enterprise-common (=
3.3+milestone+1); however:
  Package xwiki-enterprise-common is not configured yet.
dpkg: error processing xwiki-enterprise-tomcat-pgsql (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already

Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 xwiki-enterprise-common
 xwiki-enterprise-tomcat-pgsql
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up xwiki-enterprise-common (3.3+milestone+1) ...
mkdir: invalid option -- 'f'
Try `mkdir --help' for more information.
dpkg: error processing xwiki-enterprise-common (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of
xwiki-enterprise-tomcat-pgsql:
 xwiki-enterprise-tomcat-pgsql depends on xwiki-enterprise-common (=
3.3+milestone+1); however:
  Package xwiki-enterprise-common is not configured yet.
dpkg: error processing xwiki-enterprise-tomcat-pgsql (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 xwiki-enterprise-common
 xwiki-enterprise-tomcat-pgsql

>>
>>>

 Arnaud
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

>>>
>>>
>>>
>>> --
>>> Thomas Mortagne
>>>
>>
>>
>>
>> --
>> Thomas Mortagne
>>
>
>
>
> --
> Thomas Mortagne
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] install xWiki 3.3 M1 from apt

2011-11-03 Thread Thomas Mortagne
On Thu, Nov 3, 2011 at 9:58 AM, Thomas Mortagne
 wrote:
> On Thu, Nov 3, 2011 at 9:22 AM, Thomas Mortagne
>  wrote:
>> On Thu, Nov 3, 2011 at 12:59 AM, Arnaud bourree
>>  wrote:
>>> Hello,
>>>
>>> Does anyone succeed to install XWiki 3.3 M1 with apt-get or aptitude?
>>>
>>> I run Ubuntu 11.10, wget http://maven.xwiki.org/stable/xwiki-releases.list
>>> and aptitude update failed:
>>> E: Malformed line 1 in source list
>>> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
>>> E: Malformed line 1 in source list
>>> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
>>> E: The list of sources could not be read.
>>> E: Malformed line 1 in source list
>>> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
>>> E: The list of sources could not be read.
>>> E: Malformed line 1 in source list
>>> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
>>> E: Couldn't read list of package sources
>>>
>>> I update xwiki-releases.list to
>>> deb http://maven.xwiki.org releases/
>>
>> Sorry about that, it's fixed now.
>>
>>>
>>> After this update, aptitude update looks working but aptitude search
>>> xwiki return nothing !!
>>
>> Looks like I forgot to add a module in
>> https://github.com/xwiki/xwiki-enterprise/blob/master/xwiki-enterprise-installers/pom.xml...
>> fixing that and deploying the 3.3M1 packages.
>
> Done. Should be ok now, except that I just found a bug you can
> workaround by making sure /var/lib/xwiki/data folder exists before
> installing XWiki.

Actually I cheated a bit and re-deployed a fixed version.

>
>>
>>>
>>> Arnaud
>>> ___
>>> users mailing list
>>> users@xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>>>
>>
>>
>>
>> --
>> Thomas Mortagne
>>
>
>
>
> --
> Thomas Mortagne
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] install xWiki 3.3 M1 from apt

2011-11-03 Thread Thomas Mortagne
On Thu, Nov 3, 2011 at 9:22 AM, Thomas Mortagne
 wrote:
> On Thu, Nov 3, 2011 at 12:59 AM, Arnaud bourree
>  wrote:
>> Hello,
>>
>> Does anyone succeed to install XWiki 3.3 M1 with apt-get or aptitude?
>>
>> I run Ubuntu 11.10, wget http://maven.xwiki.org/stable/xwiki-releases.list
>> and aptitude update failed:
>> E: Malformed line 1 in source list
>> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
>> E: Malformed line 1 in source list
>> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
>> E: The list of sources could not be read.
>> E: Malformed line 1 in source list
>> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
>> E: The list of sources could not be read.
>> E: Malformed line 1 in source list
>> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
>> E: Couldn't read list of package sources
>>
>> I update xwiki-releases.list to
>> deb http://maven.xwiki.org releases/
>
> Sorry about that, it's fixed now.
>
>>
>> After this update, aptitude update looks working but aptitude search
>> xwiki return nothing !!
>
> Looks like I forgot to add a module in
> https://github.com/xwiki/xwiki-enterprise/blob/master/xwiki-enterprise-installers/pom.xml...
> fixing that and deploying the 3.3M1 packages.

Done. Should be ok now, except that I just found a bug you can
workaround by making sure /var/lib/xwiki/data folder exists before
installing XWiki.

>
>>
>> Arnaud
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
>
>
> --
> Thomas Mortagne
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] install xWiki 3.3 M1 from apt

2011-11-03 Thread Thomas Mortagne
On Thu, Nov 3, 2011 at 12:59 AM, Arnaud bourree
 wrote:
> Hello,
>
> Does anyone succeed to install XWiki 3.3 M1 with apt-get or aptitude?
>
> I run Ubuntu 11.10, wget http://maven.xwiki.org/stable/xwiki-releases.list
> and aptitude update failed:
> E: Malformed line 1 in source list
> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
> E: Malformed line 1 in source list
> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
> E: The list of sources could not be read.
> E: Malformed line 1 in source list
> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
> E: The list of sources could not be read.
> E: Malformed line 1 in source list
> /etc/apt/sources.list.d/xwiki-releases.list (dist parse)
> E: Couldn't read list of package sources
>
> I update xwiki-releases.list to
> deb http://maven.xwiki.org releases/

Sorry about that, it's fixed now.

>
> After this update, aptitude update looks working but aptitude search
> xwiki return nothing !!

Looks like I forgot to add a module in
https://github.com/xwiki/xwiki-enterprise/blob/master/xwiki-enterprise-installers/pom.xml...
fixing that and deploying the 3.3M1 packages.

>
> Arnaud
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] install xWiki 3.3 M1 from apt

2011-11-02 Thread Arnaud bourree
Hello,

Does anyone succeed to install XWiki 3.3 M1 with apt-get or aptitude?

I run Ubuntu 11.10, wget http://maven.xwiki.org/stable/xwiki-releases.list
and aptitude update failed:
E: Malformed line 1 in source list
/etc/apt/sources.list.d/xwiki-releases.list (dist parse)
E: Malformed line 1 in source list
/etc/apt/sources.list.d/xwiki-releases.list (dist parse)
E: The list of sources could not be read.
E: Malformed line 1 in source list
/etc/apt/sources.list.d/xwiki-releases.list (dist parse)
E: The list of sources could not be read.
E: Malformed line 1 in source list
/etc/apt/sources.list.d/xwiki-releases.list (dist parse)
E: Couldn't read list of package sources

I update xwiki-releases.list to
deb http://maven.xwiki.org releases/

After this update, aptitude update looks working but aptitude search
xwiki return nothing !!

Arnaud
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users