It looks like a sync issue here. The tag is correct on 
git://git.apache.org/bookkeeper.git . 
I had to remove/replace the tag for the missing commit.
Sijie, do you know if it's possible to correct the tag on github repo?
Matteo 


     On Tuesday, November 17, 2015 11:59 PM, Enrico Olivelli - Diennea 
<[email protected]> wrote:
   

 #yiv5596727316 #yiv5596727316 -- _filtered #yiv5596727316 
{font-family:Wingdings;panose-1:5 0 0 0 0 0 0 0 0 0;} _filtered #yiv5596727316 
{panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv5596727316 
{font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv5596727316 
{}#yiv5596727316 #yiv5596727316 p.yiv5596727316MsoNormal, #yiv5596727316 
li.yiv5596727316MsoNormal, #yiv5596727316 div.yiv5596727316MsoNormal 
{margin:0cm;margin-bottom:.0001pt;font-size:12.0pt;}#yiv5596727316 a:link, 
#yiv5596727316 span.yiv5596727316MsoHyperlink 
{color:blue;text-decoration:underline;}#yiv5596727316 a:visited, #yiv5596727316 
span.yiv5596727316MsoHyperlinkFollowed 
{color:purple;text-decoration:underline;}#yiv5596727316 
p.yiv5596727316MsoListParagraph, #yiv5596727316 
li.yiv5596727316MsoListParagraph, #yiv5596727316 
div.yiv5596727316MsoListParagraph 
{margin-top:0cm;margin-right:0cm;margin-bottom:0cm;margin-left:36.0pt;margin-bottom:.0001pt;font-size:12.0pt;}#yiv5596727316
 span.yiv5596727316StileMessaggioDiPostaElettronica17 
{color:#1F497D;}#yiv5596727316 .yiv5596727316MsoChpDefault {font-size:10.0pt;} 
_filtered #yiv5596727316 {margin:70.85pt 2.0cm 2.0cm 2.0cm;}#yiv5596727316 
div.yiv5596727316WordSection1 {}#yiv5596727316 I’m sorry, I cannot find 
LedgerIdGenerator on GitHub see 
https://github.com/apache/bookkeeper/tree/release-4.3.2/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta
    maybe github mirror is not in synch ? -- Enrico       Da: Matteo Merli 
[mailto:[email protected]]
Inviato: martedì 17 novembre 2015 23:41
A: [email protected]; Sijie Guo <[email protected]>
Cc: Enrico Olivelli - Diennea <[email protected]>
Oggetto: Re: Cannot compile 4.3.2 tag    Sijie / Enrico,     I've updated the 
tag and the release candidate artifacts.    Matteo       On Tuesday, November 
17, 2015 12:04 PM, Sijie Guo <[email protected]> wrote:    Thank you, Matteo! - 
Sijie    On Tue, Nov 17, 2015 at 11:29 AM, Matteo Merli <[email protected]> 
wrote: 
Hum, I just saw I missed to add the LedgerIdGenerator file. I didn't get the 
errors because the file was there on local copy and also got included in the RC 
tar.gz where I was testing.    Sorry about that, fixing and releasing rc1    
Matteo


Sent from Yahoo Mail for iPhone       On Tuesday, November 17, 2015, 11:04 AM, 
Sijie Guo <[email protected]> wrote: 
Try run : I think Matteo missed one file on committingBOOKKEEPER-438 :( Matteo, 
could you add the missing file?    - Sijie    On Tue, Nov 17, 2015 at 1:32 AM, 
Enrico Olivelli - Diennea <[email protected]> wrote: 
Hi, I’m trying to compile at 4.3.2 tag 
fromhttps://github.com/apache/bookkeeper/tree/release-4.3.2 and I get some 
error (maybe some commit is missing from BOOKKEEPER-438 ?)   This is my command 
line: git clonehttps://github.com/apache/bookkeeper.git cd bookkeeper   git 
checkout tags/release-4.3.2 mvn clean install èCompile 4.3.2….ERROR ! (see 
below)   git checkout master mvn clean install èCompile 4.4.0, OK   git 
checkout ebbb68c mvn clean install èCompile 4.3.2….ERROR ! (see below)     
Details: [INFO] BUILD FAILURE [INFO] 
------------------------------------------------------------------------ [INFO] 
Total time: 13.943 s [INFO] Finished at: 2015-11-17T10:27:18+01:00 [INFO] Final 
Memory: 50M/1483M [INFO] 
------------------------------------------------------------------------ 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on 
project bookkeeper-server: Compilation failure: Compilation failure: [ERROR] 
/home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookKeeper.java:[36,34]
 cannot find symbol [ERROR] symbol:   class LedgerIdGenerator [ERROR] location: 
package org.apache.bookkeeper.meta [ERROR] 
/home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookKeeper.java:[102,11]
 cannot find symbol [ERROR] symbol:   class LedgerIdGenerator [ERROR] location: 
class org.apache.bookkeeper.client.BookKeeper [ERROR] 
/home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookKeeper.java:[342,5]
 cannot find symbol [ERROR] symbol:   class LedgerIdGenerator [ERROR] location: 
class org.apache.bookkeeper.client.BookKeeper [ERROR] 
/home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/LedgerManagerFactory.java:[76,21]
 cannot find symbol [ERROR] symbol:   class LedgerIdGenerator [ERROR] location: 
class org.apache.bookkeeper.meta.LedgerManagerFactory [ERROR] 
/home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/HierarchicalLedgerManagerFactory.java:[67,12]
 cannot find symbol [ERROR] symbol:   class LedgerIdGenerator [ERROR] location: 
class org.apache.bookkeeper.meta.HierarchicalLedgerManagerFactory [ERROR] 
/home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/FlatLedgerManagerFactory.java:[67,12]
 cannot find symbol [ERROR] symbol:   class LedgerIdGenerator [ERROR] location: 
class org.apache.bookkeeper.meta.FlatLedgerManagerFactory [ERROR] 
/home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerCreateOp.java:[30,34]
 cannot find symbol [ERROR] symbol:   class LedgerIdGenerator [ERROR] location: 
package org.apache.bookkeeper.meta [ERROR] 
/home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/MSLedgerManagerFactory.java:[180,12]
 cannot find symbol [ERROR] symbol:   class LedgerIdGenerator [ERROR] location: 
class org.apache.bookkeeper.meta.MSLedgerManagerFactory [ERROR] 
/home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/HierarchicalLedgerManagerFactory.java:[68,20]
 cannot find symbol [ERROR] symbol:   class ZkLedgerIdGenerator [ERROR] 
location: class org.apache.bookkeeper.meta.HierarchicalLedgerManagerFactory 
[ERROR] 
/home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/FlatLedgerManagerFactory.java:[68,20]
 cannot find symbol [ERROR] symbol:   class ZkLedgerIdGenerator [ERROR] 
location: class org.apache.bookkeeper.meta.FlatLedgerManagerFactory [ERROR] 
/home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerCreateOp.java:[122,15]
 cannot find symbol [ERROR] symbol:   class LedgerIdGenerator [ERROR] location: 
class org.apache.bookkeeper.client.LedgerCreateOp [ERROR] 
/home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/MSLedgerManagerFactory.java:[181,20]
 cannot find symbol [ERROR] symbol:   class ZkLedgerIdGenerator [ERROR] 
location: class org.apache.bookkeeper.meta.MSLedgerManagerFactory [ERROR] -> 
[Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run 
Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable 
full debug logging. [ERROR] [ERROR] For more information about the errors and 
possible solutions, please read the following articles: [ERROR] [Help 
1]http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command       -- Enrico    Iscriviti alla nostra newsletter per rimanere 
aggiornato su digital ed email marketing!http://www.magnews.it/newsletter/

The information in this email is confidential and may be legally privileged. If 
you are not the intended recipient please notify the sender immediately and 
destroy this email. Any unauthorized, direct or indirect, disclosure, copying, 
storage, distribution or other use is strictly forbidden. 
   

      
Iscriviti alla nostra newsletter per rimanere aggiornato su digital ed email 
marketing! http://www.magnews.it/newsletter/

The information in this email is confidential and may be legally privileged. If 
you are not the intended recipient please notify the sender immediately and 
destroy this email. Any unauthorized, direct or indirect, disclosure, copying, 
storage, distribution or other use is strictly forbidden.


  

Reply via email to