I am not able to upload files for license analyzing. Please see the error 
below. At the same time I am not seeing the folder called "gold" "files".  
Please advice.


------------------------------------------------------------------------------
ERROR upload 12 Failed to import file into the repository (RepImport=1). LOG 
upload 12 Failed to import /tmp/phpwnzvRE-uploaded from /tmp/phpwnzvRE-uploaded 
into gold 
8B9DEC2B11954542F0477B0753508DA1AE1D25CE.2BD616FFA4D43BCE5CB9C8BCD294B6AB.247850297
 The file has been uploaded. It is upload #12.

# ls /tmp
ossology-configs.A14814  fossology-configs.sG2988  random.vintelaflush
fossology-configs.A14980  fossology-configs.T20759  updatecron.bak
fossology-configs.Ah7621  fossology-configs.tT7567  vmware-config0
fossology-configs.b17067  fossology-configs.v21272  vmware-config1
fossology-configs.c11086  fossology-configs.w22920  vmware-config2
fossology-configs.II2844  fossology-configs.y25373
fossology-configs.M17024  fossology-configs.Z16985


Thanks,
Bennis


-----Original Message-----
From: Laser, Mary [mailto:[email protected]]
Sent: Thursday, April 30, 2009 1:58 PM
To: Abraham Bennis; [email protected]
Subject: RE: fossology Digest, Vol 18, Issue 23

We are in the process of tagging a 1.1.0 release candidate.  An announcement 
will be made on this mailing list when it's ready for testing.

Mary

> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Abraham Bennis
> Sent: Thursday, April 30, 2009 12:05 PM
> To: [email protected]
> Subject: Re: [FOSSology] fossology Digest, Vol 18, Issue 23
>
>  When is fossology 1.0.1 going to be released. If so, please send me
> the URL.
>
>
> Thanks,
> Bennis
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of
> [email protected]
> Sent: Thursday, April 30, 2009 1:00 PM
> To: [email protected]
> Subject: fossology Digest, Vol 18, Issue 23
>
> Send fossology mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://fossology.org/mailman/listinfo/fossology
> or, via email, send a message with subject or body 'help' to
>       [email protected]
>
> You can reach the person managing the list at
>       [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of fossology digest..."
>
>
> Today's Topics:
>
>    1. Re: [FOSSology-commits] SF.net SVN: fossology:[2040]
>       trunk/fossology/Makefile.conf (Matt Taggart)
>    2. Re: [FOSSology-commits] SF.net SVN: fossology:[2052]
>       trunk/fossology/Makefile.conf (Matt Taggart)
>    3. Re: [FOSSology-commits] SF.net SVN: fossology:[2052]
>       trunk/fossology/Makefile.conf (Stangel, Daniel)
>    4. Re: [FOSSology-commits] SF.net SVN: fossology:[2052]
>       trunk/fossology/Makefile.conf (Matt Taggart)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 29 Apr 2009 16:12:35 -0700
> From: Matt Taggart <[email protected]>
> Subject: Re: [FOSSology] [FOSSology-commits] SF.net SVN:
>       fossology:[2040] trunk/fossology/Makefile.conf
> To: [email protected]
> Cc: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
> > Modified: trunk/fossology/Makefile.conf
> > ===================================================================
> > --- trunk/fossology/Makefile.conf   2009-04-28 22:27:58 UTC
> (rev 2039)
> > +++ trunk/fossology/Makefile.conf   2009-04-28 23:02:24 UTC
> (rev 2040)
> > @@ -130,14 +130,17 @@
> >  DB=$(DBPATH)/libfossdb.a
> >  REPOPATH=$(TOP)/devel/libfossrepo
> >  REPO=$(REPOPATH)/libfossrepo.a
> > +AGENTLIBPATH=$(TOP)/devel/libfossagent
> > +AGENTLIB=$(REPOPATH)/libfossagent.a
> >
> >  # for use when only generating objects and not linking
> >  CFLAGS_DBO=-I$(DBPATH) -L$(DBPATH)
> > -CFLAGS_REPOO=-I$(REPOPATH) -L$(REPOPATH)
> > +CFLAGS_REPO=-I$(REPOPATH) -L$(REPOPATH)
>
> ^^^ This was not a typo, I know the name is confusing but the O refers
> to 'objects'. I will revert.
>
> --
> Matt Taggart
> [email protected]
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 29 Apr 2009 16:19:31 -0700
> From: Matt Taggart <[email protected]>
> Subject: Re: [FOSSology] [FOSSology-commits] SF.net SVN:
>       fossology:[2052] trunk/fossology/Makefile.conf
> To: [email protected]
> Cc: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
> >  # the version of our project
> > -VERSION=1.1.0~20090205
> > +VERSION=1.1.0~rc1
>
> Top of tree doesn't even build, I think it's a little early to be
> tagging rc1. In the past I did it _right_ before I was going to
> generate tarballs and debian packages, which was when we had been
> through some testing and thought it was pretty much ready for release.
>
> --
> Matt Taggart
> [email protected]
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 29 Apr 2009 23:31:30 +0000
> From: "Stangel, Daniel" <[email protected]>
> Subject: Re: [FOSSology] [FOSSology-commits] SF.net SVN:
>       fossology:[2052] trunk/fossology/Makefile.conf
> To: "[email protected]" <[email protected]>
> Cc: "[email protected]"
>       <[email protected]>
> Message-ID:
>
> <[email protected]
> s.hpqcorp.net>
>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Matt,
>
> On Wed Apr 29, 2009 at 05:19 PM -0700, Matt Taggart wrote:
> >>  # the version of our project
> >> -VERSION=1.1.0~20090205
> >> +VERSION=1.1.0~rc1
> >
> > Top of tree doesn't even build, I think it's a little early to be
> > tagging rc1. In the past I did it _right_ before I was going to
> > generate tarballs and debian packages, which was when we had been
> > through some testing and thought it was pretty much ready
> for release.
>
> We're not generating RC1 from top of tree, because bobg has already
> begun making changes that break the build;  I'll be tagging rev 2028,
> which is from Monday.
>
> Dan
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 29 Apr 2009 16:39:47 -0700
> From: Matt Taggart <[email protected]>
> Subject: Re: [FOSSology] [FOSSology-commits] SF.net SVN:
>       fossology:[2052] trunk/fossology/Makefile.conf
> To: "Stangel, Daniel" <[email protected]>
> Cc: "[email protected]"
>       <[email protected]>,
> "[email protected]"
>       <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
> > We're not generating RC1 from top of tree, because bobg has
> already begun mak
> > ing changes that break the build;  I'll be tagging rev
> 2028, which is from Mo
> > nday.
>
> Ah OK, since the change was on the trunk I assumed wrong, I guess
> you'll adjust that. Disregard my comments :)
>
> --
> Matt Taggart
> [email protected]
>
>
>
>
> ------------------------------
>
> _______________________________________________
> fossology mailing list
> [email protected]
> http://fossology.org/mailman/listinfo/fossology
>
>
> End of fossology Digest, Vol 18, Issue 23
> *****************************************
> _______________________________________________
> fossology mailing list
> [email protected]
> http://fossology.org/mailman/listinfo/fossology
>
>
_______________________________________________
fossology mailing list
[email protected]
http://fossology.org/mailman/listinfo/fossology

Reply via email to